Posted in Gamehacking,Programming by Mr. Novocain on September 6, 2007 at 01:00

C++ Externally modifying pointer-values

This might interest you: Beginning C++ Through Game Programming, Second Edition

hr_inred.jpg
In games such as in this example (WarRock) some values you can change if you can find out the pointer, in CE (Cheat Engine) you can find them by using the pointer-searcher, then you get eg. 0x0B4DC0D3 + 0x1C and many people don’t know how to do with the + 0x1C and just try to add it together with the address..

Some people have been  asking how to do this in C++ since they only know how to do it in CE..

Here is how.. :)

Get it here!

Incoming search terms for the article:

 

1 Comment for this post

 
May 2nd, 2011 at 06:29

Wow!Very good and usefull code.I was searching for this ^^

 

Leave a Reply