0 of 0

File information

Last updated

Original upload

Created by

DeathWrench

Uploaded by

DeathWrench

Virus scan

Safe to use

Tags for this mod

About this mod

Yes I would like to close the game, thank you very much.

Permissions and credits
New RDR2 version source, works only on the game but much better.
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:
Spoiler:  
Show

#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