Advertisement
PolskiWisnia

Programy MineSurf

Aug 22nd, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.49 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.white)
  8. term.clear()
  9. term.setCursorPos(1,1)
  10. term.setBackgroundColor(colors.blue)
  11. term.setTextColor(colors.white)
  12. print("Programy i funkcje")
  13. term.setBackgroundColor(colors.red)
  14. term.setCursorPos(51,1)
  15. print("X")
  16. term.setBackgroundColor(colors.white)
  17. term.setTextColor(colors.black)
  18. term.setCursorPos(1,2)
  19. print("Eksplorator plikow")
  20. print("Informacje o systemie")
  21. print("Gry")
  22. print("Emulator XBlock 2")
  23. -- rkNYcN56 .pulpit --
  24. local event, click, x, y = os.pullEvent("mouse_click")
  25. if x == 51 and y == 1 then shell.run("/os/.menu") end
  26. if x == 1 and y == 2 or x == 2 and y == 2 or x == 3 and y == 2 then shell.run("/os/.explorer") end
  27. if x == 1 and y == 3 or x == 2 and y == 3 or x == 3 and y == 3 then shell.run("/os/.informacje") end
  28. if x == 1 and y == 4 or x == 2 and y == 4 or x == 3 and y == 4 then shell.run("/os/.gry") end
  29. if x == 1 and y == 5 or x == 2 and y == 5 or x == 4 and y == 5 then shell.run("/os/.xblock") end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement