Advertisement
PolskiWisnia

minesurf

Aug 22nd, 2018
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.39 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. -- MineSurf - aplikacja przystosowana tylko dla Minedowsa XP Pro 2.3 --
  7. term.clear()
  8. term.setBackgroundColor(colors.white)
  9. term.clear()
  10. term.setCursorPos(1,1)
  11. term.setBackgroundColor(colors.blue)
  12. term.setTextColor(colors.white)
  13. print("MineSurf - Microcraft Apps")
  14. term.setBackgroundColor(colors.red)
  15. term.setCursorPos(51,1)
  16. print("X")
  17. term.setBackgroundColor(colors.white)
  18. term.setTextColor(colors.black)
  19. term.setCursorPos(1,3)
  20. print("XBlock 2 Emulator")
  21. local event, click, x, y = os.pullEvent("mouse_click")
  22. if x == 1 and y == 3 or x == 2 and y == 3 or x == 3 and y == 3 or x == 4 and y == 3 or x == 5 and y == 3 or x == 6 and y == 3 or x == 7 and y == 3 or x == 7 and y == 3 then
  23.  shell.run("rm /minedows/.xblock")
  24.  shell.run("pastebin get DzyXkAZ6 /minedows/.xblock")
  25.  shell.run("rm /minedows/.programy")
  26.  shell.run("pastebin get A68xWqXN /minedows/.programy")
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement