Page 1 of 1

How to coding multilevel pointer

PostPosted: Mon Jun 06, 2011 8:39 am
by aprielleone
Hi all, i'm coding my trainer to game RPG in C.
Base address is Game.exe+E69C20 with an offset 0xC0 and the value i want to write is 768.
My trainer work perfectly.
This is my code

Can someone tell me what should I do so that I can write memory to the next address is,which part should I change or add in my code?
And sorry if this is wrong section.

thanks,

best regards

Re: How to coding multilevel pointer

PostPosted: Wed Jun 08, 2011 10:26 am
by L. Spiro
You are looking for the content in this post: viewtopic.php?p=66184#p66184


L. Spiro

Re: How to coding multilevel pointer

PostPosted: Wed Jun 08, 2011 3:44 pm
by aprielleone
Thanks for the info Spiro :D