this things dont help me
i want to read! a value not to change one!
so all i want to know is if i got the correct pointer and the correct offset how do i get the address!
im talking about programing in autoit
is this what i should do:
$life = 0x6F8B6379 + 668
$pid = WinGetProcess("Minesweeper")
msgbox(0,"title",$pid)
$memh = _MemOpen (0x0010 , false , $pid)
$v_life = _MemRead($memh, $life, 1)
msgbox(0,"",$v_life)
_memclose ($memh)