Guest User

Untitled

a guest
Jun 24th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. print("Cheni")
  2. n = 1
  3. sortie = "back"
  4. local running = true
  5. while running do
  6. os.queueEvent("fake")
  7. event, p1 = os.pullEvent()
  8. if event == "char" and p1 == "q" then
  9. running = false
  10. end
  11. rs.setBundledOutput(sortie, n)
  12. n = n * 2
  13. if n > 1024 then
  14. n = 1
  15. end
  16. sleep(0.5) end print("FIN !")
Add Comment
Please, Sign In to add comment