Jump to content

[Code Inject]Call of Mini Zombies 2


94 posts in this topic

Recommended Posts

Posted

-infinite ammo

-infinite health

 

pretty sure everything else is server sided I couldnt get anythig else

 

Hidden Content

    #include <substrate.h>
    #include "writeData.h"
    
    %ctor{
    writeData(0x234194, 0x2C708AE5); //write STR R7, [R10, #44] at 0x234194, ammo
    writeData(0x132D7C, 0x0000A0E1); //write NOP at 0x132D7C, health
    
    /*
    For health, the original instruction was VSTR S0, [R10, #48] and the way you hack these is NOP them. Whenever you are hacking a float value, you will probably always NOP whatever the offset is that GDB or LLDB gave you. And you also may have to unlink it.
    */
    }
×
  • 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