efoila How do I cheat?
Reputation: 0
Joined: 06 May 2011 Posts: 1
|
Posted: Fri May 06, 2011 4:01 pm Post subject: C#, ASM code injection |
|
|
Hi all, my first post
Im working on a trainer, and so far its working great! I can float, freeze mobs in altitude and fly around doing what I want .. But I am a bit confused when it gets to getting memory adresses, into my c# program from a hooked instruction, any1 that can guide me in the right direction ?
My code hooks into an instruction that writes to about 10-15 adresses, and each of these adresses is a mobs X value. I can easily get the y and z adress with pointers based on the X pointer, and cheat engine has this nice little trick "find out what adresses this code writes to", and it doesnt miss a single adress.
My wannabe implementation of that function is to write the adresses to a cave I created, and I read the memory adress with a timer... It catches quite a few of the values but not all...
Any tips?
Need sourcecode to see what I've done so far?
Thanks!
|
|