mIRC Home    About    Download    Register    News    Help

Print Thread
#170209 05/02/07 12:35 AM
Joined: Aug 2006
Posts: 469
G
Garou Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Aug 2006
Posts: 469
Anyone have a script with kick msg and 60min ban time for this kind of flooding?

05:56 <lams> !ping me –––[M-RuLerS]–––+– –Fuck– =–#–@–!–$–%–&–(–)–|–:–?–/–>–<–+–=–#–@–!–$–%–&–(–)–|–:–?–/–>–<–+–=–#–@–!–$–%–&–(–)–|–:–?–/–>–<(–)–|–:–?–/–>–<–+–=–#–@–!–$–%–&–(–)–|–:–?–/–>–<–+–=–#–@–!–$–%–&–(–)–|–:–?–/–>–<–+–=–#–@–!–$–%–&–(–)–|–:–?–/–>–<–––[•––– [M]–
05:56 <johns_> !ping me –––[M-RuLerS]–––+– –Fuck– =–#–@–!–$–%–&–(–)–|–:–?–/–>–<–+–=–#–@–!–$–%–&–(–)–|–:–?–/–>–<–+–=–#–@–!–$–%–&–(–)–|–:–?–/–>–<(–)–|–:–?–/–>–<–+–=–#–@–!–$–%–&–(–)–|–:–?–/–>–<–+–=–#–@–!–$–%–&–(–)–|–:–?–/–>–<–+–=–#–@–!–$–%–&–(–)–|–:–?–/–>–<–––[•––– [M]–

Garou #170214 05/02/07 05:01 AM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
there are soo many ways you could do this (just using the ON TEXT/ACTION events). Banning on:

1) !ping me if anything else is said beyond !ping me
2) repeat text flood type of script where if somebody repeats the same thing said
3) bad word kicker type script for uttering the word fu**
4) a symbol text kicker where if they use more than X amount of symbols you kick them
5) a string of symbols, such as -$-%-@
6) match texting using M-RuLerS
7) Are they messaging the channel with this (using a /msg or /notice command)? If so, this would be handled a different way.


Ultimately what would work best for ME might not work best for you, so the question is, how are they doing this? I know how I think it's happening, but give us some more information and we can help you better. Are they idling a while then doing that? Are they joining then spamming the channel instantly? Is it a common address range of nicknames that a preliminary ban BEFORE THEY JOIN would take care of? Is it a coordinated attack? Give us a bit more info and we'd be able to help you out better.


Those who fail history are doomed to repeat it
landonsandor #170216 05/02/07 05:16 AM
Joined: Aug 2006
Posts: 469
G
Garou Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Aug 2006
Posts: 469
it a coordinated attack, they all login using diff ip and idle about 5min then they all start flooding at the sametime.

Garou #170217 05/02/07 05:43 AM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
ok, that being said, an effective way would be to:

1) Use a script matching the TEXT they're saying
2) make the channel +m so nobody without a voice (the little + next to their name) can talk

Ultimately, check all the addresses and see if there is SOMETHING in common, an identd perhaps. A single ban catching 40 people is better than a script any day smile


Script example:

on @*:text:M-RuLerS:#channel-name:ban $nick 2 | kick #channel-name $nick Reason

Yes, I know the ban and kick can go in the same command instead of two, Im jsut using that example. Replace #channel-name with your channel's name


Those who fail history are doomed to repeat it
landonsandor #170224 05/02/07 02:12 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Forgot your *'s. laugh

on @*:text:*M-RuLerS*:#channel-name:ban $nick 2 | kick #channel-name $nick Reason


Invision Support
#Invision on irc.irchighway.net
Riamus2 #170233 05/02/07 04:12 PM
Joined: Aug 2006
Posts: 469
G
Garou Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Aug 2006
Posts: 469
thx guys,

Riamus2 #170259 06/02/07 02:28 AM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
Riamus - ah, so I did. It was late for me and my son is running me raggid for sure smile Kinda why I said it was untest code :P


Those who fail history are doomed to repeat it
landonsandor #170277 06/02/07 01:41 PM
Joined: Oct 2006
Posts: 15
S
syr Offline
Pikka bird
Offline
Pikka bird
S
Joined: Oct 2006
Posts: 15
on *:text:M-RuLerS*:#:if ( *fuck* iswm $1- && *!ping me* iswm $1- ) { mode # +b $fulladdress | kick # $nick dont flood :P }

syr #170282 06/02/07 02:08 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Again, you need *'s on both sides of M-RuLerS for it to work for his example.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard