PolskiWisnia

Minedows Pocket

Jan 3rd, 2018
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.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. os.pullEvent = os.pullEventRaw
  7. term.setCursorPos(1,1)
  8. term.clear()
  9. term.clear()
  10. term.setTextColor(colors.cyan)
  11. term.clear()
  12. term.setCursorPos(1,1)
  13. print("Microsoft Minedows Pocket")
  14. term.setCursorPos(1,18)
  15. term.setBackgroundColor(colors.white)
  16. term.setTextColor(colors.gray)
  17. print("Nazwa kodowa: Phantom")
  18. term.setCursorPos(1,2)
  19. print("Wczytywanie....")
  20. sleep(2)
  21. term.setTextColor(colors.blue)
  22. term.setBackgroundColor(colors.blue)
  23. term.setCursorPos(1,4)
  24. print("000")
  25. sleep(2)
  26. term.setCursorPos(1,4)
  27. print("0000000000")
  28. sleep(2)
  29. term.setCursorPos(1,4)
  30. print("0000000000000000000")
  31. term.setCursorPos(1,4)
  32. sleep(2)
  33. print("00000000000000000000000")
  34. term.setCursorPos(1,4)
  35. sleep(1)
  36. print("00000000000000000000000000")
  37. sleep(1)
  38. term.setCursorPos(1,5)
  39. term.setTextColor(colors.white)
  40. term.setBackgroundColor(colors.black)
  41. print("Gotowe!")
  42. sleep(2)
  43. term.clear()
  44. term.setBackgroundColor(colors.cyan)
  45. term.clear()
  46. term.setBackgroundColor(colors.cyan)
  47. term.setTextColor(colors.white)
  48. term.setCursorPos(1,13)
  49. print("CTRL+R - reset, CTRL+S - wylacz")
  50. term.setCursorPos(1,1)
  51. print("Minedows Pocket v1.13")
  52. print("1. Wlacz 2048 [gra]")
  53. print("2. Wlacz RunnerX [gra]")
  54. print("3. Aktualizuj [OS]")
  55. print("4. Powrot do CraftOS [BIOS]")
  56. print("5. Wylacz system [OS]")
  57. print("6. Resetuj system [OS]")
  58. write(".>")
  59. wybor = read()
  60. if wybor=="4" then error("") end
  61. if wybor=="5" then sleep(0.5) print("Trwa wylaczanie...") sleep(0.5) os.shutdown() end
  62. if wybor=="6" then sleep(0.5) print("Trwa resetowanie...") sleep(0.5) os.reboot() end
  63. if wybor=="3" then sleep(0.5) term.clear() shell.run("/os/.update") end
  64. if wybor=="1" then sleep(0.5) term.clear() shell.run("/os/.2048") end
  65. if wybor=="2" then sleep(0.5) term.clear() shell.run("/os/.RunnerX") end
Advertisement
Add Comment
Please, Sign In to add comment