Page 1 of 1

DirectX 8 Hooking

Posted: Tue Oct 21, 2014 12:56 am
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.

Re: DirectX 8 Hooking

Posted: Tue Oct 21, 2014 9:25 am
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.