Advertisement
Larvix

startup [MagmaOS]

Jul 20th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(10,8)
  3. textutils.slowPrint("[Phoenix Corp. Computer Systems]")
  4. sleep(1)
  5. term.clear()
  6. term.setCursorPos(18,8)
  7. print("[Phoenix Corp.]")
  8. sleep(0.5)
  9. term.clear()
  10. sleep(0.5)
  11. term.setCursorPos(18,8)
  12. print("[Phoenix Corp.]")
  13. sleep(0.5)
  14.  
  15. shell.run(".disableAutoComplete")
  16. shell.run(".login")
  17. term.clear()
  18. shell.run(".menu")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement