Home | Download | Documentation | Changelog | Support | Forum | Wiki

Other Downloads

Older Versions and Mirror Site: If you discover a script that works in older versions but not in the latest version (and it's not due to something in the changelog), please send the details to support@autohotkey.com.

AutoCorrect for English (127 KB script): This script corrects about 4700 common English misspellings on-the-fly (wherever you type them) via hotstrings. It also includes a Win+H hotkey to make it easy to add more misspellings. Updated Oct 18, 2007 with more misspellings and an easier-to-maintain layout.

Source Code for Ahk2Exe Script Compiler (164 KB, self-extracting RAR)

Reduce the size of compiled scripts by about 20 KB: Place this smaller version of the AutoHotkeySC.bin file in your AutoHotkey\Compiler folder (overwriting the existing file of the same name). Any compiled script produced in this fashion will be dependent on MSVCRT.dll. Although this DLL is always present on Windows 2000/XP or later, older operating systems do not necessarily have it.

Script Decompiler (21 KB): This command-line utility decompiles a compiled script; that is, it retrieves the original .ahk script as plain text (if you know its password). However, any comments originally present (semicolon or /**/) will be lost. This utility should be run from the command prompt; for example: exe2ahk "My Script.exe" "My Password"