Enemy Player Pointer

Posts 4650 of 50 · Page 4 of 4
Quote Originally Posted by SNal2F View Post
finding how the game draws and using it. I havent found it in CA(i may have but crashes)I rarely work on this game only when im super bored.I havent even updated yet. For CF and CA i hook engine drawing for my hooks but atm im using my own text for ca for cf i use engine everything reallly "Client Hook" post in the thread on uc where you can hook at.

start3d,end3d,flipscreen ,clearscreen etc..
How would i use those? I never ever used any engine to draw exept DirectX
Quote Originally Posted by Mr.Magicman View Post


How would i use those? I never ever used any engine to draw exept DirectX

hook like you would directx

__cdecl* FlipScreen)( int unk );
Quote Originally Posted by SNal2F View Post
hook like you would directx

__cdecl* FlipScreen)( int unk );
i kinda know that but how would you use the drawing functions and which are its names?
Quote Originally Posted by Mr.Magicman View Post


i kinda know that but how would you use the drawing functions and which are its names?

flipscreen,start3d,end3d you would hook them and draw there instead of hooking directx functions.
Posts 4650 of 50 · Page 4 of 4
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?