WinkHelpWhich function to hook

Posts 110 of 10 · Page 1 of 1
Which function to hook
Hey guys . I just made a D3DMenu , and which function should I hook in order to make my menu appear in game . Eg , Crossfire.exe or d3d9.dll and what function in it I should hook . Eg , DrawIndeP , EndSence ? Thanks for your help .
I think Endscene is patched now cos xtrap is constantly scanning for it, for the menu to appear i think you need the Present engine hook, and if you want Chams DIP engine is needed
Thanks for your answer ! The word 'Engine' means ? , Haha sorry for my stupidness I just learn how to code . Is it on d3d9.dll ?
Quote Originally Posted by quack196 View Post
I think Endscene is patched now
Detected != Patched
Im not entirely sure but i know its basically what makes it work, so you need to find the Address of the DIP and Present Engine. I'm not sure how you find them, i am still trying to work that out myself, i know you can do binary scans and Pattern Scans. Also you can create and Address logger to automatically scan for the address for you
Quote Originally Posted by quack196 View Post
Im not entirely sure but i know its basically what makes it work, so you need to find the Address of the DIP and Present Engine. I'm not sure how you find them, i am still trying to work that out myself, i know you can do binary scans and Pattern Scans. Also you can create and Address logger to automatically scan for the address for you
I tought that engine was bypassing . What i meant was hooking .
Didn't they patch DIP engine?
Quote Originally Posted by Biesi View Post
Didn't they patch DIP engine?
My menu still working , i am using Engine MidFunction which some cunt egyptians that C+P says its Patched .
nothing can be patched.. '-'
i don't know :S i haven't tried a DIP hook for CFNA.

yeah you need them engine addresses for the hook to work
Pattern Scan for Present Engine

Code:
\x8B\x51\x00\x6A\x00\x6A\x00\x6A\x00\x50\xFF\xD2\xB8\x00\x00\x00\x00\xE8\x00\x00\x00\x00\xC7\x05\x00\x00\x00\x00
xx?x?x?x?xxxx????x????xx????
Binary Scan for Present Engine

Code:
8B 51 ?? 6A ?? 6A ?? 6A ?? 50 FF D2 B8 ?? ?? ?? ?? E8 ?? ?? ?? ?? C7 05 ?? ?? ?? ??
Pattern Scan for DIP
Code:
\x8B\x10\x8B\x92\x00\x00\x00\x00\x51\x8B\x4C\x24\x00\x55\x51\x6A\x00\x6A\x00\x50\xFF\xD2\x8B\x43\x00\x8B\x8C\x24
xxxx????xxxx?xxx?x?xxxxx?xxx
Binary Scan for DIP
Code:
8B 10 8B 92 ?? ?? ?? ?? 51 8B 4C 24 ?? 55 51 6A ?? 6A ?? 50 FF D2 8B 43 ?? 8B 8C 24
Posts 110 of 10 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?