Yes I would like to close the game, thank you very much.
Usage:
Extract the .ahk or .exe anywhere.
Run either the .ahk or .exe based on preference.
.ahk if you have authotkey installed.
.exe if you don’t have autohotkey installed.
ALT + F4 will now close the game instantly, and any other windows you use it on.
Source:
#SingleInstance, Force
#MaxThreadsPerHotkey 2
#UseHook On
!F4::
WinGetActiveTitle, active_id_name
WinGet, active_id, PID, A
WinClose, %active_id_name%
Process, Close, %active_id%
return
Credits:
DeathWrench