Advertisement
Rolcam

Ree - Useless Computercraft Program

Jun 11th, 2021
989
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.68 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2. local percent = 0
  3. term.setTextColor(colors.red)
  4. textutils.slowPrint("reeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee")
  5. term.setBackgroundColor(colors.red)
  6. term.clear()
  7. sleep(0.5)
  8. term.setBackgroundColor(colors.blue)
  9. while percent < 100 do
  10. term.clear()
  11. term.setTextColor(colors.white)
  12. term.setCursorPos(1,1)
  13. print(":(")
  14. print("Your PC ran into a problem and needs to restart.")
  15. print("We're just collecting some error info, and then we'll restart for you")
  16. print(" ")
  17. term.setCursorPos(1,6)
  18. print(percent .. "% complete - Please Wait")
  19. print(" ")
  20. print("Error: REE Overload - Ragequit")
  21. percent = percent + 1
  22. sleep(0.1)
  23. end
  24. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement