Top

Flood Protection (Line/Long Text)

Please Register to submit score.
Average Score  5.0
Scores Submitted  2
Date Added  Apr 05, 2008
Last Updated  Apr 05, 2008
Tags  anti  bot  channel  counter  flood  protection 

Introduction

Just copy an paste one or both codes into a new remote file ALT+ r (Keep the codes seperate ie. Long text in one new remote an Line flood in another).Well i havent had time to post anything in like a month or so er and some one was askin about channel bot protections an the one they where using i dint like so i threw these simple codes together.One s a simpe line flood its set to 8 lines in 2 seconds to trigger,3 strike system 1.Muted and warned 2.Kick and warned. 3.Kick and banned 120 seconds. ALL this have to be triggered with in 300 seconds.Same goes fo rthe Long text + Line floods exept its only 2 line in 2 seconds and the charcter count has to be 400 or over to trigger the protection.Er i tested a few times shouldnt be buggy if so just post as always comments an suggestions are welcome.`-.-´

Grab the Code

Comments

  (6)  RSS
xDaeMoN
Comments: 696
 
mIRC Snippet:  Flood Protection (Line/Long Text)
Posted on Apr 5, 2008 1:41 am
Code:
  if ($nick !isop $chan && $nick !isvoice $chan && $nick !ishop $chan) {
can simply be
Code:
 if ( $nick isreg $chan ) {
EL
Comments: 884
 
mIRC Snippet:  Flood Protection (Line/Long Text)
Posted on Apr 5, 2008 1:54 am
Er see it my browser dont crqash on me this time ha.Yeah true but then again they can edit it to target other statuses so i ll leave it for now thanks tho.`-.-´
Eugenio
Comments: 518
 
mIRC Snippet:  Flood Protection (Line/Long Text)
Posted on Apr 5, 2008 6:52 pm
/me rates one =] silly yank thinks he can code :o
EL
Comments: 884
 
mIRC Snippet:  Flood Protection (Line/Long Text)
Posted on Apr 5, 2008 7:12 pm
LOL nah i cantt code ima n00b an i <3 it.As for the rate you dumb ass you didn't rate it.
Eugenio
Comments: 518
 
mIRC Snippet:  Flood Protection (Line/Long Text)
Posted on Apr 5, 2008 7:28 pm
I didnt rate coz I was jokin .....but if you insist mate
EL
Comments: 884
 
mIRC Snippet:  Flood Protection (Line/Long Text)
Posted on Apr 5, 2008 7:35 pm
LOL a 1 hey thanks i mean i cant ask for to much from my fellow coders now can i ty MATE.

Please Register or Login to start posting comments.
Bottom