Advertisement
PolskiWisnia

Minedows - dysk twardy

Jan 1st, 2018
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.97 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. while true do
  7. os.pullEvent = os.pullEventRaw
  8. sleep(0.7)
  9. term.clear()
  10. term.setTextColor(colors.gray)
  11. term.setBackgroundColor(colors.white)
  12. term.setCursorPos(42,1)
  13. print("Microsoft")
  14. term.setCursorPos(30,3)
  15. print("Nazwa kodowa: Odyssey")
  16. term.setTextColor(colors.white)
  17. term.setCursorPos(1,15)
  18. term.setBackgroundColor(colors.gray)
  19. print("Wczytywanie systemu Minedows...")
  20. term.setTextColor(colors.blue)
  21. term.setBackgroundColor(colors.blue)
  22. term.setCursorPos(1,17)
  23. print("000")
  24. sleep(2)
  25. term.setCursorPos(1,17)
  26. print("00000000000000")
  27. sleep(2)
  28. term.setCursorPos(1,17)
  29. print("0000000000000000000000000000")
  30. sleep(1)
  31. term.setCursorPos(1,17)
  32. print("0000000000000000000000000000000000000000")
  33. sleep(5)
  34. term.clear()
  35. shell.run("rm naprawa")
  36. shell.run("pastebin get a0J0qZHv naprawa")
  37. sleep(1.2)
  38. term.clear()
  39. term.setBackgroundColor(colors.cyan)
  40. term.clear()
  41. term.setBackgroundColor(colors.cyan)
  42. term.setCursorPos(1,1)
  43. term.setTextColor(colors.white)
  44. print("Minedows v1.751")
  45. print("1. Uruchom NPaintPro")
  46. print("2. Uruchom  Labirynt")
  47. print("3. Uruchom Kolko i Krzyzyk")
  48. print("4. Uruchom Ochroniarza")
  49. print("5. Uruchom Gre o zyciu")
  50. print("6. Aktualizuj")
  51. print("7. Restartuj system")
  52. print("8. Wylacz system")
  53. print("9. Powrot do CraftOS")
  54. print("10. Ustawienia zaawansowane")
  55. print("11. FAQ - Minedows")
  56. print("12. Uruchom tryb zgodnosci z systemem XBlockOS")
  57. print("13. Changelog")
  58. print("Wsparcie dla tej wersji systemu zostalo zakonczone. Zalecamy przejscie na MineCore March Update")
  59. write(".>")
  60. wybor = read()
  61. if wybor=="7" then os.reboot() end
  62. if wybor=="8" then os.shutdown() end
  63. if wybor=="9" then break end
  64. if wybor=="1" then
  65.   shell.run("/paint 1")
  66.  end
  67. if wybor=="3" then
  68.  shell.run("/kolkokrzyzyk")
  69.  end
  70. if wybor=="4" then shell.run("/ochroniarz") end
  71. if wybor=="6" then shell.run("/aktualizacja") end  
  72. if wybor=="5" then
  73.  shell.run("/gameoflife")
  74.  end
  75. if wybor=="2" then
  76.  shell.run("/waz")
  77.  end
  78. if wybor=="10" then shell.run("naprawa") end
  79. if wybor=="11" then
  80.  term.clear()
  81.  term.setCursorPos(1,1)
  82.  print("Czesto zadawane pytania")
  83.  print("P: Do czego sluzy funkcja 'Napraw system'?")
  84.  print("O: Sluzy ona do aktualizacji oprogramowania w razie gdyby zabraklo jakiegos pliku np. gry.")
  85.  print("P: Moje oprogramowanie sie nie aktualizuje! Dlaczego?")
  86.  print("O: Aktualizacja oprogramowania polega na sciagnieciu aktualnego pliku systemu. W razie gdy masz dokladnie taki sam, nic sie dla ciebie nie zmieni w Minedows")
  87.  sleep(20)
  88.  term.clear()
  89.  end
  90. if wybor=="12" then print("Czekaj. Trwa uruchamianie trybu zgodnosci z XBlockOS!") shell.run("rm xblock") shell.run("pastebin get TA2gaspP xblock") sleep(3) shell.run("xblock") end
  91. if wybor=="13" then
  92.  term.clear()
  93.  term.setCursorPos(1,1)
  94.  print("Changelog - Minedows v1.25")
  95.  print("- dodano program, ktory sprawdza zgodnosc komputera z Minedows v2.0")
  96.  print("Changelog - Minedows v1.22")
  97.  print("- zalatano luki bezpieczenstwa")
  98.  print("Changelog - Minedows v1.21.3")
  99.  print("- naprawiono przywracanie systemu")
  100.  print("- naprawiono powrot do CraftOS")
  101.  print("- zalatano luki bezpieczenstwa")
  102.  print("Changelog - Minedows v1.2")
  103.  print("Zmiany w jadrze systemu:")
  104.  print("- dodano tryb awaryjny")
  105.  print("- dodano obsluge przywracania systemu")
  106.  print("Zmiany w trybie kompatybilnosci z XBlock:")
  107.  print("- wprowadzono obsluge oprogramowania XBlock1")
  108.  print("Zmiany w systemie Minedows:")
  109.  print("- dodano Changelog")
  110.  sleep(10)
  111.  term.clear()
  112.  os.reboot()
  113.  end
  114. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement