Skip to content
MSN

strange flooding

A TG007 community discussion started by oosho.

Discussion 8 posts
Page 1 of 1
Open
Topic #6942 · 8 published posts · 979 views

hey guyz

I was in a chatroom when that guy started flooding by excessive joining and leaving with different nicknames, it was horrible, even scripts couldn't detect him as a flooder

here is how it looked like

http://www.msnusers.com/October6university...ments/flood.bmp

how did he do that and how can i protect myself against this kind of flooding

Link isn't working, gotta se the screenshot before we can help you with it. Sounds like a nick change flood.

sorry try this one

http://www.mypicshare.com/show/0000001016.html

*_arnold_*!*@*

 

add that as a deny lol

all the nicks had that in

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

but if arnold is a friend of mine

will the ignore affect him?

set a voice entry in your access for your friend arnold ( his passport ) , i believe voice in access still overrides ban on msn .

Edited Jun 30, 2006 6:03 PM by IRCx

vsixc.ath.cx 6667

This will stop the join floods. Try this...

 

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;Thank you for using "Knock-B4-Enter" by Warrior124.                                                                                      ;;
;;What this addon does is add deny access to *!*@* (meaning a total ban).                                                                  ;;
;;When someone tries to join their gate would temporarily be added to grant access allowing them to be able to join the second time around.;;
;;Mode +u is then removed to prevent knock flooding.                                                                                       ;;
;;They will have one minute to join before their grant access is removed.                                                                  ;;
;;Once the joiner has joined it will immediately remove the grant access from their gate which will also prevent hop flooding as well.     ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

menu channel {
 -
 $iif($me isowner $chan,Knock-B4-Enter for $chan [ $iif(%knockb4enter. [ $+ [ $chan ] ] ,is On,is Off) ]) { $iif(!%knockb4enter. [ $+ [ $chan ] ],set %knockb4enter. [ $+ [ $chan ] ] on,unset %knockb4enter. [ $+ [ $chan ] ]) | $iif(%knockb4enter. [ $+ [ $chan ] ],access $chan add deny *!*@* 0,access $active delete deny *!*@*) }
 -
}

alias knockrestore mode $1- +u

raw KNOCK:*: {
 if (%knockb4enter. [ $+ [ $1 ] ]) {
   if ($2 == 913) { access $1 add grant * $+ $address 1 | mode $1 -u | .timerestore 1 5 knockrestore $1 }
   elseif ($2 == 471) { access $1 add grant * $+ $address 1 | mode $1 -u | .timerestore 1 5 knockrestore $1 }
   elseif ($2 == 473) { access $1 add grant * $+ $address 1 | mode $1 -u | .timerestore 1 5 knockrestore $1 }
   elseif ($2 == 474) { access $1 add grant * $+ $address 1 | mode $1 -u | .timerestore 1 5 knockrestore $1 }
   elseif ($2 == 475) { access $1 add grant * $+ $address 1 | mode $1 -u | .timerestore 1 5 knockrestore $1 }
   else { access $1 add grant * $+ $address 1 | mode $1 -u | .timerestore 1 5 knockrestore $1 }
   haltdef
 }
}

on ^*JOIN:#:{ 
 if (%knockb4enter. [ $+ [ $chan ] ]) {
   if ($nick != $me) access $chan delete grant * $+ $address 
 }
}

code from "Knock-B4-Enter"

you could try using GuarDDog v. 5...