Here is what i have:
Its meant to return my HP and Name to me... but it/i fail.Code:$ptr1 =_BMReadMemory($handle,0x12D4EA8,"ptr") $ptr2 = _BMReadMemory($handle,$ptr1 + 0x34,"ptr") $pBase = _BMReadMemory($handle,$ptr2 + 0x24,"ptr") $hp = _BMReadMemory($handle,$pBase + 0x44,"float") $name = _BMReadMemory($handle,0x12542D8,"ptr")
If someone could point me in the right direction that would be good.
Please note: Im not after handouts. I just want to know whats going wrong so I can fix it.