Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Oprogramowanie skladowe/instalator systemow/czesc skladowa stworzonych przez uzytkownika serwisu Discord - Wisnia#5536 --
- -- Jesli zaplaciles za to oprogramowanie zostales oszukany. --
- -- Zakazuje sie kopiowania oprogramowania bez zgody autora, czerpania korzysci materialnych, podpisywania sie pod oprogramowaniem --
- -- Dozwolone jest tworzenie modyfikacji oprogramowania badz jego czesci wylacznie wtedy, gdy widoczna jest informacja o oryginalnym autorze --
- -- Kompletna EULA dostepna jest na serwerze Discord: CRfXMXU --
- os.pullEvent = os.pullEventRaw
- term.setCursorPos(1,1)
- term.clear()
- term.clear()
- term.setTextColor(colors.cyan)
- term.clear()
- term.setCursorPos(1,1)
- print("Microsoft Minedows Pocket")
- term.setCursorPos(1,18)
- term.setBackgroundColor(colors.white)
- term.setTextColor(colors.gray)
- print("Nazwa kodowa: Phantom")
- term.setCursorPos(1,2)
- print("Wczytywanie....")
- sleep(2)
- term.setTextColor(colors.blue)
- term.setBackgroundColor(colors.blue)
- term.setCursorPos(1,4)
- print("000")
- sleep(2)
- term.setCursorPos(1,4)
- print("0000000000")
- sleep(2)
- term.setCursorPos(1,4)
- print("0000000000000000000")
- term.setCursorPos(1,4)
- sleep(2)
- print("00000000000000000000000")
- term.setCursorPos(1,4)
- sleep(1)
- print("00000000000000000000000000")
- sleep(1)
- term.setCursorPos(1,5)
- term.setTextColor(colors.white)
- term.setBackgroundColor(colors.black)
- print("Gotowe!")
- sleep(2)
- term.clear()
- term.setBackgroundColor(colors.cyan)
- term.clear()
- term.setBackgroundColor(colors.cyan)
- term.setTextColor(colors.white)
- term.setCursorPos(1,13)
- print("CTRL+R - reset, CTRL+S - wylacz")
- term.setCursorPos(1,1)
- print("Minedows Pocket v1.13")
- print("1. Wlacz 2048 [gra]")
- print("2. Wlacz RunnerX [gra]")
- print("3. Aktualizuj [OS]")
- print("4. Powrot do CraftOS [BIOS]")
- print("5. Wylacz system [OS]")
- print("6. Resetuj system [OS]")
- write(".>")
- wybor = read()
- if wybor=="4" then error("") end
- if wybor=="5" then sleep(0.5) print("Trwa wylaczanie...") sleep(0.5) os.shutdown() end
- if wybor=="6" then sleep(0.5) print("Trwa resetowanie...") sleep(0.5) os.reboot() end
- if wybor=="3" then sleep(0.5) term.clear() shell.run("/os/.update") end
- if wybor=="1" then sleep(0.5) term.clear() shell.run("/os/.2048") end
- if wybor=="2" then sleep(0.5) term.clear() shell.run("/os/.RunnerX") end
Advertisement
Add Comment
Please, Sign In to add comment