GTA 5 - Money Drop Mod
GTA 5 Money Drop
Preview:
Controls:
Numpad 1 to toggle the money drop
How to use:
- Open the installer
- Choose your Grand Theft Auto V directory
- Click Install
- Run GTA V
- Enjoy
If when you select steam or social club no directory fills the text box then make sure you ran the installer as an admin, if it still doesn't work try using the custom directory and navigate to your Grand Theft Auto V folder

The money drop is at a slow enough speed so you wont receive any transaction errors so you can easily go afk and not have to worry

Huge credit to the infamous dev team for SudoMod
By Mike Rohsoft and BluhhBluhhTom
antiafk.ahk:
Code:
THE_KEY_YOU_WANT_PRESS_AFTER_13_MINUTES = z ; Or y on QWERTZ, best option, didn't make any problems and prevent AFK.
GameTitle = Grand Theft Auto V
WinGet, PID, pid, %GameTitle%
GTAPid := pid
Ticks := A_TickCount
while(pid > 0) ; While GTA is running
{
if (A_TickCount - Ticks > 780000) ; 13 Minutes
{
WinGet, PID ,pid , A
if (GTAPid != pid) ; Activate GTA Window is not in Foreground
{
WinActivate, %GameTitle%
sleep 2000
} ; Send Key
Send {%THE_KEY_YOU_WANT_PRESS_AFTER_13_MINUTES% down}
sleep 10
send {%THE_KEY_YOU_WANT_PRESS_AFTER_13_MINUTES% up}
Ticks := A_TickCount ; Reset Ticks
}
WinGet, PID, pid, %GameTitle% ; Check if GTA is still running
}
https://www.virustotal.com/de/file/7...is/1480257136/ⓘ
