My Hack crashes after 10 min.

Posts 111 of 11 · Page 1 of 1
My Hack crashes after 10 min.
hey all,

idk why my d3d hack is crashing so i hope anyone can help me ^.^
I'm using normal vTable Hook and do only hook DIP [Draw Indexed Primitive].
I saw that HS unhooks it after about a minute so i tried the following:

Code:
DWORD dwDrawIndexedPrimitive = GetAddressPtr(82);
		if( memcmp((void*)dwDrawIndexedPrimitive,(void*)"some bytes","private")==0 )
		{
			pDrawIndexedPrimitive = (oDrawIndexedPrimitive)DetourCreateB8(dwDrawIndexedPrimitive, (DWORD)myDrawIndexedPrimitive, 12);
		}
So rehook is working..
DetourCreateB8 is a Detour Function made by Croner which also worked a long time in WarRock.

I just made a little wallhack is you press numpad1 and got the stride by this function

Code:
if(pDevice->GetStreamSource(0, &StreamBuffer, &OffsetInBytes, &m_Stride) == D3D_OK)
	{
		StreamBuffer->Release();
	}
Now after 10-15 min of playing (INGAME!, not in lobby) i get that cr4p:


Hope you can help if my detour is DT or what ever idk^^
moved to hack coding section. people will help you here
Hook Midfunction into d3d9.dll
I would link you to a good tutorial but i cant post outside links
Quote Originally Posted by whit View Post
Hook Midfunction into d3d9.dll
I would link you to a good tutorial but i cant post outside links
I wrote a pm please send me the link
Mid-function hooks are messy... Do not use them unless you have to.

You probably overwrote some asm instructions and did not restore them.
Quote Originally Posted by Dave84311 View Post
Mid-function hooks are messy... Do not use them unless you have to.

You probably overwrote some asm instructions and did not restore them.
they may be messy but they work and are easy to understand/use
Mh i dont think that i overwrote something that makes the game crash..
I just tried out Midfunction but game crashs when DIP is active (means your login in)
in 32 ...??? did u do winloop....???
i got x86 (32 bit) if you mean that
And i got have a loop to rehook because i'm checking with memcmp the D3D9 Bytes to know when i have to rehook?
mungkin terjadi kesalahan di dalam Source Code nya
Hey if you have any doubt about blocking anticheaters or bugtrap search for brazilian sites, nbut we don´t have any hack.
you certainly have to block bugtrap try to block bugtrap with a program called Process Hacker.
Posts 111 of 11 · Page 1 of 1
This thread is closed for replies.

Tags for this Thread

None

Need help?