D3D Menu CrashHello My D3D Menu Crash D3D9_Test When I Inject In It Why Please Help Me MyD3D Project : > D3D Menu Hack By Khalid M.Salah_mpgh.net.rar
You might wanna attach the visual studio debugger to the Test D3D9 window and then inject, should tell you what the problem is once you crash
learn again about making D3D Menu bro !!! seems like your code has a-lot wrong function like hook, and endscene function and why you put this : Code: UnHookFunction((void*)Original_EndScene,EndScene_Bytes,5); ret= Original_EndScene(pDevice); HookFunction((void*)Original_EndScene,(void*)My_EndScene,5,EndScene_Bytes); into your endscene function bro