11-14-2012, 18:05
Hey,
I pretty new at "hacking" and would like to go more into hacking in detail. I made some DLLs for CoD4 with unlimited ammo and easy stuff(OllyDbg, Cheat Engine and C++).
But I haven't done something "bigger" for example I have no idea how to get some function names in the .exe of a game, how to find adresses the best way,
how to hook functions(and as i already mentioned find the functions)...
Or what the hell did nukem find these things and what are these functions?:
What I ask is, if you could give me some sites or tutorials to learn better hacking.
Thank you.
I pretty new at "hacking" and would like to go more into hacking in detail. I made some DLLs for CoD4 with unlimited ammo and easy stuff(OllyDbg, Cheat Engine and C++).
But I haven't done something "bigger" for example I have no idea how to get some function names in the .exe of a game, how to find adresses the best way,
how to hook functions(and as i already mentioned find the functions)...
Or what the hell did nukem find these things and what are these functions?:
(11-12-2012, 20:05)Nukem Wrote:Code:404830 = Scr_LoadScript
4C1260 = Scr_LoadScriptInternal
552490 = (some form of) DB_FindXAssetHeader
Hook the last function and replace your data = modloader
What I ask is, if you could give me some sites or tutorials to learn better hacking.
Thank you.