This project provides an automated Python script to manage and run accounts on the Monadscore platform.
-
Auto Referral Mode:
- Registers new accounts with a referral code (from
codes.txtor user input). - Claims three tasks in a randomized order.
- Starts the node immediately after account creation.
- Logs detailed, color-coded messages.
- Saves account details to
accounts.jsonand referral codes tocreatedaccrefs.txt.
- Registers new accounts with a referral code (from
-
Auto Run Node Mode:
- Automatically detects and processes all accounts in
accounts.json. - Updates each node’s status and retrieves total points via a login endpoint.
- Supports proxy modes (rotating or private) with fallback to alternate proxies if one fails.
- Runs in a continuous loop (cycles every hour) for 24/7 operation.
- Displays colorful logs for each operation.
- Automatically detects and processes all accounts in
- Python 3.6+
- VPS(Optional)
- Proxy(Optional but recommended)
-
Clone the repository:
git clone https://github.com/kelliark/MonadScore-AutoBot.git cd MonadScore-AutoBot -
Install dependencies:
pip install -r requirements.txt
-
Prepare configuration files:
- accounts.json: Stores account details (created by the script).
- codes.txt: Contains referral codes (one per line).
- proxy.txt: Contains proxy addresses (one per line).
- createdaccrefs.txt: Will store referral codes of created accounts.
-
Run the script:
python main.py
-
Follow on-screen instructions:
- Choose Auto Referral Mode to create accounts, claim tasks, and start nodes.
- Choose Auto Run Node Mode to continuously update the status of existing accounts every hour.
- Configure proxy usage as desired.
Contributions, issues, and feature requests are welcome!
Disclaimer:
This project is provided for educational purposes only. Use it responsibly and at your own risk. The author is not responsible for any misuse or damage caused by this script.