Share Pastebin
Guest
Public paste!

Soulmate Botnet IRC Flood Protection Script

By: a guest | Mar 18th, 2010 | Syntax: mIRC | Size: 1.38 KB | Hits: 121 | Expires: Never
Copy text to clipboard
  1. on *:open:?:{
  2.   inc -u3 %msg.floodpro 1
  3.   if (%msg.floodpro == 2) {
  4.     ame 10Message4 Flood6 detectat2,6 activez4 silence6 pentru4 16 minut2.
  5.     silence +*!*@*
  6.     timerunsilence 1 60 silence -*!*@*
  7.     close -m
  8.   }
  9. }
  10.  
  11. on *:notice:*:?:{
  12.   if (%notice.floodpro.nick != $nick) {
  13.     inc -u3 %notice.floodpro 1
  14.   }
  15.   if (%notice.floodpro == 2) {  
  16.     ame 10Notice4 Flood6 detectat2,6 activez4 silence6 pentru4 16 minut2.
  17.     silence +*!*@*
  18.     timerunsilence 1 60 silence -*!*@*
  19.   }
  20.   set %notice.floodpro.nick $nick
  21. }
  22.  
  23. ctcp *:*:?:{
  24.   if (%ctcp.floodpro.nick != $nick) {
  25.     inc -u3 %ctcp.floodpro 1
  26.   }
  27.   if (%ctcp.floodpro == 2) {  
  28.     ame 10CTCP4 Flood6 detectat2,6 activez4 silence6 pentru4 16 minut2.
  29.     silence +*!*@*
  30.     timerunsilence 1 60 silence -*!*@*
  31.   }
  32.   set %ctcp.floodpro.nick $nick
  33. }
  34.  
  35. on *:invite:#:{
  36.   if (%invite.floodpro.nick != $nick) {
  37.     inc -u3 %invite.floodpro 1
  38.   }
  39.   if (%invite.floodpro == 2) {  
  40.     ame 10Invite4 Flood6 detectat2,6 activez4 silence6 pentru4 16 minut2.
  41.  
  42.     silence +*!*@*
  43.     timerunsilence 1 60 silence -*!*@*
  44.   }
  45.   set %invite.floodpro.nick $nick
  46. }
  47. on *:notice:*:#:{ hinc -mu2 spam $chan | if $hget(spam,$chan) >= 3 { mode $me +d | timerunsilence 1 60 mode $me -d | ame  6Am activat modul 4 +d 6pentru 4 1 6minut din cauza floodului2.