Advertisement
iPeer

Untitled

Apr 23rd, 2011
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.15 KB | None | 0 0
  1. mcseed {
  2.   var %n 1
  3.   while (%n <= 20) {
  4.     %s = %s $+ $r(0,9)
  5.     inc %n
  6.   }
  7.   say $iif($r(1,2) == 1,$+(-,$right(%s,-1)),%s)
  8.   unset %s
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement