RDR2 version works better on the game. Better game on the RDR2:
#SingleInstance, Force
#MaxThreadsPerHotkey 2
!F4::
Process, Close, RDR2.exe
Process, Close, SocialClubHelper.exe
Process, Close, SocialClubHelper.exe
Process, Close, SocialClubHelper.exe
Process, Close, SocialClubHelper.exe
Process, Close, SocialClubHelper.exe
Process, Close, SocialClubHelper.exe
Process, Close, SocialClubHelper.exe
Process, Close, Launcher.exe
Process, Close, RockstarService.exe
Process, Close, RockstarSteamHelper.exe
Process, Close, RockstarErrorHandler.exe
return
!r::
Reload
Just to close it immediately.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.
Reload macro with ALT+R this is necessary since it doesn't work if you launch this before the game.
Source:
#SingleInstance, Force
#MaxThreadsPerHotkey 2
!F4::
WinGetActiveTitle, active_id_name
WinGet, active_id, PID, A
WinClose, %active_id_name%
Process, Close, %active_id%
Reload
return
!R::
Reload