hooks

Posts 113 of 13 · Page 1 of 1
hooks
Code:
void cMain::Hook() 
{
	DWORD	dwD3D9, Address, *vtbl;
	dwD3D9 = 0;
	do {
		dwD3D9 = (DWORD)GetModuleHandle(D3D9_Name);
		Sleep(10);
	} while(!dwD3D9);

	Address = Main.FindPattern(dwD3D9, 0x128000, (PBYTE)"\xC7\x06\x00\x00\x00\x00\x89\x86\x00\x00\x00\x00\x89\x86", "xx????xx????xx");
	
	if ( Address ) 
	{
		memcpy(&vtbl,(void *)(Address+2),4);
		pReset   = ( oReset   )cMain::DetourCreate(( PBYTE ) vtbl[Reset],   ( PBYTE ) &MyReset   ,Len_size );
		pPresent = ( oPresent )cMain::DetourCreate(( PBYTE ) vtbl[Present], ( PBYTE ) &MyPresent ,Len_size );
	}
}
Explain what you need.
do they still work because everytime i try to go in game they crash or is it my

Quote Originally Posted by IHaxYou! View Post
Explain what you need.
Do they still work because every time i try to go in game they crash after like 2 mins in game???
Quote Originally Posted by L80mans View Post
do they still work because everytime i try to go in game they crash or is it my


Do they still work because every time i try to go in game they crash after like 2 mins in game???
Do you have a full base or just that tiny piece of code?
Quote Originally Posted by IHaxYou! View Post
Do you have a full base or just that tiny piece of code?

Im using Menu base from mo3ad001 i just need to know if the hooks still work or is it the detours???
Quote Originally Posted by L80mans View Post
Im using Menu base from mo3ad001 i just need to know if the hooks still work or is it the detours???
The base your using is quite old.
You might have to update it a bit to get it to work.
The hook is most likely detected/patched.
Can you help me update them???

Quote Originally Posted by IHaxYou! View Post
The base your using is quite old.
You might have to update it a bit to get it to work.
The hook is most likely detected/patched.
Can you help me update them???
uhh just get a different base... check the CA BR section. i found one there.
i found one but it crashs after a few mins and i cant get the menu to get longer can anyone help me???
Quote Originally Posted by L80mans View Post
working on epic hack
Wut happened to your 'Epic Hack'...
LOL bro im working on it i just ran out or slots so i need a way to add more of them to my menu i have over ten hacks on this one LOL the hack is called Big Nipple v1.0
Quote Originally Posted by L80mans View Post
LOL bro im working on it i just ran out or slots so i need a way to add more of them to my menu i have over ten hacks on this one LOL the hack is called Big Nipple v1.0
If you cannot figure out how to add another item to your menu, give up on hacking right now.
Quote Originally Posted by Saltine View Post

If you cannot figure out how to add another item to your menu, give up on hacking right now.
i got it and my hacks done nigga
Posts 113 of 13 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?