Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. @persist T:table
  2.  
  3. A=lastSaid()
  4.  
  5. if (A=="-cr")
  6. {
  7.  
  8. if (first())
  9. {
  10. runOnTick(1)
  11. T=table()
  12. I=0
  13. while(I<500)
  14. {
  15. T:pushString("Crash")
  16. I++
  17. }
  18. }
  19. while(perf(100)){T:pushTable(T:clone())}
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement