DownloadThis is a complete D3D framework containing:
- D3D Base, all basic stuff, hooks, font manipulation
- D3D Menu with folders
- Transparent Background function
- Optimized D3Dfont, centered and right aligned text
- Code works for d3d8 or d3d9 (define it in d3dbase.h)
- test programs for d3d8 and d3d9
- All within a 9.5 kb dll

The zip file contains:
- all source files
- d3d8 and d3d9 prebuild dll
- d3d8 and d3d9 test program
- dll injector
To build a new version :
- create an empty c++ project for a multithreaded dll
- make sure your c++ finds the directx sdk files
- add the files: d3dbase.*, d3dmenu.* and hackbase.cpp
- DON'T include the d3dfont files in your project !!
- edit the d3dbase.h and select for which version
- build it
Have fun !
Credits: Hans211