https://github.com/apacheli/bloons-automation
A Python script to grind collection events in Bloons TD 6
https://github.com/apacheli/bloons-automation
autohotkey automated automatic automation game python script
Last synced: about 2 months ago
JSON representation
A Python script to grind collection events in Bloons TD 6
- Host: GitHub
- URL: https://github.com/apacheli/bloons-automation
- Owner: apacheli
- License: other
- Created: 2021-10-12T18:11:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T06:33:14.000Z (about 2 years ago)
- Last Synced: 2025-04-05T06:17:38.354Z (about 1 year ago)
- Topics: autohotkey, automated, automatic, automation, game, python, script
- Language: Python
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Bloons TD 6 Automation Script
> [!note]
> This script is working as of `2024-03-28` on version `41.1.7608`.
A Python script I wrote to help me grind collection events in Bloons TD 6.
### Requirements
Stuff you need unlocked:
- Disable your monkey knowledge
- x-2-4 Dart Monkey
- x-2-3 Bomb Shooter
- 4-1-x Glue Gunner
- Have Sauda unlocked
- Have Dark Castle unlocked
- Set screen size to `1600 x 900` and turn off fullscreen
- Reset position by turning on and off fullscreen if you need to
- You may also need to set your monitor's resolution to `1920 x 1080`
> [!note]
> Make sure your level is high because I did not add level checks.
For the project:
- Install Python if you do not have it: https://www.python.org/
- I use version `3.12.2` but the latest will probably work
- Download the source code:
https://github.com/apacheli/bloons-automation/archive/refs/heads/master.zip
- Open cmd/powershell/terminal at the root of the project
- Press shift+right-click -> `Open command window here` or whatever is most
similar
- Type `py -m pip install -r requirements.txt` into the terminal and then press
enter
- Go to the Bloons TD 6 window and then go to the home menu
- Go back to your terminal, and type `py main.py`
- Press `ctrl+c` to exit whenever if needed
Please do not hesitate to
[make an issue](https://github.com/apacheli/bloons-automation/issues) if you
encounter any difficulties while setting this script up!
### License
[Apache License, Version 2.0](LICENSE.txt)