The TroubleChute Autohotkey Finder is a Windows utility written in C++ that helps you locate and manage running AutoHotkey scripts on your system. It is designed to be lightweight, fast, and requires no additional redistributables to run.
This fixes increasingly common annoying Anti-Cheat errors like Battlefield 6's:
If you know of other software that cause issues, or have improvements please open an issue or pull request!
You can use the software by running a command in an Admin PowerShell window - No releases GitHub downloads, nothing!
- Hit Start/Windows and type
PowerShell. Run PowerShell as Admin. - Type:
iex (irm ahk.tc.ht)and press Enter. - Use the program as below.
This works because of my other project, https://github.com/TCNOco/TcNo-TCHT. This lets you run scripts and more with just a simple command!
- Download the latest release from the Releases page.
- Run
Autohotkey Finder.exe(no installation required). - The application will display a list of running AutoHotkey scripts and their details.
- Enter a number from the screen to close those applications, or do so manually.
Once programs using AutoHotkey are closed, games like Battlefield 6 should no longer display AutoHotkey-related errors.
This project is built with Visual Studio and MSBuild. To build manually:
- Open
Autohotkey Finder.slnin Visual Studio. - Select the
Releaseconfiguration andx64platform. - Build the solution (Ctrl+Shift+B).
Alternatively, you can use the provided GitHub Actions workflow to build and release automatically on pushes to the main branch.
Contributions, issues, and feature requests are welcome! Please open an issue or submit a pull request on GitHub.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

