A toolset of convenient things for GTA V Online.
Option 1 — Download
Download the latest release here and place it somewhere convenient for you, such as Documents. You could then make a shortcut titled "GTA Tools", and pin it to taskbar or Start.
Option 2 — Build from source
You will need the Rust toolchain, which can be obtained here. Follow the instructions of its installer. Once you have Rust installed, clone this repo and navigate to it. At this point, you should probably git checkout x.x.x, where x.x.x is the latest tag. You can then run cargo build --release. Once you do that, you can use the binary located at .\target\release\gta-tools.exe in the same way as Option 1.
Every feature of GTA Tools is Legacy/Enhanced-agnostic. Some functionality of GTA Tools requires administrator access. If necessary, GTA Tools can either be started as admin manually, or, the user can simply use the Elevate button to relaunch GTA Tools as admin.
It is recommended to always use an up-to-date version of GTA Tools from releases. You can also easily access the current latest release by going to the About page of GTA Tools and clicking the ↓ button near the version number.
This section is quite simple.
There is a Launch feature, which will start your game on the chosen launcher and game version.
There is also a Force close game feature, which simply kills all game processes. This button requires a second press after the first one for confirmation. This does not touch Rockstar Games Launcher or any other processes, only ones named GTA5_Enhanced.exe or GTA5.exe.
This section also has two features.
The first being Empty current session, which "removes everyone" from your session by suspending your game for 10 seconds, and then resuming it. This method is exceedingly similar to the Resource Monitor method, but made convenient in one button. This can be useful in numerous ways:
- You are stuck loading into a session
- You are stuck loading into an interior
- You are about to get griefed while doing a freemode mission
- You want to quickly get a "new" session
The other feature is Anti AFK, which, when toggled, prevents you from getting kicked for idling by pressing keys on your keyboard every 60 seconds. At present, those keys are VK_NUMPAD4 & VK_NUMPAD6, due to being a relatively good balance of keys that the game actually registers but don't interrupt gameplay too much if they activate while you're playing. You must be tabbed into GTA V for Anti AFK to work. While toggled, Anti AFK will only activate when all of the following conditions are true:
- The
Grand Theft Auto Vwindow is currently focused - None of the designated keys are currently being pressed1
- The mouse cursor is not currently visible2
The last section has a single feature, Game's network access, with two buttons, Block and Unblock, and a coloured indicator dot. This feature requires administrator, and blocks/unblocks GTA V's entire internet access using the Windows Firewall. The coloured indicator dot has these meanings:
- Green - the game is connected to the internet
- Yellow - the game could not be found running, and thus was not blocked
- Red - the game is blocked from the internet
This feature is primarily useful for replay glitching, which is an exploit that allows you to complete any heist/mission finale, get the money for it, and then be able to do it again right away. Here's how you can do a replay glitch:
- Get to the finale of a heist/contract/mission series, such as The Contract: Dr. Dre
- Complete the finale as normal
- Right after the HEIST/MISSION PASSED screen you get when you complete a finale (basically, when your cut is being shown), Block the game's internet access
- After a few seconds, you will be shown an error screen and kicked to the main menu
- At this point, Unblock the game's internet access and load back into online
- Finally, spend any amount of money, and you should receive the finale cut, but also be able to go play the finale again immediately
- I have noticed that on my current Windows 10 install, when not elevated (administrator), the Force close game and Empty current session features can fail due to being denied access. This was tested by other people and is not guaranteed to happen. If this does happen to you, I recommend using GTA Tools always in elevated mode. Check "Always start elevated" in the Settings tab.