Jump to content

[Code Injection]Dead Trigger


Guest

162 posts in this topic

Recommended Posts

-infinite money
-infinite gold
-instant level 50
-infinite ammo
-infinite casino chips

-infinite health (coming soon, once me and Pho3nix can figure out how to separate the human health from the zombie health :p the vector holds both :p (VSTR S0, [R0, #208)

To hack vectors just NOP them but you may need to do a little more :)

Hidden Content

    #include <substrate.h>
    #include "writeData.h"
    
    %ctor{
    writeData(0x2922FC, 0x4C7080E5); //write STR R7, [R0, #76] at 0x2922FC, ammo
    writeData(0x26B4A4, 0x007080E5); //write STR R7, [R0] at 0x26B4A4, xp
    writeData(0x26B6A0, 0x047080E5); //write STR R7, [R0, #4] at 0x26B6A0, money
    writeData(0x26C184, 0x087080E5); //write STR R7, [R0, #8] at 0x26C184, gold
    writeData(0x26C06C, 0x947080E5); //write STR R7, [R0, #148] at 0x26C06C, casino chips
    //writeData(HIDDEN, 0x0000A0E1); //write NOP at HIDDEN, health
    //writeData(HIDDEN, 0x070050E3); //a CMP R0, #7 to separate the vector from affecting zombie health also
    //writeData(HIDDEN, 0x010050E3); //a CMP R0, #1 for the same reason
    
    //the three writeData's that were commented out was dealing with the vector
    


}

Updated by Guest
Link to comment
Share on other sites

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