Skip to content

Instantly share code, notes, and snippets.

@gkhays
Last active May 17, 2020 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gkhays/7f63397c100d47aea311f44ddb0a8343 to your computer and use it in GitHub Desktop.
Save gkhays/7f63397c100d47aea311f44ddb0a8343 to your computer and use it in GitHub Desktop.
Steps to locate issues with GTA V

Detecting GTA V Issues

Every 5 seconds, GTA V "stutters." The problem does not occur when disconnected from the network.

Also, of interest, The Sims 4 experiences a similar issue.

Detect A Keylogger

The WikiHow article is pretty good. Check for the following processes.

AcroTray
Delayed launcher

Also review Start-up.

image

The Autoruns utility from Sysinternals can provide a more comprehensive view.

image

Fake Steam DLL

A version of steam_api64.dll may have been hijacked. Use the Microsoft dumpbin utility.

dumpbin /exports C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\steam_api64.dll

Network

Start in Safe Mode with Networking. Hit F8 at Power On.

See also; How to detect if a Keylogger is installed?

Phone Home?

Try to detect rogue programs attempting to "phone home." Unplug the Ethernet cable and disable wireless, then monitor outbound connections with TCPView.

image

Rootkit

Check for a rootkit.

Malwarebytes Anti-Rootkit Beta

@gkhays
Copy link
Author

gkhays commented May 17, 2020

Windows 10 Startup tasks.

image

@gkhays
Copy link
Author

gkhays commented May 17, 2020

TCPView v3.05

image

@gkhays
Copy link
Author

gkhays commented May 17, 2020

Autoruns v13.96

image

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