Post: How does everyone get money now?
06-12-2015, 03:08 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Every so often I would downgrade to 1.24 and use the GOOD_SPORT_AWARD tunable to get $2000/second. I just came back online after not playing for a few weeks and now I am getting an error about "Rockstar can't verify this transaction....."

How is everyone else getting money right now? (Besides for actually playing the game...I don't have much time to put into it)

Thanks
(adsbygoogle = window.adsbygoogle || []).push({});
06-12-2015, 02:52 PM #2
PS3 ITA DEX <3
Are you high?
there dropping money. Just make a LUA script to drop money. Here
    
function spawnCash(p)
if p:Exists() then
local ENTPOS = p:GetPosition()
natives.STREAMING.REQUEST_MODEL(0x113FD533)
if natives.STREAMING.HAS_MODEL_LOADED(0x113FD533) then
local moneyHash = natives.GAMEPLAY.GET_HASH_KEY("PICKUP_MONEY_CASE")
natives.OBJECT.CREATE_AMBIENT_PICKUP(moneyHash, ENTPOS.x, ENTPOS.y, ENTPOS.z+1, 0, 40000, 0x113FD533, false, true);
natives.STREAMING.SET_MODEL_AS_NO_LONGER_NEEDED(0x113FD533)
end
end
end
06-14-2015, 12:49 PM #3
Originally posted by PS3
there dropping money. Just make a LUA script to drop money. Here
    
function spawnCash(p)
if p:Exists() then
local ENTPOS = p:GetPosition()
natives.STREAMING.REQUEST_MODEL(0x113FD533)
if natives.STREAMING.HAS_MODEL_LOADED(0x113FD533) then
local moneyHash = natives.GAMEPLAY.GET_HASH_KEY("PICKUP_MONEY_CASE")
natives.OBJECT.CREATE_AMBIENT_PICKUP(moneyHash, ENTPOS.x, ENTPOS.y, ENTPOS.z+1, 0, 40000, 0x113FD533, false, true);
natives.STREAMING.SET_MODEL_AS_NO_LONGER_NEEDED(0x113FD533)
end
end
end





Although it is a good short-term solution, it does add-up on your stats and points out the obvious to Rockstar North upon system-wide adjustments which I have a feeling won't be long away given the amount of people finding methods to cheat cash through the in-game economy. But at-least your willing to help the guy out, unlike others, so good on you.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo