Hey, does anyone have the DeviceGame addy? I believe it's an engine addy but i can't find. if anyone could help me i'll throw you in the credits of my hack release. Please and thanks.
the old addy was:
0x009118A0
Open the dumped Engine.exe in IDA, or just simply attach olly to Engine.exe, after you stopped HS with a simply messagebox. Injct after hackshield loaded half.
Then, search for the following string: "ILTDrawPrim.Default".
You will get near an XREF, doubleclick on it.
Then you will jump to a new function, the device pointer (drawprim pointer) get pushed into the stack!
Example code:
Code:
push offset off_804974
The addy is from EU, sorry dont have current Engine dump, but this tutorial should be so easy that you can find the addy yourself