Nos commented on a Page, help please  -  Sep 09, 2014
on *:TEXT:!kill*:#:ukill $1-
alias ukill {
  if (!%flood) {
    if ($2 == $null) { 
      msg $chan You have not stated any name. $&
        The name/whatever must be stated after $qt($iif(!$isid,/ukill,+Kill))
    }
    elseif ($2 !ison $chan) {
      msg $chan The name $qt($2) has not been found on the channel.
    }
    else {
      var %stamp = $+($chr(3),11,$chr(171),$chr(248),$chr(187),$chr(3),14)
      inc %killcount
      msg $chan %stamp Searching for $2 $+ ...
      msg $chan %stamp $2 has been found!!!
      var %tm = .timer 1 3 describe $chan, %shoot = $rand(1,10)
      if (%shoot == 1) %tm takes out a sniper rifle and shoots it at $2 $+ .
      if (%shoot == 2) %tm takes out a pistol, points it at $2 and triggers it TRRRAANGGG!
      if (%shoot == 3) %tm drops $2 over a cliff.
      if (%shoot == 4) %tm throws $2 into a canyon.
      if (%shoot == 5) %tm tickles $2 to death.
      if (%shoot == 6) %tm makes $2 eat a toxic sandwich.
      if (%shoot == 7) %tm pushes $2 into a box with spiky objects.
      if (%shoot == 8) %tm sneaks in behind $2 and inserts a sword.
      if (%shoot == 9) %tm gives $2 a grenade and runs.
      if (%shoot == 10) %tm makes $2 eat an toxic frog.
      .timer 1 4 msg $chan %stamp $qt($2) has been successfully killed. $&
        And 25 Dollars have been taken from $nick $+ . [Murders: %killcount $+ ]
      set -u4 %flood on
    }
  }
} 
Borreltje  -  Sep 09, 2014

http://hawkee.com/snippet/15987/

can you please keep looking to this

Sign in to comment

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.