Auto spawns and attacks
当前为
// ==UserScript==
// @name MooMoo autospawn + Auto Attack
// @namespace http://tampermonkey.net/
// @version 1.2
// @description Auto spawns and attacks
// @author meatman2tasty
// @match http://moomoo.io/
// @grant none
// ==/UserScript==
setInterval(function(){
setTimeout(enterGame(1), 2);
}, 10);
setInterval(function(){
setTimeout(MOUSE_DOWN = 1, 2);
}, 10);
setInterval(function(){
setTimeout(keys = 1, 2);
}, 10);