JeremyStCyr
Historical / Guest
sup yall i just thought of a way to beat a guest changer but first the question is there a command for mirc that lets you ignore everything as in not seeing nothing at all completely blocking out everything where you can only see yourself talk becuase i was thinking
maybe something like this onjoin if guest that change nicks join automatically ignore everything around for like 45 seconds to a minute which means if you do that you wont beable to see the room but you will still beable to see the changer as in it will be ignored in the main screen while you have a chance to kick them all manually and ban guest while you have the 45 seconds to a minute ignore all event switch on scripters does mirc have the ability to do that or not? and what would the command be? and how would you make that into a script?
X-Fusion
Historical / Guest
#gfp off
on *JOIN:#: {
if (> isin $nick) && (D21DB211 !isin $address) {
set -u2 %gjoin [ $+ [ $chan ] ] %gjoin [ $+ [ $chan ] ] $+ $chr(44) $+ $nick
inc -u1 %gflood
if (%gflood == 3) {
mode $chan +i-u
kick $chan %gjoin [ $+ [ $chan ] ]
timer 1 5 mode $!chr(37) $!+ $right($chan,-1) -i+u
}
}
}
#gfp end
Guest flood protection
.Enable:{ /enable #gfp | /echo -a Guest flood prot on }
.Disable:{ /disable #gfp | /echo -a Guest flood prot off }
JeremyStCyr
Historical / Guest
hey scripters i have two guest change kickers here they are ones by a friend the other i forget where i got it lol
Davies (friend of mines)
on *:NICK:{
if (% [ $+ [ $wildsite ] $+ ] .nflood == $null) { set
-u30 % [ $+ [ $wildsite ] $+ ] .nflood 0 }
inc % [ $+ [ $wildsite ] $+ ] .nflood 1
if (% [ $+ [ $wildsite ] $+ ] .nflood >= 3) { kick #
$nick Nick flood detected. Banned for 30 seconds. | ban
-u30 # $address($nick,1) | echo 2 Nick flood triggered
by $nick in # }
}
Forgot where i got it
on ^*:NICK:{ if ($nick != $me) { kick $comchan($me,1) $newnick dumbass } }
well yall here is two codes see what yall can come up with 
Edited May 1, 2004 9:28 PM by JeremyStCyr
X-Fusion
Historical / Guest
Ok on the one I posted, what it does is it checks to see if more then 2 or 2 guest nicks enter at the same time, it kicks them both. While doing so it sets the mode to +i and and -u to prevent floods. It also does the check on a guest gatekeeper (D21DB211.) This prevents from blocking WebTV users. Mine should be effective enough as its been tested. Does work with multiple guests such as flooders and WebTV users.
JeremyStCyr
Historical / Guest
#guestflood on
on ^*:join:#: {
if (D21DB211 isin $nick) halt
if (> isin $nick) {
if $me == $nick { halt }
if $me isvoice $chan { halt }
sockwrite -tn msn.server.* kick $msn.get($cid,fullroom) $nick [Guest-Bot?]
access $chan add deny >*!*@*$* 0 : No Guest Allowed | access $chan add deny *>*!*@*$* 0 : No Guest Allowed | access $chan delete grant *!???????????DB211????????????????@GateKeeper$* 0 : webtv access | access $chan add deny *!*@Gatekeeper$* 0 : No Guest
.timer 1 30 access $chan add grant *!???????????DB211????????????????@GateKeeper$* 0 : webtv access
}
}
#guestflood end
just put some codes together and what do we get a kicker for spec guest and still alllows webtv works for me
if you notice when you use this guest webtv grant my guest bot protection uses they have to load more guest becuase the webtv grant and guest bans slow the flooder down
so the flooders will flood out becuase they have to send to many 
but you have to have GRANT *!???????????DB211????????????????@GateKeeper$* on your access list at all times for this protection to work properly
one problem yall maybe you can help how do i get it to kick just spec guest and still allow webtv?
Edited May 3, 2004 6:18 AM by JeremyStCyr
JeremyStCyr
Historical / Guest
mmmhmmm best way to stop it is just ban guest for a half hour or so