Advertisement
illpastethat

Noob Ban Evader

May 15th, 2011
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.33 KB | None | 0 0
  1. on *:ban:#: {
  2.   if ($banmask == $me $+ !*@*) {
  3.     nick $iif(($me == $mnick),$mnick $+ _evading,$mnick)
  4.   }
  5.   elseif ($banmask == $address($me,2)) {
  6.     mode $me $iif(%banevadehost,+x,-x)
  7.     set %banevade done
  8.   }
  9. }
  10.  
  11.  
  12. Raw 474:*: if (!%unb) { ns identify yourpasswordhere | cs unban $2 | timer 1 1 join $2 | set -u5 %unb $2 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement