Advertisement
Patrik0525

CraftOS 1.9

May 27th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(22,1)
  3. print("Loading...")
  4. term.setCursorPos(1,18)
  5. term.setBackgroundColor(colors.yellow)
  6. term.setTextColor(colors.yellow)
  7. textutils.slowPrint("12345123451234512345123451234512345123451234512345")
  8. term.clear()
  9. term.setTextColor(colors.black)
  10. term.setCursorPos(1,1)
  11. print("CraftOS 1.9")
  12. term.setCursorPos(1,2)
  13. print("If you want to multitasking use the 'background <program>'.")
  14. print("32KB RAM 30KB FREE")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement