Skip to content
MSN Addons

Flood Help

A TG007 community discussion started by redrider.

Discussion 7 posts
Page 1 of 1
Open
Topic #1362 · 7 published posts · 1,041 views

K guys heres something thats been making me rattle my brain for days.I have a passsportflooder that comes in my room adn his nics are like a 50 letter nics and mine or anyother owners flood prot will not kick them at all any idea how to fix this please or anyone have a flood prt that would help against this thanx

Add this to ya Remotes This file made by eXonyte and edited by RumBaar. If this one doesnt stop it use the one below the first code, its the same file but modified a bit.

*******************************************************************

 

menu channel {

Dynamic Room Limit Protection

.$iif($group(#limitprot) == on,$style(2),$style(0)) On: .enable #limitprot | echo -a 0,12Dynamic Limit Protection $+ 0,94 On

.$iif($group(#limitprot) == off,$style(2),$style(0)) Off: .disable #limitprot | echo -a 0,12Dynamic Limit Protection $+ 0,4 Off

}

 

#limitprot on

on *:JOIN:*: {

if ($nick != $me) {

if ($calc($nick($chan,0) + 2) <= 100) {

.timer.limit 1 5 mode $!chr(37) $!+ $right($chan,-1) +l $calc($nick($chan,0) + 3)

}

}

}

on *:PART:*: {

if ($calc($nick($chan,0) + 2) <= 100) {

.timer.limit 1 3 mode $!chr(37) $!+ $right($chan,-1) +l $calc($nick($chan,0) + 2)

}

}

on *:KICK:*: {

if ($calc($nick($chan,0) + 2) <= 100) {

.timer.limit 1 3 mode $!chr(37) $!+ $right($chan,-1) +l $calc($nick($chan,0) + 2)

}

}

on *:MODE:#: {

if ($nick != $me) || ($nick !isowner $comchan($nick,1)) {

if ($calc($nick($chan,0) + 2) <= 100) .timer.limit 1 3 mode $!chr(37) $!+ $right($chan,-1) +l $calc($nick($chan,0) + 3)

}

}

#limitprot end

 

********************************************************************

 

#limitprot on

on *:JOIN:*: {

if ($nick != $me) {

if ($calc($nick($chan,0) + 2) <= 100) {

.timerDLA 1 3 mode $!chr(37) $!+ $right($chan,-1) +l $calc($nick($chan,0) + 3)

}

}

}

on *:PART:*: {

if ($calc($nick($chan,0) + 2) <= 100) {

.timerDLA 1 3 mode $!chr(37) $!+ $right($chan,-1) +l $calc($nick($chan,0) + 2)

}

}

on *:KICK:*: {

if ($calc($nick($chan,0) + 2) <= 100) {

.timerDLA 1 3 mode $!chr(37) $!+ $right($chan,-1) +l $calc($nick($chan,0) + 2)

}

}

;on *:MODE:#: {

; if ($nick != $me) || ($nick !isowner $comchan($nick,1)) {

; if ($calc($nick($chan,0) + 2) <= 100) .timerDLA 1 3 mode $!chr(37) $!+ $right($chan,-1) +l $calc($nick($chan,0) + 3)

; }

;}

#limitprot end

 

 

Edited Sep 7, 2004 4:01 AM by »†ëþøx†«

lmao

they r the same but the one down there has got the last code block (in the MODE event) disabled!

on me:*:join:#:hop #

Or select all the nicks and type //kick # $snicks lol_sign.gif

"Be more concerned with your character than your reputation

because your character is who you really are while your reputation is merely what others think of you."

 

DesolateMx 8.0

Well thanx anyways but i already have a limiter prot in my script but what im finding is they join so fast adn nics are so long that it cant keep up adn lets them all in and no passprtflood prot for vincula will kick them. All nics adn there is like 100 look like this

 

 

JASKLFHASDFJHASJDFHASLDHFALSKHFASLGHFKASKGHFASLFJDHALSFJKHASLHASDFSD

add this as a deny in room access list

 

??????????????????????????????????????????????????*!*@*$*

 

this will stop them from getting in

any nick under that will get in and mirc is able to kick them

My code does NOT have bugs. It just develops random features.

Thanx ozzy ill give it a try