a few modes

By paNix3d on Sep 11, 2005

this script is a nicklist script that can masskick,ban,and deop... this script has such leet variables :) - %zXz.xZx . o and about my nicks... cont3xt and panix3d same ppl

*/ A f3w m0d3s by c0nt3xt \*
*/ made this version less sloppy \*
*/ ɛ c0nt3xt \*
;========================================================
*/ n0 editing -------------------------------------no editing \*
;========================================================

alias masskick {
  set %zXz.xZx 1
  :start
  set %Xnick $nick(#,%zXz.xZx)
  if (%Xnick == $me) { inc %zXz.xZx | goto start }
  if (%Xnick != $me) { kick # %Xnick masskick by c0nt3xt [v3] }
  if (%Xnick == $null) { halt }
  inc %zXz.xZx  
  goto start
} 

alias masskickban {
  set %zXz.xZx 1
  :start
  set %Xnick $nick(#,%zXz.xZx)
  if (%Xnick == $me) { inc %zXz.xZx | goto start }
  if (%Xnick != $me) { mode # +b %Xnick | kick # %Xnick massban by c0nt3xt [v3] }
  if (%Xnick == $null) { halt }
  inc %zXz.xZx
  goto start
}
alias massdeop {
  set %zXz.xZx 1
  :start
  set %Xnick $nick(#,%zXz.xZx)
  if (%Xnick == $me) { inc %zXz.xZx | goto start }
  if (%Xnick != $me) { mode # -o %Xnick }
  if (%Xnick == $null) { goto EOF }
  inc %zXz.xZx
  goto start
  :EOF
  describe # DeOp'd by c0nt3xt's massmodes script [v3]
}
on 1:text:!version:#: { describe # 4massmodes by c0nt3xt v 3.0 }
menu * {
  .massmodes [v3]
  ..masskick:masskick
  ..massban:masskickban
  ..massdeop:massdeop
}

Comments

Sign in to comment.
xDaeMoN   -  Sep 11, 2005

See /help /while

 Respond  
anthalus   -  Sep 11, 2005

Try using var instead of set, especially if you are not unsetting...

 Respond  
paNix3d   -  Sep 11, 2005

explain while loops plz?

 Respond  
xDaeMoN   -  Sep 11, 2005

Instead of using /goto, use /while loops.

 Respond  
paNix3d   -  Sep 11, 2005

i didnt rate nething

 Respond  
supergeo   -  Sep 11, 2005

I know, brottor. People just come through and give it a rating to bump their count. I\'ve been saying this for awhile.

 Respond  
brottor   -  Sep 11, 2005

WTF.WTF.WTF every time i click on a fucking snippet there is 1 grade and its a fucking 5..who is doing this??? STOP IT... no matter how ripped no matter how awesome.

As for the script it looks pretty useles..

 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.