This guide will show you how to set up your own private server and allow others to join in for some fun!
- Any operating system that can run Node.js
- Node.js installed
- Tampermonkey installed
- Download and unzip this
- Open terminal in the unzipped folder. How to open terminal in unzipped folder
- Run this command:
npm install - Then follow by this command:
npm run start
- Install this userscript.
- Visit https://moomoo.io.
- In the popup box, insert
http://localhost:1234.
There are many providers available to help you share your localhost to the public, but my favorite is ngrok.
- Go to ngrok.
- Download ngrok and follow the instructions there.
- Start a HTTP tunnel forwarding to your local port by using this command:
ngrok http 1234. - Go to ngrok agents.
- Copy the ngrok tunnel link and share it with your friends.
- Ask them to install the userscript.
- Visit the ngrok tunnel link.
- Visit https://moomoo.io.
- In the popup box, insert the ngrok tunnel link.
Add the prefix at the beginning of every command:
| Name | Parameter(s) |
|---|---|
| login | password |
| setup | none |
| speed | number (default is 0.0016) |
| tp | player_sid OR x y |
| v | ruby/diamond/gold/normal |
| die | none |
| upgrade | integer_number |
| dmg | none OR number |
| breakall | none |
| start | none (for HOCKEY MODE) |
Not recommended to change if you don't know anything about coding:
| Variables | Value |
|---|---|
| PORT | Default is 1234 |
| PREFIX | Default is ! |
| PASSWORD | Default is kooky |
| MODE | Default is NORMAL |
In .env file, edit MODE=NORMAL to other modes
Available Modes:
- NORMAL
- SANDBOX
- HOCKEY