Gats.io - Antiaim(not hack rly)

To use with NoCameraMovement. Shitty AA, it should have actually to just move gun model, not gun itself, but i dont care

  1. // ==UserScript==
  2. // @name Gats.io - Antiaim(not hack rly)
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.01
  5. // @description To use with NoCameraMovement. Shitty AA, it should have actually to just move gun model, not gun itself, but i dont care
  6. // @author hustly
  7. // @match https://gats.io/
  8. // @icon https://www.google.com/s2/favicons?sz=64&domain=gats.io
  9. // @grant none
  10. // @license none
  11. // ==/UserScript==
  12. (function() {
  13. var antiaim = true;
  14.  
  15. document.addEventListener("mousedown", function(e) {
  16. if (e.button == 0 && antiaim) {
  17. antiaim = false;
  18. }
  19. });
  20. document.addEventListener("mouseup", function(e) {
  21. if (e.button == 0) {
  22. antiaim = true;
  23. }
  24. });
  25.  
  26. setInterval(function() {
  27. if(antiaim){
  28. if(RD.pool[c3].invincible == '0'){
  29. let aaX = Math.random() * 1224;
  30. let aaY = Math.random() * 768;
  31. a57({clientX: aaX, clientY: aaY});
  32. }
  33. }
  34. }, 300);
  35. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址