autoBTD6 is a Windows Desktop Application written in C# with .NET Framework that automates triggering and usage of abilities in Bloons Tower Defense 6 (BTD6). The user can dynamically select which abilities they want triggered, the amount of each, set randomized human-like triggering delays, and only trigger ability keys in the BTD6 window.
Report Bug
|
Request Feature
- Automate ability usage in Bloons Tower Defense 6 (BTD6).
- Dynamically select abilities to use.
- Set the amount of each ability to use.
- Set human-like delays between each ability usage cycle and individual ability usages.
- Choose whether to trigger abilities only in the active BTD6 window or in any active window.
- Simple and easy-to-use interface.
- Open-source and customizable.
autoBTD6 has following dependencies:
- Windows operating system
- .NET Framework 4.7.2 or higher
user32.dll
for finding windows- AutoIt v3 for ability triggering
- Download the latest release from the releases page.
- Extract the contents of the zip file to a location of your choice.
- Run
autoBTD6.exe
. - Desktop Shortcut: right click autoBTD6.exe => "Send To" => Desktop (Create Shortcut).
- Clone the repository or download the source code.
- Open the
autoBTD6.sln
solution file in Visual Studio. - In the Solution Explorer window, right-click on the autoBTD6 project and select "Manage NuGet Packages".
- In the NuGet Package Manager, search for "AutoItX".
- Click on the "AutoItX" package and select the appropriate version for the project.
- Click on the "Install" button to add the package to your project.
- Build the project by selecting Build > Build Solution from the menu bar.
- After building, navigate to the
autoBTD6\bin\Debug
folder. - Double-click the
autoBTD6.exe
file to run the program. - Desktop Shortcut: right click autoBTD6.exe => "Send To" => Desktop (Create Shortcut).
It is recommended to stop autoBTD6 when you want to place a new tower then start it again. Ability triggering cancels tower placement.
Settings | Description |
---|---|
Ability Checkboxes 1-9 | Checkboxes that allow you to select which abilities you want to trigger. |
Ability Amount Dropdowns 1-9 | Dropdowns that allow you to select the amount of each ability you have available (1-10). |
Ability Cycle (Seconds) Range | A random delay in seconds after each cycle of all abilities being triggered. |
Ability Press (Seconds) Range | A random delay in seconds after each ability has been triggered. |
BTD6 Active Window Only Checkbox | When on, ONLY activates ability keypresses in the active BTD6 game window. Keep ON unless abilities are not being triggered in game. When off, it will trigger ability keypresses in any active window. |
Start Button | Start or stop the program. |
The usage of this program is at your own risk. The author is not responsible for any damages or consequences caused by the usage of this program. It is recommended to use the program responsibly and within the terms of service of the game. Please note that using third-party tools to automate gameplay may violate the game's terms of service and result in a ban. Use at your own discretion.