Cold_Fussion commented on a Page, Untouchable/Unbanable Script V3!!!!  -  Feb 09, 2009

i think its fun if ppl try take my chan, the mirc i have scripted is unstopable...
ill paste a few lines for u....

is alot missing cos its my script... so wont add it all
;----------------------------------
;BAN PROTECTION
;----------------------------------

on *:BAN:#:{

set %bancounter START

if ($banmask iswm $address($me,5)) {
set %banmaskVAR $banmask

if ($nick == $me) { halt }
if ($nick == chanserv) { halt }
if (%Prot.ban == off) { halt }

if (%banaction == %action1 ) {
  ;    NO ACTION
}
if (%banaction == %action7 ) {
  if ($me ison $chan) {
    .mode $chan -b $banmask    
    msg chanserv unban #
    halt
  }
}
if (%banaction == %action8 ) {
  if ($me ison $chan) {
    .mode $chan -b $banmask 
    .deprotect $chan $nick
    .kick $chan $nick Don't Ban me    
    halt  
  }
}
if (%banaction == %action9 ) {
  if ($me ison $chan) {
    .mode $chan -b $banmask 
    .deprotect $chan $nick
    .kick $chan $nick Don't Ban me
    .ban $chan $nick    
    halt   
  }
}
if (%banaction == %action10 ) {
  if ($nick ison #) {
    if (%bancounter == START) {
      msg chanserv deprotect # $nick     
      msg chanserv kick # $nick Don't BAN me!!!!!!!!
      set %bancounter STOP
      if ($me ison $chan) { msg chanserv unban # }     
      halt
    }
  }
}
if (%banaction == %action11 ) {
  timerban 1 4 /msg chanserv unban # | msg chanserv Akick # ADD $address($nick,3) Don't BAN me!!!!!!!! | msg chanserv Akick # Enforce     
  halt     
}

}
}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.