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
help pls