Advertisement
Guest User

startup

a guest
Jul 21st, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. term.setTextColor(colors.blue)
  4. print("neox.os" )
  5. print("loading...")
  6. term.setCursorPos(1,3)
  7. sleep(1)
  8. term.setTextColor(colors.lime)
  9. textutils.slowPrint("###############################")
  10. sleep(1)
  11. shell.run("gui")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement