Advertisement
PolskiWisnia

Microcraft Startup

Mar 7th, 2020
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.00 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. local w, h = term.getSize()
  7. term.setBackgroundColor(colors.gray)
  8. term.clear()
  9. term.setBackgroundColor(colors.gray)
  10. ac = w/2
  11. term.setCursorPos(w/2-10,1)
  12. textutils.slowPrint("Microcraft Bootloader")
  13. term.setCursorPos(1,h-3)
  14. print("Press F7 to enter Bootloader")
  15. print("To continue loading OS press any key")
  16. local event, key = os.pullEvent("key")
  17. term.setCursorPos(1,h)
  18. write(key)
  19. sleep(1)
  20. if key == 65 then shell.run(".boot") else sleep(1) term.clear() shell.run("/os/.next") end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement