Skip to content

Instantly share code, notes, and snippets.

@Apocalypsing
Last active March 25, 2026 09:41
Show Gist options
  • Select an option

  • Save Apocalypsing/4254b71c5973840987da to your computer and use it in GitHub Desktop.

Select an option

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
@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"
@waheedullahkhan001
Copy link
Copy Markdown

If I logout my Epic Games account after installing and running the game, can I use this script to still play in offline mod? πŸ˜…

@Apocalypsing
Copy link
Copy Markdown
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

@sameermadari768-cyber
Copy link
Copy Markdown

GTA 5 play the phone

@adarshsoni67283-blip
Copy link
Copy Markdown

I want it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment