atlasim

Untitled

Jun 5th, 2021 (edited)
1,184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2.  
  3. term.clear()
  4.  
  5. term.write("you are an idiot")
  6. while true do
  7. print("you are an idiot")
  8. sleep(1)
  9. end
Add Comment
Please, Sign In to add comment