Page 2 of 2

Re: Read / Write memory (beginner level)

Posted: 05 Jun 2022, 02:26
by teklys
It worked perfectly for me for AssaultCube, but it doesnt work for CSGO.
If I search the pointer it gives me an error, but if I found the final adress (the adress that is pointed by the pointer, it worked).
Anyone has the same problem?

Code: Select all

PlayerObjectPointer := NumberFromWindowProcess("Counter-Strike: Global Offensive - Direct3D 9", ProcessBase + 0xA8E28C, "ptr") ;not working
HealthAddress := PlayerObjectPointer + 0x230 ;not working
HealthAddress := 0x3AA7C480 ;working