Guest User

Untitled

a guest
Dec 4th, 2015
1,256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1.  
  2. # By xSttReSSx
  3.  
  4. on inventory close:
  5. wait 30 tick
  6. if {bot::%player%} is true:
  7. kick player due to "&a&lKliknij na zielona welne aby udowodnic ze nie jestes botem"
  8. on join:
  9. wait 40 tick
  10. set {bot::%player%} to true
  11. set {menu} to a random integer between 0 and 8
  12. open chest with 1 rows named "&cAntyBot" to player
  13. wait 1 tick
  14. loop 9 times:
  15. format slot (loop-number - 1) of player with red wool named "&4&lJESTEM BOTEM" to close then run [run player cmd "kick &5&l%player% &c&lJestes botem!" as op]
  16. format slot {menu} of player with 1 of light green wool named "&6NIE JESTEM BOTEM" to close then run [run player cmd "/anty-bot" as op]
  17. set {_time::%player%} to 11
  18. loop 10 times:
  19. wait 1 second
  20. if {bot::%player%} is false:
  21. stop
  22. if {bot::%player%} is true:
  23. set {_time::%player%} to {_time::%player%}-1
  24. {_time::%player%} is 0:
  25. kick player due to "&a&lKliknij na zielona welne aby udowodnic ze nie jestes botem"
  26. stop
  27. else:
  28. send " &f&lPozostalo czasu %colored random color% &l%{_time::%player%}%"
  29. if {bot::%player%} is true:
  30. kick player due to "&a&lKliknij na zielona welne aby udowodnic ze nie jestes botem"
  31. stop
  32. command /anty-bot:
  33. trigger:
  34. if {bot::%player%} is true:
  35. set {bot::%player%} to false
  36. send "&aWeryfikacja powiodla sie. Milej gry"
  37. else:
  38. send "&c&lWeryfikacja byla juz przeprowadzona"
  39. stop
Advertisement
Add Comment
Please, Sign In to add comment