Need help?D3D hooking tutorial 5 i think - MPGH - MultiPlayer Game Hacking & Cheats
D3D hooking tutorial 5 i think
Posts 1–8 of 8 · Page 1 of 1
D3D hooking tutorial 5 i think
i will put the upload up if enough people post they want this
Undetected] - Direct3D8 Interface Hooking
I was planning on maybe releasing some hacks but atm i just don't have the time, so i'm releasing one of my undetected d3d8 bases as i have other methods to fall back on.
BeginScene, EndScene, DrawIndexedPrimitive and SetStreamSource are already hooked as a example..
I'm sure once you have read the source and understand it, you wont have any problems adding other member functions using d3d8.h as a reference to the device interface.
typedef HRESULT (WINAPI* DrawIndexedPrimitive_t)(LPDIRECT3DDEVICE8 pDevice, D3DPRIMITIVETYPE pType,
unsigned int uiMinIndex, unsigned int uiNumVertices,
unsigned int uiStartIndex, unsigned int uiPrimitiveCount);
DrawIndexedPrimitive_t pDrawIndexedPrimitive;
HRESULT WINAPI nDrawIndexedPrimitive(LPDIRECT3DDEVICE8 pDevice, D3DPRIMITIVETYPE pType,
unsigned int uiMinIndex, unsigned int uiNumVertices,
unsigned int uiStartIndex, unsigned int uiPrimitiveCount)
{
unsigned int APIENTRY DllMain(HMODULE hModule, unsigned long ulReason, void* vpReserved)
{
if(ulReason == DLL_PROCESS_ATTACH)
{
unsigned int uiReturn = DetourFunctionWithTrampoline((unsigned char*)pDirect3DCreate8,
(unsigned char*)nDirect3DCreate8);
return uiReturn;
}
return 0;
}
If you don't know how to use it then you need to learn some basic c++ and direct3d...
Please don't post my stuff on other sites, you can link to this post only...
By using this source you automatically agree to not use it in any form of pay hack...
Finally, thanks to msdn, directx sdk and google.
WTF MAN STOP SPAMMING ************* TUTS! most arent for warrock ... :/
Yea Dezer You Right , he spam so much !
Dont Make So much tread's!
STOP THE SPAM!
If you cant see this is usefull information you an build off of if u have any kowledge of coding at all the dont read these fkn topics but if u like to grow in knowledge and possibly improve warrock hacking then read all these they are tutorials that will help u Universaly with any game using pb as a anti cheat engine so dont flame me for trying to help out fellow coders get some knowledge about d3d hacking /hooking!! if i find enough info on this people can make VIP hacks like ******
wanna make things better? start from urself
Originally Posted by Design
Yea Dezer You Right , he spam so much !
Dont Make So much tread's!
STOP THE SPAM!
You are just spamming to say: stop the spam, in all his topics...
I don't see you making any tut's around. so gtfo his post, and don't reply to them.
id much rather post on the site that has taught me so much so im giving back if u just want warrock hacks give to u then i suggest u stop posting and reading threads called TUTORIALS
Originally Posted by smartie
You are just spamming to say: stop the spam, in all his topics...
I don't see you making any tut's around. so gtfo his post, and don't reply to them.