Updating Hook?

Posts 115 of 25 · Page 1 of 2
Updating Hook?
Anyone knows how to update the hoook? lol as you seen i got my hack to work in the D3D Testing App,but as of last patch its completly patched
this is the PTC method i use
Code:
void cBase::Push(const char* cmd)
{
	_asm
	{
		PUSH cmd
		MOV EAX, 0x484BC0
		CALL EAX
		ADD ESP, 0x4
	}
}
And my Device Pointer:
Code:
DWORD cBase::GetPointer(int index)
{
	DWORD* devicePtr = ***(DWORD****)0x000008;//DPOINTER
	//Just change the 0x00000 to the code i gave you!
	if( devicePtr == NULL ) 
		return 0;

	return devicePtr[index];
}
Any Idea of how i update the hook?
Quote Originally Posted by zatchbell3 View Post
Anyone knows how to update the hoook? lol as you seen i got my hack to work in the D3D Testing App,but as of last patch its completly patched
this is the PTC method i use
Code:
void cBase::Push(const char* cmd)
{
	_asm
	{
		PUSH cmd
		MOV EAX, 0x484BC0
		CALL EAX
		ADD ESP, 0x4
	}
}
And my Device Pointer:
Code:
DWORD cBase::GetPointer(int index)
{
	DWORD* devicePtr = ***(DWORD****)0x000008;//DPOINTER
	//Just change the 0x00000 to the code i gave you!
	if( devicePtr == NULL ) 
		return 0;

	return devicePtr[index];
}
Any Idea of how i update the hook?
Your signature is annoying .

you haven't even given us the hook you're using, which is guarenteed to not be yours, so we have no chance of helping you at the moment.
It's easy to get the PushToConsole address, use Search next time. Dump CShell.dll > Open in Olly > Search for LTClient.Default as a referenced string > Address is in the one above the address that has 'LTClient.Default' as the comment (PUSH.AddressIsHere)
-.- For Real?
why u said it is detected?...

Ptc Method Is ok but...

Just chek u Device pointer.....
u have a wrong one...
If you use Hans and Gellins Base, Cdetour is detected, just update Cdetour.
Quote Originally Posted by Alessandro10 View Post
If you use Hans and Gellins Base, Cdetour is detected, just update Cdetour.
He just asked how... Due to the nature of this thread, this post is purposefully difficult to read.
Can someone please confirm the the below PushToConsole Method is working and has correct address

void cBase::Push(const char* cmd)
{
_asm
{
PUSH cmd
MOV EAX, 0x484BC0
CALL EAX
ADD ESP, 0x4
}
}
0x484BC0 <--- is this the correct address for current Combat Arms?
Quote Originally Posted by Departure View Post
Can someone please confirm the the below PushToConsole Method is working and has correct address



0x484BC0 <--- is this the correct address for current Combat Arms?
idk, lrn2lkurslf
^^learn to look yourself

http://www.mpgh.net/forum/207-combat...addresses.html

Code:
#define ptc1  0x484BC0
from what i can tell...your using the hans/gellins updated v2 base, as stated above, the detours is detected, so its not your Push thats detected, its the detour
Disregard my last post as it was the address that was incorrect, Just for the record I don't use any bases Posted here as all my code is pure Delphi with inline assembly, To my surprise it was still the same old address used for months now($00485E10). I would have liked to have seen this for my self but as I don't have a working dump of Engine.exe I couldn't check it for myself. I have my own hooking method and do not use "detours" as you guys call them so nothing about being detected as this has and probably never will get detected ... And yes PushToConsole now working again, Thanks for the attempted help.
I think its funny how so many people come here for help, but the never release any thing here.

not talking about zatch.

just something i randomly noticed.
I agree, Personally I would never ask for help if I haven't already contributed to the community(source codes, Injectors, Coding Advice ect.. ect..)
Well ummm, I did release a HACK that was working(that i coded without any help),but is now detected,and i did make a multi-tool with a spammer,INJECTOR,and other shit....and i would of replyed to this thread but I just got my new router becuase my router broke yesterday

EDIT:Shit,i just seen it said not zatch

And also i see you said its the detour,but yea,i know how do everything except update the detours,unlewss i jsut need to update it from a new Detour

Edit 2: Also im working a FPS
uhm, i released 3 hacks helped alot of people and i still don't get helped...
can i ask for help? XD

i m new here XD
Posts 115 of 25 · Page 1 of 2

Post a Reply

Tags for this Thread

None

Need help?