An AHK V2.0 script for Hogwarts Legacy which remounts your most recent mount quickly upon pressing b
- Install AutoHotkey
v2.0
- Get the source code
- Clone this repo with git or download the latest version's source code and extract the archive
- Download the latest version's source code
- Open the
.ahk
file.
- Right click the
.ahk
file - Select
Compile
. You can now use the resulting executable (even on a system that does not have AutoHotkey installed). You can even compare the hash with the executable I provided to see if you could've just trusted me in the first place.
Simply download the executable of the latest version and execute it.
⚠️ You should not trust a random stranger on the internet who gives you an executable, so it's highly advisable to review and compile/run the script yourself.
Press b on your keyboard to equip your last used mount. By default it's the broom.
The script does not run when the game is not in focus.
If you want the hotkey to be inactive but the script to still observe what mount you're using (so you can remount it later), right click the tray icon and select Suspend Hotkeys
. Simply do this again to enable the hotkey again.
If you want to stop the script completely, right click the tray icon and select Exit
.
- To change the default mount, change the number on line 4 (
lastMount := 3
) to the number next to your mount in the tab menu. - To change the hotkey, replace
b
on line 5 (remountKey := "b"
)
more information on the documentation of AutoHotkey
icon used for the executable by Twitter