Hi,
I've been messing around with AutoIt recently and have managed to make a little script that'll tell you your current life in Diablo 2 (as long as it's open).
It finds the PID using the process name and it all works fine.
In the memory section of things to get your health you use 0x6FBCC1E0 this is the part where I'm stuck.
I got the coding for the memory part from somewhere else, and was told to get your health from ingame you use the address: 0x6FBCC1E0
I am aware this is a hex address, but my question is... how did they find it?
What files should I be looking in and how can I find the addresses for e.g. the money in your inventory?
(Note: I'm not planning to make any hacks, I'm just using Diablo 2 to learn about memory addresses and stuff)
Thanks,
Craig.
I've been messing around with AutoIt recently and have managed to make a little script that'll tell you your current life in Diablo 2 (as long as it's open).
It finds the PID using the process name and it all works fine.
In the memory section of things to get your health you use 0x6FBCC1E0 this is the part where I'm stuck.
I got the coding for the memory part from somewhere else, and was told to get your health from ingame you use the address: 0x6FBCC1E0
I am aware this is a hex address, but my question is... how did they find it?
What files should I be looking in and how can I find the addresses for e.g. the money in your inventory?
(Note: I'm not planning to make any hacks, I'm just using Diablo 2 to learn about memory addresses and stuff)
Thanks,
Craig.