Advertisement
Guest User

startup

a guest
Jun 20th, 2016
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.79 KB | None | 0 0
  1. disk.setLabel("left", "Dust OS Boot Loop Terminator--DO NOT STORE IN DISK DRIVE CONNECTED TO SYSTEM")
  2. term.setTextColor(colors.yellow)
  3. term.setBackgroundColor(colors.black)
  4. term.clear()
  5. print("Dust OS Boot Loop Terminator 1.0")
  6. term.setTextColor(colors.green)
  7. print("BOOT LOOP TERMINATED")
  8. term.setTextColor(colors.red)
  9. print("!----------------------------------!")
  10. print("REMOVE DISK FROM SYSTEM OR THE COMPUTER WILL NOT BE ABLE TO BOOT CORRECTLY")
  11. print("!----------------------------------!")
  12. term.setTextColor(colors.lime)
  13. print("------------------------------------")
  14. print("Thanks For Using A Dust Inc. Product")
  15. print("Please Check Out Our Other Products")
  16. print("------------------------------------")
  17. term.setTextColor(colors.lightGray)
  18. print("Shameless Self Promotion, Oh Yah")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement