Kill Snippet

By `Green on Dec 30, 2008

i have always love this kind of snippet. and have always wanted to make one but couldn't get it right until now. i hope you all like it. it only has four ways of death. and it has flood protection. can't kill the bot. and will say "No Nick Was Entered To Kill!" if you don't put a something after !kill.

paste into your remotes and enjoy. just type !kill to activate.

Special Kill Just For Slacker!

on !*:TEXT:!kill*:#:{
  if (!$($+(%,Kflood),3)) {
    set -u3 $+(%,Kflood) on
    if (!$2) { msg # 4No Nick Was Entered To Kill! } 
    if ($2 == $me) { msg # 11I'm Not Going To Kill Myself! }
    if ($2 !== $me) {
      if ($2) {
        var %K = Grabs a chainsaw and shoves it into $2 $+ 's stomach and watches them die a painful death!|slits they're throat with a buck knife.|pulls out a gun and shoots $2 in the throat.|grabs a knife and slits open the bottom of there stomach and watches their intestines fall to the ground!|Shove A Wii Remote Into The Head Of $2 And Laughs! lol >:D
        msg # 4 $+ $gettok(%K,$r(1,4),124)
      }
    }
  }
}

Comments

Sign in to comment.
`Green   -  Dec 30, 2008

good idea slacker. i didn't think about that. and i usually don't use $iif so thats why i didn't do that.

 Respond  
slacker   -  Dec 30, 2008

lol funny code..
you could use an $iif and place all the error checks within them. Also maybe add one more error check to see if $2 ison the chan.

on *:TEXT:!kill*:#:{
  if (!$($+(%,Kflood),2)) {
    set -u3 $+(%,Kflood) on
    if (!$2 || $2 == $me || $2 !ison #) { msg # $iif(!$2,4No Nick Was Entered To Kill!,$iif($2 == $me,11I'm Not Going To Kill Myself!,$iif($2 !ison #,11I can't seem to find $2))) } 
    else {
      var %K = Grabs a chainsaw and shoves it into $2 $+ 's stomach and watches them die a painful death!|slits they're throat with a buck knife.|pulls out a gun and shoots $2 in the throat.|grabs a knife and slits open the bottom of there stomach and watches their intestines fall to the ground!
      msg # 4 $+ $gettok(%K,$r(1,4),124)
    }
  }
}
 Respond  
Aucun50   -  Dec 30, 2008

Works Good.

 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.