Advertisement
Majeye

mIRC - chat roulette between mods/viewers

Feb 12th, 2015
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 2.21 KB | None | 0 0
  1. On *:TEXT:!Roulette:#: {
  2.   if ((%floodroulette) || ($($+(%,floodroulette.,$nick),2))) { return }
  3.   set -u15 %floodroulette On
  4.   set -u30 %floodroulette. $+ $nick On
  5.   if ($nick isop #) {
  6.     var %randmods = $rand(1,7)
  7.     if (%randmods == 1) { msg $chan Roulette clicks!...Empty...You live to see another day $nick }
  8.     if (%randmods == 2) { msg $chan BANG! ... You were shot, but live! There must be secret powers in your mod armor $nick }
  9.     if (%randmods == 3) { msg $chan BANG! ... The bullet missed, you only have your born moderation powers to thank $nick }
  10.     if (%randmods == 4) { msg $chan $nick starts to shake, $nick tries to pull the trigger but can't. $nick drops the gun, $nick isn't up to the challenge of Roulette. }
  11.     if (%randmods == 5) { msg $chan $nick couldn't figure out how to work the safety, puts the gun down & steps away slowly. }
  12.     if (%randmods == 6) { msg $chan $nick puts the gun to their head and pulls the trigger.  CLICK.  $nick looks down the barrel & finds the gun was unloaded. }
  13.     if (%randmods == 7) { msg $chan $nick pulls the trigger and gets a face full of confetti. It was actually a party popper shaped like a gun. }
  14.   }
  15.   else {
  16.     var %randnumber = $rand(1,6)
  17.     if (%randnumber == 1) { msg $chan BANG!... Roulette claims another soul. R.I.P $nick
  18.     msg $chan /timeout $nick 15 }
  19.     if (%randnumber == 2) { msg $chan Roulette clicks!...Empty...You live to see another day $nick }
  20.     if (%randnumber == 3) { msg $chan BANG!... $nick Was a great viewer, and now $nick is a dead viewer. R.I.P
  21.     msg $chan /timeout $nick 15 }
  22.     if (%randnumber == 4) { msg $chan $nick starts to shake, $nick tries to pull the trigger but can't. $nick drops the gun, $nick isn't up to the challenge of Roulette. }
  23.     if (%randnumber == 5) { msg $chan $nick picks up the pistol but decides to run in circles shooting bunny rabbits instead. }
  24.     if (%randnumber == 6) { msg $chan $nick starts to cry & just can't pull the trigger and hands the gun to MajeyeBot to request the bot shoots them instead.
  25.     msg $chan /timeout $nick 15 }
  26.     if (%randnumber == 7) { msg $chan $nick pulls the trigger and gets a face full of confetti. It was actually a party popper shaped like a gun. }
  27.  
  28.   }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement