[Question]
Does these PTC methods need to be called from a hooked d3d9 "EndScene" function?
Reason I ask is because I have tried just about every thing to convert these methods to delphi and they wont work(but they should) So my only conclusion is they must be called in the context of the d3d9 hook as alot of the sources here have done...
Saying that I have seen sources on here that dont use any hooks and just calls the PTC from there own thread(example Ultrahackers "auto on" hack) so im guessing these might be outdated???
Please post only if you know the answer for a fact and have tested your self with current CA..
yes.
you have to call em in your endscene/present
few patches ago we didn't have to do that
but now after ca added the scan function..........we can't call it in a thread by it's own anymore :/