Write to a level 2 Pointer (what exactly is wrong with my code) (VB.net)
Whats up.
Im not into memory hacking with offsets yet, but i did it a few years ago and just "unlearned" it somehow. And im doing it in vb.net, just because i began with this language. Im better in it then in english lol.
Code:
WriteDMAFloat("GTA5", &H7FF720E62130, Offsets:={&H8, &H280}, Value:=51221, Level:=2, nsize:=4)
So: Im trying to write to a float value(health in this case) and i used someones Cheat Engine Table to get the WorldPTR. So i scanned the AoB Pattern and got this Address(static): 0x7FF71F3428F1 and its not a pointer, if im not completly dumb. I mean, yes, its a "WorldPTR" but its just aob scanned. Now i added the offsets 8 and 280, to get to the health value. But if im trying to launch the code, absolutly nothing happens. Do i have to add in the Baseaddress or what is wrong here? The WorldPTR should be the right one.