Advertisement
illpastethat

Formatted wire script bluntmasta

Sep 18th, 2012
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.98 KB | None | 0 0
  1. on $*:text:/^[.?]wire/Si:#:{
  2.   if ($nick == $eval($+(%,var,$chan,.bomb),2)) {
  3.     if (!$2) {
  4.       .notice $nick You must select a wire.
  5.     }
  6.     if ($istok($eval($+(%,var,$chan,.wires),2),$2,32)) {
  7.       .notice $nick Wires Are: 4RED - 8YELLOW - 9GREEN - 1FEAR
  8.     }
  9.     else {
  10.       if ($2 == fear) {
  11.         set %bombs $reptok(%bombs,$gettok(%bombs,2,58),$calc($gettok(%bombs,2,58) + 1),1,58)
  12.         .msg $chan $nick *BOOM* Don't be afraid... It's only a virtual bomb $+ (,$chr(91),$gettok(%bombs,2,58),$chr(93)) - (15 seconds till next bomb)
  13.         set -u15 %bomb. [ $+ [ $chan ] ] disabled
  14.         unset %b. [ $+ [ $chan ] $+ ] .*
  15.         .timerbwarn. [ $+ [ $chan ] ] off
  16.         .timerbomb. [ $+ [ $chan ] ] off
  17.       }
  18.       elseif ($istok(%b. [ $+ [ $chan ] $+ ] .wires,$2,32)) {
  19.         if ($2 == %b. [ $+ [ $chan ] $+ ] .wire) {
  20.           set %bombs $reptok(%bombs,$gettok(%bombs,1,58),$calc($gettok(%bombs,1,58) + 1),1,58)
  21.           .msg $chan 8S7o4m5e 5f4o7o8l 8pl7an4te5d 5a 4b7om8b 8o7n 4yo5u 5N4i7c8k!8 307s4e5c 5to $&
  22.             4de7fu8se 8it, 7h4ur5ry! $2 . $+(,$chr(91),$chan,$chr(93),) $+($chr(91),$gettok(%bombs,1,58),$chr(93)) - (15 seconds till next bomb)
  23.           set -u15 %bomb. [ $+ [ $chan ] ] unset $+(%,b,$chan,.*)
  24.           $+(.timerbwarn.,$chan) off
  25.           $+(.timerbomb.,$chan) off
  26.         }
  27.         else {
  28.           set %bombs $reptok(%bombs,$gettok(%bombs,2,58),$calc($gettok(%bombs,2,58) + 1),1,58)
  29.           .msg $chan 6/7!6\ 4*KABOOM* 6/7!6\ 5The loss of $nick(#,0) people rests in $+($nick,...) The correct wire was: $&
  30.             $eval($+(%,b,$chan,.wire),2) $+($chr(91),$gettok(%bombs,2,58),$chr(93)) - (15 seconds till next bomb)
  31.           set -u15 %bomb. [ $+ [ $chan ] ] disabled | unset $+(%,b,$chan,.*)
  32.           $+(.timerbwarn,$chan) off | $+(.timerbomb,$chan) off
  33.         }
  34.       }
  35.     }
  36.   }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement