i suggest you really dumb this down for some people. i have no idea what your talking about
i suggest you really dumb this down for some people. i have no idea what your talking about
This is basically a hook. You take one of the address/hook in the Multi Hooker stack and use it as a hook in your subroutine.
For example, you have 2 subroutines with a 0x00000098 hook, you use both of those subroutines at the same time and you freeze.
So what you can do is just replace the hook in your subroutine with one of the address/hook in the Multi Hooker stack.
Multi Hooker Stack List:
0x004bc898
0x004bc89c
0x004bc8a0
0x004bc8a4
0x004bc8a8
0x004bc8ac
0x004bc8b0
0x004bc8b4
0x004bc8b8
0x004bc8bc
0x004bc8d0
0x004bc8d4
0x004bc8d8
0x004bc8dc
So let's just say you have these 2 codes in your DB.
#Flash Sub
0x00000098 0x0a400000
0x00800000 0x3c0808d6
0x00800004 0x3c094000
0x00800008 0x35290000
0x0080000c 0xad09fa2c
0x00800010 0x03e00008
#Inf Health Sub
0x00000098 0x0a400000
0x00800000 0x3c0808cd
0x00800004 0x3c090000
0x00800008 0x25290000
0x0080000c 0xad099628
0x00800010 0x03e00008
If you use both of those codes at the same time, you freeze.
So replace the hooks with one of the lines in the Multi Hooker stack list.
And instead of using a J for the hook, you use a JAL. So just replace the 'A' in the hook value with an 'E'.
#Flash Sub
0x004bc898 0x0e400000
0x00800000 0x3c0808d6
0x00800004 0x3c094000
0x00800008 0x35290000
0x0080000c 0xad09fa2c
0x00800010 0x03e00008
#Inf Health Sub
0x004bc89c 0x0e400000
0x00800000 0x3c0808cd
0x00800004 0x3c090000
0x00800008 0x25290000
0x0080000c 0xad099628
0x00800010 0x03e00008
Now if you use those 2 subroutines at the same time, you won't freeze. Just make sure you have the Multi Hooker code on.
Last edited by Prestige; 07-25-2009 at 02:43 PM.
.: PSN iD - KaoTiiK_ReFLeX :.
Bookmarks