Karnage Boost, no kick

Auto spawner karnage + Autofires to prevent getting kicked

  1. // ==UserScript==
  2. // @name Karnage Boost, no kick
  3. // @namespace http://tampermonkey.net/
  4. // @version 2.01
  5. // @description Auto spawner karnage + Autofires to prevent getting kicked
  6. // @author meatman2tasty
  7. // @match http://karnage.io/
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. function respawn() {
  12. setTimeout(respawn, 50);
  13. if (inWindow) {
  14. enterGame ('player');
  15. }
  16. }
  17. respawn();
  18.  
  19. setInterval(function(){
  20. setTimeout(MOUSE_DOWN = 1, 2);
  21. }, 10);
  22.  
  23. setInterval(function(){
  24. setTimeout(inWindow= true, 2);
  25. }, 10);

QingJ © 2025

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