Requesting a ptc?

Posts 115 of 25 · Page 1 of 2
Requesting a ptc?
This is a request can anyone please help me? I want to release my hack on mpgh again but i need a working unpatched ptc. I cant get one working and i cant find one. Could someone help me out? Please dont rage.
Noone is going to give you one I found this one not sure if it works.

void WINAPIV PTC( const char* cmd )
{
_asm
{
PUSH cmd
MOV EAX, 0x00485FA0
CALL EAX
ADD ESP, 0x4
}
}
That will not work its patched
typedef int (__cdecl* RunConsoleCommand_t)(char* cmd);
RunConsoleCommand_t Comando = (RunConsoleCommand_t) 0x00485FA0; //Endereço do LTClientEXE

Esse é antigo mais ainda funciona , fiz uns pequenos ajustes espero que funcione ai .
Quote Originally Posted by luizimloko View Post
typedef int (__cdecl* RunConsoleCommand_t)(char* cmd);
RunConsoleCommand_t Comando = (RunConsoleCommand_t) 0x00485FA0; //Endereço do LTClientEXE

Esse é antigo mais ainda funciona , fiz uns pequenos ajustes espero que funcione ai

This is even more ancient works, I made some minor adjustments i hope it works. ? .
Does this Work?

ypedef int (__cdecl* RunConsoleCommand_t)(char* cmd);
RunConsoleCommand_t PushToConsole = (RunConsoleCommand_t) 0x377C8690; LTClientEXE;
No that doesnt work
Code:
void __cdecl PushIt( const char* cmd)
{
	void* Command = (void*) LTClient;
	_asm
	{
		PUSH cmd;
		NOP;
		CALL Command 
		NOP;
		ADD ESP, 0x4;

	}
}
@namename41 , That such...
Quote Originally Posted by Nightmare View Post
Code:
void __cdecl PushIt( const char* cmd)
{
	void* Command = (void*) LTClient;
	_asm
	{
		PUSH cmd;
		NOP;
		CALL Command 
		NOP;
		ADD ESP, 0x4;

	}
}
@namename41 , That such...
just a question
ima have to put
#define LTClient 0xwhatever is here

so it can read the addie right?
Quote Originally Posted by NSixx View Post
just a question
ima have to put
#define LTClient 0xwhatever is here

so it can read the addie right?
Yes that would be correct.
Quote Originally Posted by Nightmare View Post
Code:
void __cdecl PushIt( const char* cmd)
{
	void* Command = (void*) LTClient;
	_asm
	{
		PUSH cmd;
		NOP;
		CALL Command 
		NOP;
		ADD ESP, 0x4;

	}
}
@namename41 , That such...
sorry to burst your bubble... but that PTC is detected on CANA
Quote Originally Posted by teehee15 View Post
sorry to burst your bubble... but that PTC is detected on CANA
Code:
{
if( GetModuleHandleA( "d3d9.dll" ) != NULL 
&& GetModuleHandleA( "ClientFX.fxd" ) != NULL 
&& GetModuleHandleA( "CShell.dll" ) != NULL )
return true;
return false;
}
void __cdecl PTC(char *szCommand) 
{ 
	typedef int (__cdecl* RunConsoleCommand_t)(char* cmd);
RunConsoleCommand_t PushToConsole = (RunConsoleCommand_t) 0x485FF0;
}
Is this?
Quote Originally Posted by J View Post


Yes that would be correct.
trooooooooooooooolllllllllllllllllll
OP IS A ****** CANDY-ASS ROODY-POO
For all you that don't know
namename14 = justiniscool5
All he does is leech from here and takes it to this shitty website (which I have fucked over and deleted for him )
So please do not help him in any way.
That is all for now. Bai roody-poos


Sharpie in pooper pls
Posts 115 of 25 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?