Posted: Sun Dec 20, 2015 4:17 am Post subject: How to change the (double) value using (4 bytes) pointer?
Hello!
I'm trying to get the pointer that writes to the bullets (double value type) in a game.
I did a pointer scanning for the pointer and I found about 40 addresses all of their values are 0, I mean when I double click any of them they appear to be zero in the addresses table.
But when I change the value of the temporary bullets address (double value) to something like 12.435345 I find the pointer's value changes to a big number like 1234352.
and when I set the bullets value (double value) to an integer like 12 instead of 12.65445 the value of the pointer changes to 0.
What I need to know is how the double value work?
what should I type in the pointer's value (4 bytes) to change the double value to something I want?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum