View Single Post
Old 05-28-2004, 02:02 PM   #6 (permalink)
Bradley
Forum Novice
 
Bradley's Avatar
 
Join Date: Oct 2002
Location: Hummelstown, PA
Age: 29
Posts: 488
Send a message via ICQ to Bradley Send a message via AIM to Bradley Send a message via MSN to Bradley Send a message via Yahoo to Bradley
Default

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.
Bradley is offline   Reply With Quote