Well, you would have to know the offset of what you are looking for, or somehow write an application to search the momory for a known value to find the offset.
for example, if you know that the current hitpoints is stored at 1045 into the clients memory space, and it's stored in 2 bytes. You jsut create a 2 element array of bytes, and pass in the buffer, 1045, and 2 into the read function. Once the call completes those bytes will be in your buffer to read out.
__________________
-----------------------
If your response will contribute nothing to this discussion except to insult me, or someone else in this thread, please do not post.
I am refering to specific individuals.
You know who you are.
|