C++ Externally modifying pointer-values
This might interest you: Beginning C++ Through Game Programming, Second Edition
![]()
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!
Wow!Very good and usefull code.I was searching for this ^^