An automation script for MoneyToon tasks and games using Node.js.
- Multi-account support
- Automatic daily check-in
- Task completion automation
- Game automation (MahJong, Matching, Sliding)
- Free SL Pass reward claiming
- Automatic egg opening
- 24-hour continuous operation
- Colored console output
- Error handling and retry mechanism
- Node.js v14 or higher
- NPM package manager
- Clone the repository
git clone https://github.com/Galkurta/MoneyToon-BOT
cd MoneyToon-BOT
- Install dependencies
npm install
- Create a
data.txt
file in the project root and add your account tokens (one per line)
Bearer token1
Bearer token2
...
The script includes several configurable options in the CONFIG
object:
- Retry attempts and delays
- Game settings
- Time intervals between actions
- And more...
- Register on MoneyToon: Registration Link
- Get your Bearer token from the web app
- Add your token to data.txt
- Run the bot:
node main.js
- Daily Check-in: Automatically performs daily check-in for rewards
- Task Completion: Completes available daily tasks
- Game Automation: Plays available games with proper level selection based on friend count
- Free SL Pass: Claims free SL Pass rewards automatically
- Multi-Account: Processes multiple accounts sequentially
- Continuous Operation: Runs in 24-hour cycles with automatic restart
- The script only claims FREE SL Pass rewards (not premium)
- Requires at least 1 friend for medium difficulty games
- Requires 3 friends for hard difficulty games
- Running time between actions is randomized to avoid detection
This script is for educational purposes only. Use at your own risk and make sure to comply with MoneyToon's terms of service.
For issues or questions, please open an issue in the GitHub repository.
MIT License - feel free to use and modify as needed.