MOOMOO.IO Insane Mod! *Discontinued since Jan 2018*

Better Minimap, Hat & Accessory Toolbar, Auto Heal, Double Hit, Easy Bow, Rainbow Hat, Hotkeys

< 脚本 MOOMOO.IO Insane Mod! *Discontinued since Jan 2018* 的反馈

提问 / 留言

§
发布于:2018-01-03
编辑于:2018-01-03

How to enable the rainbow hat effect on moomoo.io?

It says press home in the instructions, but can you be more specific? I'm pressing the home button on my computer but it does nothing. o.0

§
发布于:2018-01-03

Ohhhh, I figured it out. I just needed to press Fn + PgUp(Home).

§
发布于:2018-01-04

You can customize the keybinds...

document.addEventListener('keydown', function (e) {
if (e.keyCode == 90) {
e.preventDefault();
if (změna) {
storeEquip(ID_Moo_Head);
můjVar = setTimeout(function(){ h1(); }, 180);
}

If you look at the if statement it checks if a certain key is pressed so just change the number (90 = z). To find out what number goes to what key, use the website I linked below

https://css-tricks.com/snippets/javascript/javascript-keycodes/

TigerYT作者
§
发布于:2018-01-04

Thank you Special

TigerYT作者
§
发布于:2018-01-04

I am going to change the key

§
发布于:2018-01-04

In the description of Greasy Fork镜像 or in the table in moomoo you should add a few lines of text saying how to customize keybinds and/or maybe even remove some

TigerYT作者
§
发布于:2020-04-06

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.

发布留言

登录(不可用)以发布留言。

QingJ © 2025

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