Advertisement
LepzinTM

startup

Oct 22nd, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | None | 0 0
  1. term.setBackgroundColor(colors.black)
  2. term.clear()
  3. term.setCursorPos(1, 1)
  4. textutils.slowPrint("Loading...")
  5. sleep(2)
  6. term.setCursorPos(1, 3)
  7. print("HDD Memory: 493.34 GB OK")
  8. sleep(1)
  9. term.setCursorPos(1, 5)
  10. print("RAM Memory: 10.00 GB OK")
  11. sleep(1)
  12. term.setBackgroundColor(colors.black)
  13. term.clear()
  14. term.setCursorPos(1, 1)
  15. print("Loading CyberOS system files...")
  16. sleep(2)
  17. shell.run("/load")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement