| ✅ | Feature |
|---|---|
| ✅ | Daily rewards automation |
| ✅ | Multiple account support |
| ✅ | Proxy support (SOCKS/HTTP) |
| ✅ | Quest automation |
| ✅ | Battery management |
| ✅ | User-Agent rotation |
| ✅ | Scheduled runs |
For suggestions or to report a bug, please contact telegram
-
Clone the repository:
git clone https://github.com/TOR968/BaboonBot.git cd BaboonBot -
Install dependencies:
npm install
-
Configure your accounts in
data.txt:account_1_tgInitData account_2_tgInitData account_3_tgInitData -
(Optional) Add proxies to
proxy.txt:socks5://user:pass@host:port http://user:pass@host:port -
Adjust settings in
config.json:{ "processBatteryTaps": false, // true/false Enable or disable the execution of battery taps "maxCyclesPerSession": 2, // number of cycles of the battery state from 100% health to 0%, after which it // is repaired and restarted "processQuests": true, // true/false Enable or disable the execution of tasks; "processDailyCombo": true, // true/false Enable or disable the execution of daily combo; "combo": { // Example of daily combo values in % / Must be changed daily; "battery1": 9.244791666666668, // 1-100; "battery2": 36.865234375, // 1-100; "battery3": 99.658203125 // 1-100; } }
- Open the game in Telegram or Browser
- Open Developer Tools (F12)
- Go to Network tab
- Look for the
tgWabAppDataparameter - Copy the entire value and paste it in
data.txt
Run the bot with:
node index.jsThis bot is for educational purposes only. Use at your own risk and responsibility.
This project is licensed under the MIT License - see the LICENSE file for details.
