Bloons TD Battles Useful Keybinds Custom Set Up Via AutoHotkey

Bloons TD Battles Useful Keybinds Custom Set Up Via AutoHotkey 1 - steamsplay.com
Bloons TD Battles Useful Keybinds Custom Set Up Via AutoHotkey 1 - steamsplay.com

This guide will walk you through how to set up custom keybindings for towers, powers, upgrades and for selling towers in BTD Battles for a smoother experience.

INTRO

Bloons TD Battles Useful Keybinds Custom Set Up Via AutoHotkey - INTRO - EEA39FF

Bloons TD Battles Useful Keybinds Custom Set Up Via AutoHotkey - INTRO - D860D8FSadly, Ninjakiwi doesn’t allow us to change the keybinds within the game. In order to achieve custom keybinds we will need to use a third party application named AutoHotkey. – [autohotkey.com]  This program has been around since 2003 and used by millions of people, you have nothing to worry about.

– Why set up custom keybinds to begin with?

– Essentially, custom keybinds will mega boost your skills. Bloons TD Battles Useful Keybinds Custom Set Up Via AutoHotkey - INTRO - AE5A20D

Jokes aside the vanilla keybinds are very far apart from each other and require you not only to move your hand a lot, but also very precise movement in order to hit the right button. Custom keybinds allow you to be a lot quicker on buying, upgrading, selling, and using powers.

Downloading and setting up keybinds via AutoHotkey

]First of all, you obviously need to download AutoHotkey. – [autohotkey.com]  Just hit download and make sure you download the current version.

After you installed AutoHotkey you will need to create a script that rebinds certain keystrokes to the keybindings used in BTD Battles. To do this, simply right click anywhere on your desktop, hit new and you should see “AutoHotkey Script”

Bloons TD Battles Useful Keybinds Custom Set Up Via AutoHotkey - Downloading and setting up keybinds via AutoHotkey - F8B7923

Delete everything inside the newly created script and replace it with the following code:

SendMode Input
space::backspace ; sell
q::5 ;left power
w::6 ;middle power
e::7 ; right power
a::, ; left upgrade
d::. ; right upgrade

 

Essentially was this code does is tell AutoHotkey to rebind Space, Q, W, E, A, D to the corresponding button. Obviously, you can change these keybindings to whatever you want, this is just my preferred way to play.

List with the standard keybindings

Bloons TD Battles Useful Keybinds Custom Set Up Via AutoHotkey - Downloading and setting up keybinds via AutoHotkey - 14D4DE5Upgrading left path: ,

Upgrading right path: .

Changing tower’s focus/collecting banks: TAB

Sell: Backspace[/previewimg]

Picking tower to buy: 1,2,3 and 4 if you took random 4th tower

Powers: If you have a 4th tower 5,6 and 7 (from left to right) and if you only have 3 towers 4,5 and 6.

I believe for Americans upgrading the left path is “<” and the right path is “>”.

START THE SCRIPT

Bloons TD Battles Useful Keybinds Custom Set Up Via AutoHotkey - START THE SCRIPT - 273E26CAfter saving the .ahk file you can simply just double click the script in order to launch it. Keep in mind this does not reroute the keys in merely BTD Battles but outside it as well. In order to close the script simply right-click the H on your toolbar and either pause the script or exit it.

In case you feel like you need to constantly pause the script for whatever reason you could add the following at the end of your script

F10::suspend

Whenever you press F10 the script will pause itself and your buttons will be back to normal. Pressing F10 again will unpause the script.

OTHER INFO

INCASE YOUR SCRIPT DELETES ITSELF

There might be a chance that the script you wrote will stop working and delete itself. This is most likely due to your antivirus. If this happens to you, simply check if your antivirus program quarantined your script, if it did simply just make an expectation for your script so that your antivirus won’t interfere anymore.

 

IF YOU FOUND THIS GUIDE USEFUL, PLEASE CONSIDER RATING

 

 

Written by r a i z

Here we come to an end for Bloons TD Battles Useful Keybinds Custom Set Up Via AutoHotkey hope you enjoy it. If you think we forget something to include or we should make an update to the post let us know via comment, and we will fix it asap! Thanks and have a great day!


Be the first to comment

Leave a Reply

Your email address will not be published.


*