Using a pointer in a trainer?
Ok, I have found the base address for ammo and I was working on adding it into my trainer, which I am using Visual Basics 2010 express.
I have to post source code instead of images, for some reason they are blocked.
So far I have this:
Code:
WriteDMAInteger("ac_client", &H247A330, Offsets:={}, Value:=TextBox1.Text, Level:=1, nsize:=4)
That's my code that I have to make the pointer work, the problem is it has 3 different offsets and I was confused on how to go about doing this.
Heres the address and offsets:
Code:
Address: 026BA480 = 20
Type: 4 Bytes
Offset:8 026BA478+8 = 026BA480
Offset:4c [026BA848+4C] -> 026BA478
Offset:35c [026BA330+35C] -> 026Ba848
"ac_client.exe"+0011E20C -> 026B330
~Lawl