Alt F4 V1.0

Alt F4

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

Download mod

File File size
zip Alt F4-1-0 434 KB
Share mod:

Leave a Reply

Your email address will not be published. Required fields are marked *