What's new

Closed [source]usf h4ck shop and money

Status
Not open for further replies.

WhiteListv2

Addict
Joined
Sep 6, 2018
Posts
173
Reaction
37
Points
105
Age
34
Code:
const DWORD w1ret = 0x7D5CB1;

DWORD val = 1; //modify if you want to mess with prices.

void _declspec(*****) w1tour()
{
    if(shop.wb)
        _asm mov[esp + 0x26C - 0x164], 0;
    if (shop.sp)
    {
        _asm mov edx, val;
        _asm mov[esp + 0x26C - 0x174], edx;

        _asm mov edx, [ecx + 0x1A688];
        _asm lea eax, [esi + edx];
        _asm mov edx, val;
        _asm mov[eax + 0x18], edx;
    }
    if(shop.ap)
        _asm mov[esp + 0x26C - 0x160], 0;

    _asm jmp w1ret;
}

Credits : LegendHax
 
Status
Not open for further replies.
Back
Top