Advertisement
ijontichy

<stdin>

Jul 12th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. script 575 (void)
  2. {
  3. int rindex;
  4. rindex = AddRerunScript(random(1, 5), 575, 0,0,0);
  5.  
  6. Log(s:"heh");
  7.  
  8. int overflowtime = random(0, 1000000);
  9. int i;
  10.  
  11. for (i = 0; i < overflowtime; i++) { }
  12.  
  13. RemoveRerunScript(rindex);
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement