CowTopia Auto-Manager is a Node.js application designed to automate various tasks in the CowTopia game. It helps manage multiple accounts, automatically purchase cows, upgrade factories, and claim offline profits.
Before running the CowTopia Auto-Manager, make sure you have the following installed:
npm install
data.txt
in the project root directory.data.txt
, one per line.Example data.txt
:
query_id=
query_id=
To start the CowTopia Auto-Manager, run the following command in your terminal:
node main.js
Follow the prompts to configure auto-buy options for cows and factories.
The program will cycle through all accounts listed in data.txt
, performing the following actions:
After processing all accounts, the program will wait for 5 minutes before starting the next cycle.
You can modify the following parameters in the main.js
file:
This tool is for educational purposes only. Use it at your own risk and make sure you comply with CowTopia's terms of service.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.