Jump to content

[DESTROYED]Gangstar Vegas 2.1.0


Guest

44 posts in this topic

Recommended Posts

Posted

Don't care about this game anymore so here are the offsets

 

I also included some stuff not used in the hack that only worked in GDB

 

and I found out after I did this that the apk was not sub_x, so this was pure strings B)

 

Hidden Content

    //Infinite Everything
    sub_92AFC BX LR
    
    //Afford Everything
    sub_39E95C
    MOV R0, #1 (means "true")
    BX LR (means "we are done with the function go on")
    
    //When you buy something with diamonds - 0x2F0F14
    
    //When you buy something with money - 0x2BC0CE
    
    //When banned, currency reappears on wifi (road to antiban)
    sub_3FFD00 BX LR
    
    //Infinite *linked* health
    sub_108808 BX LR
    sub_92B64 BX LR
    
    //Controller function (controls speed, jump, explosive radius, fire rate, reload speed, car speed, etc)
    sub_262810
    
    //Infinite Ammo/No Reload "ammos"
    sun_386624 BX LR
    
    //Glitchy Rapid Fire
    sub_393CF8 BX LR
    
    //VIP Enabled "PopupVIPLevelUpReward"
    sub_755AC
    MOV R0, #1 (means "true")
    BX LR (means "done with this function")
    
    //No Wanted Level "Wanted_PoliceBribery"
    sub_C0860 BX LR
    
    //Infinite cash/diamonds/keys/sp "getDiamonds"
    sub_26C508 BX LR
    
    //Infinite bulletproof vests/health kits/car repairs "Armor_MaxAPKits"
    sub_1882D8 BX LR
    
    //Level 86 (max?) "getLevelNumber"
    0x37A9E4 CMP R0, #0 --> CMP R0, R0
  • Replies 43
  • Created
  • Last Reply

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines