PolskiWisnia

gry

Jul 24th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.21 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("Gry")
  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("Kolko i krzyzyk")
  20. print("2048")
  21. local event, click, x, y = os.pullEvent("mouse_click")
  22. if x == 51 and y == 1 then shell.run("/os/.menu") end
  23. if x == 1 and y == 2 or x == 2 and y == 2 or x == 3 and y == 2 then shell.run("/minedows/.kolkokrzyzyk") end
  24. if x == 1 and y == 3 or x == 2 and y == 3 or x == 3 and y == 3 then shell.run("/minedows/.2048") end
Add Comment
Please, Sign In to add comment