Advertisement
aesom_e

Computercraft OS (STARTUP)

Mar 20th, 2021 (edited)
619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1, 1)
  3. print("aesom_e OS v2.0")
  4. print("Loading")
  5. term.setCursorPos(1, 3)
  6. textutils.slowPrint("[##################]")
  7. sleep(0.8)
  8. shell.run("OS/menu")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement