Jump to content

[Offsets]Dragon Slayer v1.1.0


112 posts in this topic

Recommended Posts

Posted

-free store

-infinite skill points

-one hit kill on dragons

-infinite health for you

-instant level 99

-infinite defends

-infinite shield meter

 

Hidden Content

    //Free store
    Offsets:
    1. 0x230238 
    2. 0x23023C
    
    Original:
    1. MOV R12, SP
    2. PUSH {R7, LR}
    
    Hacked:
    1. MOV R1, #0 //R1 is cost
    2. BX LR 
    
    //One hit kill on dragons
    Offsets:
    1. 0x1CBF90 
    2. 0x1CBF94
    
    Original: 
    1. VCVT.F32.F64 S0, D2
    2. VSTR S0, [R5, #0xF0]
    
    Hacked:
    1. MOV R0, #0
    2. STR R0, [R5, #0xF0]
    
    //Skill points
    Offset: 0x22EB44
    Original: STR R0, [R6, #0x64]
    Hacked: STR R7, [R6, #0x64]
    
    //XP (instant level 99)
    Offset: 0x22E87C
    Original: ADD R0, R0, R10
    Hacked: ADD R0, R0, R7
    
    //Defends and shield meter (two for one)
    Offset: 0x1EF8FC
    Original: SUB R1, R1, R3
    Hacked: NOP
    
    //Your health
    Offset: 0x1EF27C
    Original: VSUB.F32 D2, D2, D3
    Hacked: NOP
    
×
  • 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