chachin

Untitled

Mar 29th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.32 KB | None | 0 0
  1. on *:TEXT:!shoot *:#:{
  2.   var %x $rand(1,2)
  3.   if (%x == 1) {  
  4.     describe $chan lays on its back lifts its little legs and shoots an egg at $iif($2 == $me,$nick,$2) $+ 's neck!  POP
  5.   }
  6.   else {
  7.     describe $chan lays on its back lifts its little legs and shoots shit at $iif($2 == $me,$nick,$2) $+ 's face!
  8.   }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment