need help

11/22/2009 15:01 Niklan#1
Gow i can see target HP.
Game.dll+4F5874 + 1C4 + 34
how i can make this in delphi.
I try
Code:
    address := GetModuleBase(ProcessId, 'Game.dll')+$4F5874;
    address2 := dword(ptr(address)^)+$1C4;
    address3 := dword(ptr(address2)^)+$34;
but this dont work, they make error
[Only registered and activated users can see links. Click Here To Register...]
help pls