Skip to content
MSN

Guest Nicks That Change Nicks

A TG007 community discussion started by JeremyStCyr.

Discussion 12 posts
Page 1 of 1
Open
Topic #401 · 12 published posts · 1,326 views

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?

best way is just to ban guests , then they cant use the pathetic flooders

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

#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 }

all you really need to do is find the thing that is the same in their nick. normally the begining, and then just ban anything that starts with the similarity. Most flooders are like guest_gbot**** or guest_god**** so you just ban >god*!*@*$* or so and it will do the trick. thats how i sort out most of the problems with guest flooder.

in the politics room i run are to many normal guest to ban, and the flooders have al difrent names, and the stupid guest nick change flood is verry irritating, even with the guest change banner of ozzy you will get a dc.

 

msn has stoped the pornbots, but now whe get the floods.

 

so pay more to get more floods rolleyes.gifdry.gif

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 huh.gif

Edited May 1, 2004 9:28 PM by JeremyStCyr

if you have the active limit protection on , they can only get 3 nicks in and in kenobi it would detect them as a join flood and kick them anyway , b4 they get chance to change nicks lol

Trust me i have tried it

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

ozzy? you forget something, in my room (Political Chat) they flood it everyday, and they join it with 1 or 2 guest and then do a nick change flood ( sometimes i am able to kick them)

 

and the dynamic room protection doesnt work (specs are always able to join)

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.

#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 dry.gif 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 rolleyes.gif so the flooders will flood out becuase they have to send to many smile.gif

 

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

well that really depends coz wif my guest flooder it uses random webtv gates - allthough i wouldnt flood for bad reasons i imagine other ppl have ways of doing it as well

mmmhmmm best way to stop it is just ban guest for a half hour or so