Advertisement
PolskiWisnia

MineCore Pocket 1.0 Boot

Dec 16th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.99 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. term.setCursorPos(1,1)
  8. print("Microcraft")
  9. term.setCursorPos(1,3)
  10. print("MineCore Pocket")
  11. term.setCursorPos(1,4)
  12. print("MineUI version")
  13. term.setTextColor(colors.white)
  14. term.setCursorPos(1,14)
  15. term.setBackgroundColor(colors.gray)
  16. print("Loading MineCore")
  17. term.setTextColor(colors.red)
  18. term.setBackgroundColor(colors.red)
  19. sleep(0.2)
  20. term.setCursorPos(1,17)
  21. textutils.slowPrint("00000000000000000000")
  22. sleep(0.1)
  23. term.clear()
  24. shell.run("/os/.menu")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement