Advertisement
PolskiWisnia

EMB

Oct 12th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.80 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. print("Microcraft")
  4. term.setCursorPos(20,3)
  5. print("Minedows XP 2.5 EMB")
  6. term.setTextColor(colors.white)
  7. term.setCursorPos(1,14)
  8. term.setBackgroundColor(colors.gray)
  9. print("Trwa uruchamianie systemu Minedows XP Pro z nakladka FedUI")
  10. term.setTextColor(colors.red)
  11. term.setBackgroundColor(colors.red)
  12. term.setCursorPos(1,17)
  13. textutils.slowPrint("000")
  14. sleep(0.2)
  15. term.setCursorPos(1,17)
  16. textutils.slowPrint("00000000000000")
  17. sleep(0.2)
  18. term.setCursorPos(1,17)
  19. textutils.slowPrint("0000000000000000000000000000")
  20. sleep(0.4)
  21. term.setCursorPos(1,17)
  22. textutils.slowPrint("0000000000000000000000000000000000000000")
  23. term.setCursorPos(1,17)
  24. textutils.slowPrint("000000000000000000000000000000000000000000000000000")
  25. sleep(0.1)
  26. term.clear()
  27. shell.run("/os/.akt")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement