Advertisement
PolskiWisnia

boot

Jul 24th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.27 KB | None | 0 0
  1. -- Oprogramowanie skladowe/instalator systemow/czesc skladowa stworzonych przez uzytkownika serwisu Discord - Wisnia#5536 --
  2. -- Jesli zaplaciles za to oprogramowanie zostales oszukany. --
  3. -- Zakazuje sie kopiowania oprogramowania bez zgody autora, czerpania korzysci materialnych, podpisywania sie pod oprogramowaniem --
  4. -- Dozwolone jest tworzenie modyfikacji oprogramowania badz jego czesci wylacznie wtedy, gdy widoczna jest informacja o oryginalnym autorze --
  5. -- Kompletna EULA dostepna jest na serwerze Discord: CRfXMXU --
  6. term.clear()
  7. print("Microcraft")
  8. term.setCursorPos(20,3)
  9. print("Minedows XP Pro 2.3")
  10. term.setTextColor(colors.white)
  11. term.setCursorPos(1,14)
  12. term.setBackgroundColor(colors.gray)
  13. print("Trwa uruchamianie systemu Minedows")
  14. term.setTextColor(colors.lime)
  15. term.setBackgroundColor(colors.lime)
  16. term.setCursorPos(1,17)
  17. textutils.slowPrint("000")
  18. sleep(0.5)
  19. term.setCursorPos(1,17)
  20. textutils.slowPrint("00000000000000")
  21. sleep(0.5)
  22. term.setCursorPos(1,17)
  23. textutils.slowPrint("0000000000000000000000000000")
  24. sleep(1)
  25. term.setCursorPos(1,17)
  26. textutils.slowPrint("0000000000000000000000000000000000000000")
  27. term.setCursorPos(1,17)
  28. textutils.slowPrint("000000000000000000000000000000000000000000000000000")
  29. sleep(1)
  30. term.clear()
  31. shell.run("/os/.menu")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement