Last active
March 25, 2026 09:41
-
-
Save Apocalypsing/4254b71c5973840987da to your computer and use it in GitHub Desktop.
Forces the Grand Theft Auto V launcher to start the game in offline mode, and sets appropriate process priorities
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| taskkill /f /im gtavLauncher.exe | |
| ipconfig /release | |
| start gtavLauncher.exe | |
| wmic process where name="gtavlauncher.exe" CALL setpriority "low priority" | |
| timeout 30 | |
| ipconfig /renew | |
| wmic process where name="gta5.exe" CALL setpriority "high priority" | |
| wmic process where name="subprocess.exe" CALL setpriority "low priority" |
Author
If I logout my Epic Games account after installing and running the game, can I use this script to still play in offline mod? π
This script is super outdated as it predates the Rockstar Games Launcher. I made this back when GTA 5 still had it own dedicated launcher for the game
GTA 5 play the phone
I want it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I logout my Epic Games account after installing and running the game, can I use this script to still play in offline mod? π