Cruise control for World of Tanks Blitz and Tanks Blitz – a tool that lets you assign separate keys for forward and backward movement, so your tank keeps driving without holding buttons.
- 🎮 Assign any keys – supports combinations with
Ctrl,Alt,Shift,Win. - 💾 Settings are saved in
Documents\CruiseControl\cruise_settings.ini. - 🚫 W and S are not intercepted – they work as usual in the game.
- ⚡ No installation required – single
.exefile. - 🔄 Emergency stop – by pressing the «Stop» key.
Go to Releases and download the latest CruiseControl.exe.
- Run
CruiseControl.exe(preferably as administrator). - Bind keys:
- Click the «Forward» button → press the key you want (e.g.,
WorCtrl+W). - Repeat for «Backward» and «Stop».
- If you change your mind, press
Escto cancel.
- Click the «Forward» button → press the key you want (e.g.,
- Enable cruise control:
- Click the green «Enable» button – it turns red with «Disable» text.
- In game:
- Press the assigned forward key – the tank drives forward until you press the same key again (stop).
- Same for backward.
- Press the «Stop» key for an emergency stop.
- The
WandSkeys work normally – they don't interfere with the cruise.
If you want to build the program yourself:
- Windows 7 / 8 / 10 / 11
- AutoHotkey v1
- Install AutoHotkey v1.
- Save
CruiseControl.ahkwith UTF‑8 with BOM encoding. - Run
Ahk2Exe(included with AutoHotkey) and compile.ahkto.exe.
- AutoHotkey v1 – scripting language for Windows utilities.
- Windows API – for key interception and GUI.
If you like the program – give it a ⭐ star on GitHub to help other players find it.
This project is distributed under the MIT License. See the LICENSE file for details.
- Initial stable release.
- Basic features: key binding, cruise control, settings saving.