ClockWork Games
We have moved to http://clockworkgames.ipbfree.com Go there Register & Post!..

Join the forum, it's quick and easy

ClockWork Games
We have moved to http://clockworkgames.ipbfree.com Go there Register & Post!..
ClockWork Games
Would you like to react to this message? Create an account in a few clicks or log in to continue.
ClockWork Games

Where Games Comes To Live Forever.


You are not connected. Please login or register

[Release] Multi Hooker

Go down  Message [Page 1 of 1]

1[Release] Multi Hooker Empty [Release] Multi Hooker Mon Aug 10, 2009 12:00 pm

1shotkill

1shotkill
Retired
Retired

This is Just more hook ****, but only for basic sub routining if you will. The beginning of the stack list starts from 0x004bc898 to 0x004bc8dc as noted below. Just apply the Multi Hooker and using any address between the beginning and end of the stack pieces to hook to whatever sub routine you might have. Also when using this, you have to hook it using a Jal.

The basis for this idea is primarily from Demonspawns exploit and basicly how to use a reasonable method to allow non-hackers to be able to hack through exploitable game saves. This includes people who like to have many subroutines running at once for some reason as well.

@note -> I felt it was time to go ahead and release this for now.

Code:

#Multi Hooker
;Omega2058
0x00000098 0x0a32f224
0x004bc890 0x27bdfff0
0x004bc894 0xafbf0000
0x004bc8e0 0x8fbf0000
0x004bc8e4 0x03e00008
0x004bc8e8 0x27bd0010

#MH Stack begin
0x004bc898 0x00

#MH Stack End
0x004bc8dc 0x00

Code:

E.G....

#Knife []+R
;Tonic
0x00000098 0x0a33b2a8; J 0x08cecaa0
0x004ecaa0 0x3c0808d0
0x004ecaa4 0x3c0909a8
0x004ecaa8 0x8529e1e4
0x004ecaac 0x240b8200
0x004ecab0 0x35085858
0x004ecab4 0x152b0004
0x004ecabc 0x8d0c0000
0x004ecac0 0x240d0008
0x004ecac4 0xad8d0630
0x004ecac8 0x03e00008

Replace the hook for this with one of the many addresses on the Multi Hooks stack list and your good to go. Thus allowing you to use many other subs that you currently have at your disposal without freezing from using the same hook over and over.

#Knife []+R
;Tonic
0x004bc898 0x0e33b2a8; Jal 0x08CECAA0
0x004ecaa0 0x3c0808d0
0x004ecaa4 0x3c0909a8
0x004ecaa8 0x8529e1e4
0x004ecaac 0x240b8200
0x004ecab0 0x35085858
0x004ecab4 0x152b0004
0x004ecabc 0x8d0c0000
0x004ecac0 0x240d0008
0x004ecac4 0xad8d0630
0x004ecac8 0x03e00008

Back to top  Message [Page 1 of 1]

Similar topics

-

» [Release]Perfect Respawn

Permissions in this forum:
You cannot reply to topics in this forum