I made a lot of research on memory reading and I reached here. I got the pointer and offset values, by adding an address manually and choosing "Pointer" on Cheat Engine I can get the address. But my question is how can I do this on C#?
Pointer: "client.dll"+0065F38
Offset: E4
This two values return the address in Cheat Engine, I want to know how can I make it in C#.
I won't go into too much detail, but
"client.dll"+0065F38
won't help you too much.Luckily for you, I wrote a tutorial of how to write a trainer in C#.