NoHacksJustACow

autoban.sk

Jan 25th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. variables:
  2. {CPS::%player%} = 0
  3. {cban} = 0
  4.  
  5. on rightclick with stick:
  6. add 1 to {CPS::%player%}
  7. if {CPS::%player%} >= 20:
  8. loop all players:
  9. if loop-player have permission "Staff":
  10. send "&4&lAutoClicker » &e%player% &cHas &e%{CPS::%player%}% &cCPS Watch them" to loop-player
  11. if {CPS::%player%} >= 30:
  12. if player has permission "staff":
  13. stop
  14. else:
  15. execute console command "tempban %player% 30d &e&lCowAntiCheat Ban &f» &3Autoclicking &eAppeal &f» &3https://discord.gg/cVBhGkN"
  16. broadcast "&3%player% &7has been banned for &3AutoClicking &7(&3Cow AntiCheat&7) &eLength: &330d"
  17. add 1 to {cban}
  18.  
  19. every 1 seconds in "CowClicks":
  20. loop all players:
  21. set {CPS::%loop-player%} to 0
Advertisement
Add Comment
Please, Sign In to add comment