Advertisement
SaNCaK

miRC Saldırı Koruma

Feb 5th, 2023
11,219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.90 KB | None | 0 0
  1. on *^:join:#:{
  2.   ;multi join[tüm adresler]
  3.   inc $+(-u,$ccrc(mjhafıza)) %mjj. [ $+ [ $chan ] ] $ccrc(mjaveraj)
  4.   if (%mj- [ $+ [ $chan ] ] >= $ccrc(mjlimit)) {
  5.     mode $chan +l $calc($nick(#,0) - %mjj. [ $+ [ $chan ] ])
  6.     .unset %mjj. [ $+ [ $nick ] ]
  7.   }
  8.   ;Clone join tek adres..
  9.   var %ad = $wildsite
  10.   inc $+(-u,$ccrc(cjhafıza)) %mj. [ $+ [ %ad ] ] $ccrc(cjaveraj)
  11.   if (%mj. [ $+ [ %ad ] ] >= $ccrc(cjlimit)) {
  12.     echo -t $chan %ad $color(info) adresinden massjoin: $+(%mj. [ $+ [ %ad ] ] )
  13.     mode $chan +b %ad
  14.     unset %mj. [ $+ [ %ad ] ]
  15.   }
  16. }
  17. alias ccrc {
  18.   goto $1
  19.   ;### Multi join conf
  20.   :mjhafıza {
  21.     RETURN 2
  22.   }
  23.   :mjaveraj {
  24.     ;bu rakamı degiştirmeyin..
  25.     RETURN 1
  26.   }
  27.   :mjlimit {
  28.     RETURN 6
  29.   }
  30.   ;### Clone join conf
  31.   :cjhafıza {
  32.     RETURN 3
  33.   }
  34.   :cjaveraj {
  35.     ;bu rakamı değiştirmeyin..
  36.     RETURN 3
  37.   }
  38.   :cjlimit {
  39.     RETURN 3
  40.   }
  41. }
Tags: Kod mirc irc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement