GLaDOS446

Zeitstart und Zeit Programm in der Kombination

Aug 5th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2. term.clear()
  3. term.setCursorPos(5,2)
  4. term.setTextColor(colors.white)
  5. print("CraftOS wird hochgefahren")
  6. for i = 1, 10,1 do
  7. term.setTextColor(colors.white)
  8. term.setCursorPos(4,2)
  9. print("CraftOS wird hochgefahren")
  10. sleep(0.5)
  11. term.setTextColor(colors.green)
  12. term.setCursorPos(14,4)
  13. print("Bitte warten")
  14. sleep(0.5)
  15. term.clear()
  16. end
  17. sleep(2)
  18. print("Starte Uhr")
  19. sleep(5)
  20. term.clear()
  21. term.setCursorPos(3,3)
  22. term.setTextColor(colors.green)
  23. print("Einen Moment Uhr Wird gestartet")
  24. for i = 1, 5,1 do
  25. term.setCursorPos(3,3)
  26. term.setTextColor(colors.green)
  27. print("Einen Moment Uhr Wird gestartet")
  28. sleep(0.5)
  29. term.setTextColor(colors.white)
  30. term.setCursorPos(35,3)
  31. print(".")
  32. sleep(0.5)
  33. term.setCursorPos(36,3)
  34. print(".")
  35. sleep(0.5)
  36. term.setCursorPos(37,3)
  37. print(".")
  38. sleep(0.5)
  39. term.clear()
  40. end
  41. term.clear()
  42. term.setCursorPos(5,3)
  43. z=true
  44. while true do
  45. shell.run("time")
  46. sleep(0.75)
  47. term.setCursorPos(5,3)
  48. term.clear()
  49. end
Advertisement
Add Comment
Please, Sign In to add comment