Greasy Fork is available in English.
a OP Hat Macro For Pros + NO ADS - Zombs#7662 ADDED NEW HATS !! + PRO AUTOBUY PRESS "M" TO BUY ALL HATS, YOU BECOME A GOD OF HAT SWITCH ! FUN RAINBOW HAT !!!! STARTER RESSOURCES WOW ! https://discord.gg/877QrZUXCM Press F8
Вам также может понравится KeyMod v0.1 - Zombs#7662 - N=Toogle.
// ==UserScript== // @name MooMoo.io Hat Macro+ANTI AD+AUTOBUY+RAINBOW HAT+STARTER RESSOURCES https://discord.gg/877QrZUXCM // @version 1.3.6 // @description a OP Hat Macro For Pros + NO ADS - Zombs#7662 ADDED NEW HATS !! + PRO AUTOBUY PRESS "M" TO BUY ALL HATS, YOU BECOME A GOD OF HAT SWITCH ! FUN RAINBOW HAT !!!! STARTER RESSOURCES WOW ! https://discord.gg/877QrZUXCM Press F8 // @author UNNKNOWN.io // @match *://dev.moomoo.io/* // @match *://moomoo.io/* // @match *://sandbox.moomoo.io/* // @require https://code.jquery.com/jquery-3.3.1.slim.min.js // @grant none // @namespace https://greasyfork.org/en/scripts/ // ==/UserScript== //OP Hat Macro v1.3 var DiscLink = `<span id="DIS"><span>Press F4 to join</span><br><span>discord Server</span><br><span>/(You will leave the game)/</span>`; var int; var isSpecToggled = false; function BuyAll(){ int = 0; var val = setInterval(function(){ int++; Hat(int); if(int === 100){ clearInterval(val); } }, 10); } document.getElementById("promoImg").remove(); document.querySelectorAll('#pre-content-container').forEach(function(a) { a.remove(); }); function Hat(id){ storeBuy(id); storeEquip(id); } window.addEventListener('keydown', function(e) { switch(e.keyCode){ case 82: Hat(6); break; case 84: Hat(7); break; case 89: Hat(40); break; case 85: Hat(12); break; case 71: Hat(53); break; case 16: Hat(0); break; case 77: BuyAll(); break; case 119: spec(); break; case 115: location.href='https://discord.gg/877QrZUXCM'; break; } }); setInterval(() => window.follmoo && follmoo(), 10); function spec() { if(isSpecToggled == false) { $("#gameUI").hide(); $("#menuContainer").hide(); isSpecToggled = !isSpecToggled; } else if(isSpecToggled == true){ $("#gameUI").show(); $("#menuContainer").show(); isSpecToggled = !isSpecToggled; } } $("#topInfoHolder").append(DiscLink); document.getElementById("enterGame").style.color = "#F0F8FF";