Advertisement
PolskiWisnia

Setup March

Nov 9th, 2018
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.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. term.setBackgroundColor(colors.blue)
  7. term.clear()
  8. term.setBackgroundColor(colors.blue)
  9. term.setCursorPos(1,1)
  10. term.setTextColor(colors.white)
  11. term.setBackgroundColor(colors.gray)
  12. print("Wczytywanie MineUI Live")
  13. sleep(1)
  14. term.setBackgroundColor(colors.blue)
  15. term.clear()
  16. term.setBackgroundColor(colors.blue)
  17. term.setCursorPos(45,19)
  18. term.setBackgroundColor(colors.gray)
  19. term.setTextColor(colors.white)
  20. write("Dalej")
  21. term.setCursorPos(1,2)
  22. term.setTextColor(colors.white)
  23. term.setBackgroundColor(colors.blue)
  24. print("Witamy w Microcraft MineCore March Update! Ten program instalacyjny przeprowadzi cie przez proces instalacji systemu. Po wybraniu opcji |Dalej| system zainstaluje sie automatycznie.")
  25. print("Podczas instalacji nie uzywaj komputera. Aby kontynuowac nacisnij przycisk [Dalej]")
  26. local event, click, x, y = os.pullEvent("mouse_click")
  27. if x == 45 and y == 19 or x == 46 and y == 19 or x == 47 and y == 19 or x == 48 and y == 19 or x == 49 and y == 19 or x == 50 and y == 19 then
  28.  term.clear()
  29.  term.setCursorPos(1,19)
  30.  term.setBackgroundColor(colors.gray)
  31.  term.setTextColor(colors.white)
  32.  write("Przetwarzany plik:")
  33.  term.setBackgroundColor(colors.blue)
  34.  term.setCursorPos(1,1)
  35.  print("Microcraft MineCore March Update")
  36.  term.setCursorPos(1,3)
  37.  print("Marcowa aktualizacja")
  38.  print("Juz 14 marca pojawi sie najnowsza aktualizacja MineCore - March Update!")
  39.  term.setBackgroundColor(colors.gray)
  40.  term.setCursorPos(20,19)
  41.  write("/startup")
  42.  shell.run("startup")
  43.  term.setCursorPos(1,17)
  44.  shell.run("pastebin get HDpVaQKe startup")
  45.  term.setCursorPos(20,19)
  46.  write("/os/")
  47.  shell.run("mkdir os")
  48.  term.setCursorPos(20,19)
  49.  write("/os/.menu")
  50.  term.setCursorPos(1,17)
  51.  shell.run("pastebin get VypKKF5K /os/.menu")
  52.  term.setCursorPos(20,19)
  53.  write("/os/.informacje")
  54.  term.clearLine()
  55.  term.setCursorPos(1,17)
  56.  shell.run("pastebin get NA5MgG37 /os/.informacje")
  57.   term.clearLine()
  58.  term.setCursorPos(20,19)
  59.  write("/os/.2048")
  60.  term.setCursorPos(1,17)
  61.  shell.run("pastebin get u0urwgNc /os/.2048")
  62.  term.setCursorPos(20,19)
  63.  write("/os/.luaide")
  64.  term.setCursorPos(1,17)
  65.  shell.run("pastebin get vyAZc6tJ /os/.luaide")
  66.  term.setCursorPos(20,19)
  67.  write("/os/icon")
  68.  term.setCursorPos(1,17)
  69.  shell.run("pastebin get KkPMhn2Q /os/icon")
  70.  term.setCursorPos(1,17)
  71.  shell.run("pastebin get aK9v7Qvg /os/.pulpit")
  72.  sleep(4)
  73.  term.setCursorPos(1,7)
  74.  print("Gotowe!")
  75.  os.setComputerLabel("MineCore PC")
  76.  sleep(3)
  77.  os.reboot()
  78.  end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement