Advertisement
PolskiWisnia

MineCore Pocket Flasher

Dec 22nd, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.94 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.clear()
  7. term.setBackgroundColor(colors.orange)
  8. term.clear()
  9. term.setBackgroundColor(colors.orange)
  10. term.setTextColor(colors.white)
  11. term.setCursorPos(1,1)
  12. print("MineCore Pocket Flasher")
  13. print("Witamy w programie flashujacym MineCore Pocket na Twoj telefon/dyskietke")
  14. print("Prosimy wlozyc telefon/dyskietke do stacji i wcisnac przycisk DALEJ")
  15. term.setCursorPos(1,19)
  16. write("DALEJ")
  17. local event, click, x, y = os.pullEvent("mouse_click")
  18. if x == 1 and y == 19 and fs.exists("/disk")  or x == 2 and y == 19 and fs.exists("/disk")  or x == 3 and y == 19 and fs.exists("/disk")  or x == 4 and y == 19 and fs.exists("/disk")  or x == 5 and y == 19 and fs.exists("/disk") then
  19.  term.clear()
  20.  term.setCursorPos(1,1)
  21.  print("Kopiowanie plikow...")
  22.  shell.run("pastebin get LJV2WTy3 /disk/startup")
  23.  term.setCursorPos(1,2)
  24.  shell.run("pastebin get LJV2WTy3 /disk/startup")
  25.  term.setCursorPos(1,2)
  26.  shell.run("mkdir /disk/os")
  27.  term.setCursorPos(1,2)
  28.  shell.run("pastebin get 2mASzxD7 /disk/os/.menu")
  29.  term.setCursorPos(1,2)
  30.  shell.run("pastebin get rMYaLbyt /disk/os/.informacje")
  31.  term.setCursorPos(1,2)
  32.  shell.run("pastebin get rMYaLbyt /disk/os/.informacje")
  33.  term.setCursorPos(1,2)
  34.  shell.run("pastebin get u0urwgNc /disk/os/.2048")
  35.  term.setCursorPos(1,2)
  36.  shell.run("pastebin get KkPMhn2Q /disk/os/icon")
  37.  print("Gotowe! Mozesz wyjac swoj telefon/dyskietke z napedu.")
  38.  sleep(1)
  39.  shell.run("/os/.menu")
  40. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement