Advertisement
Phe0X

AntiFastBow

May 4th, 2020
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. on shoot:
  2. if projectile is an arrow:
  3. if difference between {shoot.%shooter%} and now is less than 2 ticks:
  4. add 1 to {fastbow.%shooter%}
  5. if {fastbow.%shooter%} is greater than 5:
  6. kick shooter due to "&cAnticheat: FastBow"
  7. set {shoot.%shooter%} to now
  8. wait 5 seconds
  9. clear {fastbow.%shooter%}
  10. stop
  11. set {shoot.%shooter%} to now
  12. on join:
  13. clear {fastbow.%player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement