Jump to content

[Offsets (not STR R7 for everything :P)]Indestructible v3.0.1


96 posts in this topic

Recommended Posts

Posted

I'm going to make the source code like this because I don't think posting the direct Tweak.xm really helped. I also wanted to try to hack this in every way possible, not just doing a STR R7 for everything.

 

Hidden Content

    //Cooldown for ability
    Offset: 0x1818BC
    Original: VSTR S0, [R10, #76]
    Hacked: STR R5, [R10, #76] //R5 and R8 held zero, I just went with R5.
    
    //Energy
    Offset: 0x1EF3AC
    Original: VSUB.F64 D2, D2, D3
    Hacked: NOP
    
    //Crazy stats (did this by accident when trying to do XP)
    Offset: 0x1E2954
    Original: STR R0, [R6, #16]
    Hacked: STR R7, [R6, #16]
    
    //Fuel (Glu games' equivalent to Gameloft's energy)
    Offset: 0x152AD0
    Original: SUB R0, R0, #1
    Hacked: SUB R0, R0, #0 or NOP
    
    //Health (not unlinked, I tried to unlink it but couldn't, so don't use offline, but it works online )
    Offset: 0x198544
    Original: VSTR S0, [R0, #136]
    Hacked: NOP
    

 

Tell me if you like this way better or the old way better :)

  • Replies 95
  • Created
  • Last Reply

Top Posters In This Topic

×
  • 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