DirectX 8 Hooking

Just starting out? Need help? Post your questions and find answers here.
Opcode
Enthusiast
Enthusiast
Posts: 138
Joined: Thu Jul 18, 2013 4:58 am

DirectX 8 Hooking

Post by Opcode »

I want to hook DirectX in a game to draw text etc. Hopefully someone has some example code of how to do this, I am not that familiar with DirectX.

There is some code here for DX9, tho it's too gibberish for me to understand and for the wrong version.
Thorium
Addict
Addict
Posts: 1305
Joined: Sat Aug 15, 2009 6:59 pm

Re: DirectX 8 Hooking

Post by Thorium »

If you want to draw text on a pre DX9 game you need to hook DirectDraw.
I wrote a software that gives you the ability to easily hook DirectDraw: http://www.purebasic.fr/english/viewtop ... 27&t=49819

Since i am not working on it any longer downloads are down.
I will upload it and release the source code later this day.
Post Reply