Advertisement
GochiPC

startup

Oct 21st, 2023 (edited)
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. --WARNING = DONT EDIT ANITHING
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. term.setTextColor(colors.yellow)
  5. print("Welcome Player")
  6. sleep(3)
  7. term.clear()
  8. term.setCursorPos(1,1)
  9. print("MineOS 1.2 ")
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement