Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 2.02 KB | None | 0 0
  1. on *:TEXT:!taze *:#: {
  2.   var %z = $rand(1,2)
  3.   if (!%tazespam [ $+ [ $chan ] ]) {
  4.     set -u15 %tazespam [ $+ [ $chan ] ] 1
  5.     if (($2 == $nick) || (!$2)) {
  6.       describe $chan gives $nick a tazer.
  7.       timer 1 2 { describe $chan watches $nick put the tazer to their head. }
  8.       timer 1 4 { describe $chan watches as $nick $+ 's face melts. }
  9.     }
  10.     else if (*!*@P2PNET-7AD19DC1.dsl.wotnoh.sbcglobal.net iswm $address($nick,2)) {
  11.       describe $chan tazes LSDuke and throws him out a 12th-story window.
  12.     }
  13.     else if (($2 isnotify) && ($nick isnotify)) {
  14.       describe $chan hugs both $2 and $nick so they get along.
  15.     }
  16.     else if ($2 isnotify) {
  17.       $iif($nick isop $chan,describe $chan hands $nick and $2 tazers and forces them to duel!,describe $chan tazes $nick because $2 is a friend of mine.)
  18.     }
  19.     else if ($me isin $2-) {
  20.       describe $chan laughs maniacally while tazing $nick $+ .
  21.     }
  22.     else if (($2 isreg $chan) || ($2 isvoice $chan)) {
  23.       describe $chan sticks the tazer under $2 $+ 's chin and pulls the trigger. $me gives a blank look around the room before turning and leaving.
  24.       timer 1 2 msg $chan Business is business, y'all.
  25.     }
  26.     else if (($nick isop $chan) && ($2 isop $chan)) {
  27.       describe $chan puts the tazer up to $2 $+ 's neck and pulls the trigger. But the taser's battery is dead! $me smacks $nick over the head with a large trout instead.
  28.     }
  29.     else if (($nick ishop $chan) && ($2 isop $chan)) {
  30.       describe $chan tazes $nick because $2 is better than $nick $+ .
  31.     }
  32.     else if (($nick ishop $chan) && ($2 ishop $chan)) {
  33.       describe $chan lets $nick and $2 duel it out, Spock and Kirk-style, until there is only one survivor.
  34.     }
  35.     else if ($2 isop $chan) {
  36.       $iif($2 isnotify,describe $chan tazes $nick for trying to taze a friend of mine!,describe $chan tazes $2 for trying to taze an op.)
  37.     }
  38.     else if ($2 !ison $chan) {
  39.       describe $chan tazes $nick in the face for abusing this script.
  40.     }
  41.     unset %z
  42.   }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement