Greasy Fork is available in English.
Better Minimap, Hat & Accessory Toolbar, Auto Heal, Double Hit, Easy Bow, Rainbow Hat, Hotkeys
< MOOMOO.IO Insane Mod! *Discontinued since Jan 2018*についてのフィードバック
help me tiger plz
What do you need help with? Sorry I did not see the message
i copied your script and Tuxuuman changed a bit, I just wanted you to make automatic hats on some letters for example like me
I'll write what copied from you
just do the update with the caps
You mean hotkeys for hats?
yes
script
var aV = [0,0],
hZ = [[12, "Booster Hat"], [16, "Bushido Armor"], [31, "Flipper Hat"], [13, "Medic Gear"], [15, "Winter Cap"], [22, "Emp Helmet"], [26, "Barbarian Armor"], [20, "Samurai Armor"], [40, "Tank Gear"], [7, "Bull Helmet"]];
function hF(ki){
if(aV[0] === 0){
storeEquip(hZ[ki][0]);
document.title = hZ[ki][1];
aV[1] = 90;
revertTitle();
} else {
storeBuy(hZ[ki][0]);
aV[0] = 0;
aV[1] = 180;
document.title = "Už Koupeno┃Málo Zlata";
revertTitle();
}
}
document.addEventListener('keydown', function(kfc) {
if(!$(':focus').length) {
switch (kfc.keyCode) {
case 84: aV[0] = 1; aV[1] = 300; document.title = "Kupování...."; kfc.preventDefault(); break; // T [ 84 ]
case 255: if(aV[0] === 1){aV[1] = 120; document.title = "Nekupování....";} aV[0] = 0; kfc.preventDefault(); break; // Fn [ Toggle Touchpad / 255 ]
case 27: storeEquip(45); kfc.preventDefault(); break; // FAZE = Escape [ 27 ]
case 16: hF(0); kfc.preventDefault(); break; // Booster Hat = Shift [ 16 ]
case 66: hF(1); kfc.preventDefault(); break; // Bushido Armor = F [ 70 ]
case 86: hF(2); kfc.preventDefault(); break; // Flipper Hat = V [ 86 ]
case 71: hF(3); kfc.preventDefault(); break; // Medic Gear = G [ 71 ]
case 20: hF(4); kfc.preventDefault(); break; // Winter Cap = Caps Lock [ 20 ]
case 90: hF(5); kfc.preventDefault(); break; // Emp Helmet = \ [ < /git > / 226 ]
case 192: hF(6); kfc.preventDefault(); break; // Barbarian Armor = ; [ Grave Accent / Ñ / Æ ]
case 89: hF(7); kfc.preventDefault(); break; // Samurai Armor = Y [ 89 ]
case 18: hF(8); kfc.preventDefault(); break; // Tank Gear = Alt [ 18 ]
case 70: hF(9); kfc.preventDefault(); break; // Bull Helmet = B [ 66 ]
}
}
});
make enemyradar
Outdated script. I won't be updated this script (maybe in a couple years when I'm bored)... I've completely lost the passion for making scripts and I'm very busy working on other projects.
Also, 2 years ago an enemy radar would've been very hard to make... and just too much effort
good script
tiger yt help me plz