MooMoo autospawn + Auto Attack

Auto spawns and attacks

目前为 2017-03-09 提交的版本。查看 最新版本

// ==UserScript==
// @name         MooMoo autospawn + Auto Attack
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  Auto spawns and attacks
// @author       meatman2tasty
// @match        http://karnage.io/*
// @grant        none
// ==/UserScript==

setInterval(function(){ 
    setTimeout(enterGame(1), 2);
}, 10);

setInterval(function(){ 
    setTimeout(MOUSE_DOWN = 1, 2);
}, 10);

QingJ © 2025

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