OutdatedGTA 5 - Money Drop Mod

Posts 115 of 572 · Page 1 of 39
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
}
Quote Originally Posted by ezio90001 View Post
so i found the solution and may you update it in your thread so the people who cant run the hack do this steps...

first of all you need and the old Visual C++ Redistributable for Visual Studio 2015, and if you have the latest version of the C++ 2015 the hack will not run,

first of all uninstall C++ Redistributable for Visual Studio 2015 if you have it, if you dont just download this one: https://www.microsoft.com/en-us/down....aspx?id=48145.

and the hack will work good, enjoy
https://virusscan.jotti.org/en-US/fi...job/37q1f9ppsx
https://www.virustotal.com/de/file/7...is/1480257136/
MModMenuInstaller_mpgh.net.zip686 KB · 16,429 downloads 1/60 malicious
Nice, I will try it for sure
Quote Originally Posted by Hacking Rulez View Post
Is this using ped money or ambient?
it use ambient
wow seems fairly simple, cant wait to test it out
How would I go about uninstalling this when I'm done
Quote Originally Posted by connor2324 View Post
How would I go about uninstalling this when I'm done
When you launch it, it has an option to unistall
Quote Originally Posted by connor2324 View Post
How would I go about uninstalling this when I'm done
Restart the installer, choose your GTA Folder again if it's not pre-selected and click UnInstall. This should do the work.
Quote Originally Posted by Myaltcausemymainhasmyname View Post
From everyone i've heard, money drops are extremely detectable and bannable
This one is using a different method so its not detected
Quote Originally Posted by batsm View Post
This one is using a different method so its not detected
Hmm, sweet. Thank you. Imma try it out, my account is on its last ban but quite frankly I don't care about it anymore because i've lost taste in GTA and R*'s scams. So if I get banned i'll post.

- - - Updated - - -

Also, what method if you don't mind my asking? (PM?)
I'm considering getting into modding and scripting shit (On other games probably).
Quote Originally Posted by batsm View Post
This one is using a different method so its not detected
Not that different, they both call natives
is it just me or the hack doesn't work? I've tried it with numlock on and off, i've installed it to the steamapps/common/GTAV location, still nothing.
It doesn't work in single player and in multiplayer.

I press Num 1, testet other nums etc.
Reinstalled few times, run as admin.. ^^
Posts 115 of 572 · Page 1 of 39
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?