Skip to content
MSN

need help with a room under attack..

A TG007 community discussion started by StarNavigator.

Discussion 14 posts
Page 1 of 1
Open
Topic #1839 · 14 published posts · 1,045 views

A friend of mine in msn is having a bad problem with bots attacking her room with flooding script bots.... could anyone suggest a good bot to protect against flooding and other BS.

i Could Release a script, that protects flooding, but all i suggest is download a script and look for 1 with join flood prot, if you cant find 1, contact me on this forum, i will make 1 smile.gif

Don't spend to much time making one when there are hundreds of them that would do everything one you make could. Probably plus more. I suggest one of the top MSN scripts in the MSN Full Scripts download section.

I hope you got some good scripts in techgear download section like gaurd dog,Christian ethics,Desolate all are good for room protection.I have released my core-msn too i hope it will come very much handy for your room.

Edited Nov 9, 2004 5:36 AM by Cryton

 

 

There is nothing so absurd but some philosopher has said it

I downloaded core-msn recently, not to shabby, not to shabby at all. The only thing I don't like about it is all the windows that open on start, even though I never even take a second glance at them. Good job on core though biggrin.gif

Thank you and in future release i will take all the windows that open in start.

 

 

There is nothing so absurd but some philosopher has said it

If you already downloaded a script make sure its got a Script detector and kicker in it... Also a decent flood protection wont go a miss

 

Agreed with all the suggestions for a script download as well!

 

(ps, not telling ya how 2 suck eggs but its advisable 2 make sure your a host or owner of the room or the script will be pretty much useless lol)

 

If not - get your friend to download it

lol @ the scripts he thinks leet..

 

 

When i start my website.. ill post my old script, if i still have it because i dont use msn chats now.. ill just use Novice connection, only edited more by me, Kaz.., that connection was released for testing, yes, it was based on the thing cyper released.

But highly changed.. bluedevi.con1 wasent based on it atall, the sad thing is.. when i quit i got rid of it.. to many people clame things. i give credits

 

Script Name: bluelight

 

 

P.S i've got two limegreen cons.. one edited.. and 1 built from nothing:)

you cant have them so bite me.. lol

bluedevil how can you comment on other scripts and claim yours are so good , when you have none released.

Anyone could have claimed to make anything

I could even claim that my latest script will make you a coffee, but it doesnt lol

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

Topic is need help with room under attack taz.gif

Here is a few gates i just grabbed from someone flooding my room

Flooders Gates

Guest Flooders Gates

bluedevil how can you comment on other scripts and claim yours are so good , when you have none released.

Anyone could have claimed to make anything

I could even claim that my latest script will make you a coffee, but it doesnt lol

lol_sign.gif @ make a coffee. chithappens.gif

 

$me makes $nick a cup of coffee. Enjoy.

 

offtopic.gif Wow check that out mine makes coffee. woot_jump.gif

Edited Nov 12, 2004 1:53 AM by Mail

 

"Diplomacy is the art of saying 'Nice doggie' until you can find a rock".-Will Rogers

Is it an fresh brewed one wink.gif if that so i wanna have an sip of that coffee smile.gif.

 

 

There is nothing so absurd but some philosopher has said it

$me makes $nick a beer! Enjoy!

oops.giflol_sign.gif

Edited Nov 13, 2004 6:04 AM by Glitch

a while a go i wore a little scritp to detect fake webtv account form real ones n remove them heres the coding

 

on ^*:join:#: {
if ($nick != $me) && (> isin $nick) { halt }
if (> isin $nick) && (D21DB211 !isin $address) { raw access $chan add deny $nick $+ *! $+ $$ial($nick $+ *,1).addr 0 :Fake WebTV Account | raw kick $chan $nick :Fake WebTV Account Detected | halt }

elseif (> isin $nick) && (00 isin $address) && (80 isin $address) && (D21DB211 !isin $address) { raw access $chan add deny $nick $+ *! $+ $$ial($nick $+ *,1).addr 0 :Fake WebTV Account | raw kick $chan $nick :Fake WebTV Account Detected | Halt }
elseif (> isin $nick) && (D21DB211 isin $address) { .ctcp $nick version }
else { halt }
 }

#fakeguestkick on
on *:CTCPREPLY:*: {
 if (> !isin $nick) { Halt }
 elseif ($1 == Version) {
   if (WebTV isin $2 )  { halt }
   elseif (WebTV !isin $2 ) { raw access $chan add deny $nick $+ *! $+ $$ial($nick $+ *,1).addr 0 :Fake WebTV Account | raw kick $chan $nick :Fake WebTV Account Detected | halt }
   elseif ($2 == $null) { raw access $chan add deny $nick $+ *! $+ $$ial($nick $+ *,1).addr 0 :Fake WebTV Account | raw kick $chan $nick :Fake WebTV Account Detected | halt }
 }
}
#fakeguestkick end

 

hope this helps

and let me knoww hat u think guy's lol

Edited Nov 14, 2004 9:18 AM by Terminal-access

Terminal-Access