Advertisement
GochiPC

shell

Dec 29th, 2023
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. term.setTextColor(colors.blue)
  4. textutils.slowPrint("Hello World")
  5. sleep(1)
  6. term.clear()
  7. term.setCursorPos(1,1)
  8. term.setTextColor(colors.yellow)
  9. print("MineOS 1.3 PRE1")
  10. term.setTextColor(colors.white)
  11. print("This is PreRelease Build")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement