Advertisement
GochiPC

startup

Dec 25th, 2023
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. --WARNING = DONT EDIT ANITHING
  2. shell.run("label set MineOS_1.3_PRE1")
  3. term.clear()
  4. term.setCursorPos(1,1)
  5. term.setTextColor(colors.yellow)
  6. print("Welcome Player")
  7. sleep(3)
  8. term.clear()
  9. term.setCursorPos(1,1)
  10. print("MineOS 1.3 PRE1")
  11. term.setTextColor(colors.white)
  12. print("This is PreRelease Build")
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement