ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 2102

PC Stealth money help

by Bear - 08-26-2018 - 10:51 PM
#1
Hi i have the stealth money code for gta 5 pc it works but if i loop it or do it to many times it just stops and i have to reload the game for it to work again any idea what the problem is this is the code i use


int cash_to_receive = 90000000;
bool toBank = true;
Any transactionID = MAX_INT;
if (UNK3::_NETWORK_SHOP_BEGIN_SERVICE(&transactionID, 1474183246, -1586170317, 1445302971, 15000000, 1))
UNK3::_NETWORK_SHOP_CHECKOUT_START(transactionID);
Reply
#2
in crossmapping
it lacks the offset of:
:_NETWORK_SHOP_BEGIN_SERVICE
_NETWORK_SHOP_CHECKOUT_START

there is a post on the forum that will give you the answer
if you are looking for a minimun
Reply
#3
You do not have to restart the game. You just have to wait or change sessions.
This account is currently banned
Ban reason: Multi
Reply
#4
(08-26-2018 - 10:51 PM)Bear Wrote: Hi i have the stealth money code for gta 5 pc it works but if i loop it or do it to many times it just stops and i have to reload the game for it to work again any idea what the problem is this is the code i use


int cash_to_receive = 90000000;
bool toBank = true;
Any transactionID = MAX_INT;
if (UNK3::_NETWORK_SHOP_BEGIN_SERVICE(&transactionID, 1474183246, -1586170317, 1445302971, 15000000, 1))
UNK3::_NETWORK_SHOP_CHECKOUT_START(transactionID);

For me not even this Stealth Money code is working xD Its just  making the Game lag
Reply
#5
(08-27-2018 - 12:40 PM)Bandit33800 Wrote: in crossmapping
it lacks the offset of:
:_NETWORK_SHOP_BEGIN_SERVICE
_NETWORK_SHOP_CHECKOUT_START

there is a post on the forum that will give you the answer
if you are looking for a minimun

i already fixed that problem so it ant that i may try and add a timer i guess
Reply
#6
(08-27-2018 - 06:02 PM)Bear Wrote:
(08-27-2018 - 12:40 PM)Bandit33800 Wrote: in crossmapping
it lacks the offset of:
:_NETWORK_SHOP_BEGIN_SERVICE
_NETWORK_SHOP_CHECKOUT_START

there is a post on the forum that will give you the answer
if you are looking for a minimun

i already fixed that problem so it ant that i may try and add a timer i guess

I admit I have not really read your post just flew over
change id transaction by: 2147483647;

you can only receive 15 million maximun
Reply
#7
This should solve your issues...

Code:
bool Features::TENMILLIONSTEALTH = false;

fpIsDLCPresent    OG_IS_DLC_PRESENT = nullptr;
BOOL __cdecl HK_IS_DLC_PRESENT(Hash dlchash)
{
    if (TENMILLIONSTEALTH) {
        Any transactionID = INT_MAX;
        if (UNK3::_NETWORK_SHOP_BEGIN_SERVICE(&transactionID, 1474183246, 312105838, 1445302971, 10000000, 4))
            UNK3::_NETWORK_SHOP_CHECKOUT_START(transactionID);
    }
    static uint64_t    last = 0;
    uint64_t        cur = *Hooking::m_frameCount;
    if (last != cur)
    {
        last = cur;
        Hooking::onTickInit();
    }
}
TruthFTW#6516
Reply
#8
(08-27-2018 - 06:15 PM)TruthFTW Wrote: This should solve your issues...

Code:
bool Features::TENMILLIONSTEALTH = false;

fpIsDLCPresent    OG_IS_DLC_PRESENT = nullptr;
BOOL __cdecl HK_IS_DLC_PRESENT(Hash dlchash)
{
    if (TENMILLIONSTEALTH) {
        Any transactionID = INT_MAX;
        if (UNK3::_NETWORK_SHOP_BEGIN_SERVICE(&transactionID, 1474183246, 312105838, 1445302971, 10000000, 4))
            UNK3::_NETWORK_SHOP_CHECKOUT_START(transactionID);
    }
    static uint64_t    last = 0;
    uint64_t        cur = *Hooking::m_frameCount;
    if (last != cur)
    {
        last = cur;
        Hooking::onTickInit();
    }
}
ok so i do it like this right? http://prntscr.com/knhbfe
Reply
#9
Whyyyy help this guy!? Big ol leach.
https://www.sendspace.com/file/0e8kf3
Reply
#10
Lol so easy add me discord i help you mate !

For 1.44 i posted the latest thread so if you don't have the hashes its in them all the best !
Reply

Users browsing: 2 Guest(s)