Jump to content

Buzzen V2 Passport Flood Protection


tim29ca

Recommended Posts

Ok guys Buzzens V2 will be official in 2/3 days no more msn chat clone ocx. You may or may have not noticed buzzen v2 irc flash chats can easily be guest flooded passport flooded!!!!! Chat room ADMINS are starting to get things in order setting up scripts for buzzenv2... We need passport flood protection scripts !!!!!!!! most of the ones we used in the past is loaded with old msn server code !!! they dont work i've spent 3 hours looking for a flood protection code that works the closest i have found is this !!!!!! only problem is it disconnects after kicking a few flooders out...

#passportfloodkick on 
on @!*:join:#:{ 
  set -u2 $+(%,#) $eval($+(%,#),2) $nick 
  if ($numtok($eval($+(%,#),3),32) >= 5) { 
    kick # $replace($eval($+(%,#),2),$chr(32),$chr(44)) :4,1)»• 14Proteccion 0Revolution $+  4•«( 
    unset $+(%,#) 
    set %timerlock.chan $chan 
    .timerlock.chan 0 1 mode $chan +i-u 
    .timerlock.chan off 
    access # add DENY >*!*@*$* 
    access # add deny $ial 0 :4,1)»• 14Proteccion 0Revolution $+  4•«( 14Anti 0Flo0d 
    set %timer2knock.chan $chan 
    .timerknock4 1 60 mode $!chr(37) $!+ $right(%timer2knock.chan,-1) +u-i 
    .timerknock6 1 60 msg # )»•Modos-Ro0m18-i+u•«( 
    .timerknock4 off 
    .timerknock6 off 
  } 
} 
#passportfloodkick end

I FOUND THIS GUEST FLOOD KICKER WORKS !!!!!

#guestflood on 
on *:JOIN:* { 
  if (> isin $nick) { 
    if (%GuestFlood == $null) { 
      set -u5 %GuestFlood 1 
    } 
    else { inc %GuestFlood } 
    if (%GuestFlood >= 3) { 
      access $active add DENY >*!*@*$* 2 
      msg $active Possible Guest_ flood detected, Guest_ have been banned (1 minute ban) 
      kickguest 
      unset %GuestFlood 
    } 
  } 
} 
#guestflood end 

alias kickguest { 
  set %kg 1 
  :next 
  set %mnick $nick($active,%kg) 
  if (%mnick == $null) { halt } 
  if (%mnick == $me) { inc %kg | goto next } 
  if (> !isin %mnick) { inc %kg | goto next } 
  if (> isin %mnick) { kick # %mnick Mass Guest Flooder kicker } 
  inc %kg 
  goto next 
}

plz help guys 2 days is gonna be here and i have a feeling our room is gonna get flooded left and right and the Help Desk is gonna be bizzy bizzy bizzy :?

Link to comment
Share on other sites

I FOUND THIS GUEST FLOOD KICKER WORKS !!!!!

 

#guestflood on 
on *:JOIN:* { 
  if (> isin $nick) { 
    if (%GuestFlood == $null) { 
      set -u5 %GuestFlood 1 
    } 
    else { inc %GuestFlood } 
    if (%GuestFlood >= 3) { 
      access $active add DENY >*!*@*$* 2 
      msg $active Possible Guest_ flood detected, Guest_ have been banned (1 minute ban) 
      kickguest 
      unset %GuestFlood 
    } 
  } 
} 
#guestflood end 

alias kickguest { 
  set %kg 1 
  :next 
  set %mnick $nick($active,%kg) 
  if (%mnick == $null) { halt } 
  if (%mnick == $me) { inc %kg | goto next } 
  if (> !isin %mnick) { inc %kg | goto next } 
  if (> isin %mnick) { kick # %mnick Mass Guest Flooder kicker } 
  inc %kg 
  goto next 
}

 

If this works, then go with it.

 

 

Edited by Wiley E.
Link to comment
Share on other sites

first one looks a bit like the one i did for passport floods on msn

looks like it was changed to do guests lol

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...