Advertisement
PolskiWisnia

setup

Jul 24th, 2018
1,206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.66 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.purple)
  7. term.clear()
  8. term.setBackgroundColor(colors.purple)
  9. term.setCursorPos(1,1)
  10. print("Instalator Minedows XP Professional 2.3")
  11. term.setCursorPos(1,17)
  12. term.setTextColor(colors.white)
  13. term.setCursorPos(20,2)
  14. print("Zainstaluj teraz")
  15. local event, click, x, y = os.pullEvent("mouse_click")
  16. if x == 20 and y == 2 or x == 21 and y == 2 or x == 22 and y == 2 or x == 23 and y == 2 or x == 24 and y == 2 or x == 25 and y == 2 or x == 26 and y == 2 or x == 27 and y == 2 or x == 28 and y == 2 or x == 29 and y == 2 then
  17.  term.clear()
  18.  term.setCursorPos(1,3)
  19.  fs.makeDir("/os")
  20.  shell.run("pastebin get 9mtNdf0k /os/.menu")
  21.  shell.run("pastebin get YXgn6m6p /os/.programy")
  22.  shell.run("pastebin get H6Yp0892 /os/.pulpit")
  23.  shell.run("pastebin get Dv6iqyM8 /os/.informacje")
  24.  shell.run("pastebin get wgBVqK4F startup")
  25.  shell.run("pastebin get Q7TRBB4U /os/.gry")
  26.  shell.run("pastebin get 5Z2piEuP /os/.2048")
  27.  shell.run("pastebin get eR5dwxrv /os/.icon")
  28.  shell.run("pastebin get 8EQPZZcQ /os/.update")
  29.  shell.run("pastebin get huKLkiuf /os/.surf")
  30.  shell.run("pastebin get T70tPUyh /os/.exp")
  31.  end
  32. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement