GLaDOS446

Computer Startup Programm v2.0

Jan 21st, 2020
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2. term.clear()
  3. term.setCursorPos(4,5)
  4. term.setTextColor(colors.white)
  5. print("Einen Moment Bitte CraftOS wird hochgefahren")
  6. term.setTextColor(colors.green)
  7. term.setCursorPos(14,7)
  8. print("CraftOS wird gestartet")
  9. term.setCursorPos(13,8)
  10. print("I I")
  11. for i = 1, 10,1 do
  12. term.setTextColor(colors.white)
  13. term.setCursorPos(4,5)
  14. print("Einen Moment Bitte CraftOS wird hochgefahren")
  15. term.setTextColor(colors.green)
  16. term.setCursorPos(14,7)
  17. print("CraftOS wird gestartet")
  18. term.setCursorPos(13,8)
  19. print("I I")
  20. term.setCursorPos(14,8)
  21. textutils.slowPrint("**********************")
  22. term.setCursorPos(14,8)
  23. textutils.slowPrint(" ")
  24. term.clear()
  25. term.setCursorPos(1,1)
  26. end
Advertisement
Add Comment
Please, Sign In to add comment