Gow i can see target HP.
Game.dll+4F5874 + 1C4 + 34
how i can make this in delphi.
I try
but this dont work, they make error
[Only registered and activated users can see links. Click Here To Register...]
help pls
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;
[Only registered and activated users can see links. Click Here To Register...]
help pls