Hook

Posts 111 of 11 · Page 1 of 1
Hook
Any working public hooks?

Can anyone share thiers?

CA hack crashes 5 mins in game, so im wondering if there is any other hooks out there....
There's mine, and then there's yours.
If you actually take the time to learn how your hook and detour works, it is easy to update. C&P will get you nowhere in the programming world. There are many tutorials on here and many can be found on Google which explain how detours/hooks work. I would spend the time researching so you don't have to ask every time a public hook gets patched.
Quote Originally Posted by mountainjew View Post
If you actually take the time to learn how your hook and detour works, it is easy to update. C&P will get you nowhere in the programming world. There are many tutorials on here and many can be found on Google which explain how detours/hooks work. I would spend the time researching so you don't have to ask every time a public hook gets patched.
i asked about a tut on how to make it update it,
Well it takes time to make CA hacks.... Learn it, usually looking at someone else project will do you no good.
Download:My Project
Quote Originally Posted by OBrozz View Post
Well it takes time to make CA hacks.... Learn it, usually looking at someone else project will do you no good.
Download:My Project
Thank you, i have looked at whits and at nuggetzkills and i guess ill keep lookin at diff ones to see if there is a pattern and such
Just try out a tutorial in this section and use an example using OllyDBG.
My hook, I worked on over a week and it still undetected since the last patch so no need for me to update.
So what you want to do with a hook, is to create a jump between the original function to your function.

A detour consists of a jump, [0xE9] [0xE8] op codes.
One way is to Get the address to your function, and use the E9 op code to create a jump.

memcpy <<
@flameswor10
Well explained.
Think this thread should be closed though due its old date.
Posts 111 of 11 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?