ItsMods

Full Version: "Hacking" sites
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(11-14-2012, 20:37)Tomsen1410 Wrote: [ -> ]Thanks. But is it the same code in the process as in the file?

Often it is. Some programs change during program execution though (mostly to protect parts of the code).
Thanks to everyone!

EDIT:
Ah and btw:
If you look at my first post, quoted @Nukem s post.
How did he find those functions? Where are they located?
unknowncheats.me best hacking community that I know
also, never join mpgh.
(11-14-2012, 22:26)G-Man Wrote: [ -> ]unknowncheats.me best hacking community that I know
also, never join mpgh.

never join the dark side young padawan
I have 389MB worth of C++ E-Books you can have if you wish?
(11-15-2012, 01:03)dylankrajewski Wrote: [ -> ]I have 389MB worth of C++ E-Books you can have if you wish?

Suits with your avatar Big Grin

also http://www.cplusplus.com/
Hmm first you should basic assembly instructions (intel x86 instructions), to understand how registers, local variables and that stuff work there, then you should get a method for hooking, hooking is just placing a jump in the program's code which jumps to your code, so you can do stuff. And to find that addresses that @Nukem found, im not sure, but I think that the best way will be searching for string references (if there are any), and you could learn how pattern scanners work so you can grab dynamically the address.
Thank you @kokole

@dylankrajewski :
I know C++ well.
The thing I want to learn is how to work properly with OllyDbg and Assembly and stuff (:
As I said, Ive already worked a bit with OllyDbg and CoD4 and created a DLL for unlimited ammo health, etc.
So... really easy stuff and mostly just NOP one instruction.
Hello,

Thx for the answers guys!
How can we find for example the struct that contains the players informations (in a cod MP game)?
For example if i would like to set the health of all the players on the server to 200, how can i find the struct that contains it?
(11-15-2012, 14:11)narkos Wrote: [ -> ]Hello,

Thx for the answers guys!
How can we find for example the struct that contains the players informations (in a cod MP game)?
For example if i would like to set the health of all the players on the server to 200, how can i find the struct that contains it?

Open up Cheat Engine. And search for 100 at the beginning.
Then jump from somewhere and search for decreased values.
If you regenerated again for 100 etc. or something like that.
Pages: 1 2 3