QuestionWorking PTC

Posts 113 of 13 · Page 1 of 1
Working PTC
hey guys i need a working ptc cause all the ones i have tryed wont work like the hacks wont work this is the currernt PTC i have atm

Code:
void Push( const char* cmd )
{
	_asm
	{
		PUSH cmd
		MOV EAX, 0x485F60
		CALL EAX
		ADD ESP, 0x4
	}
}
can some one tell me what im doing wrong

or give me a new ptc method

Thanks
Make ur PTC!!!
Code:
void __cdecl FuckYouNoob(char* szVal)
{
	void* vSetVar = (void*)0x485F60;
	_asm
	{
		push szVal
		call vSetVar
		add esp, 4
	}
}
Code:
FuckYouNoob("ShowFps 1");
very mature

maybe you guys should get layed some time
0.o LOL well... XD are you sure its PTC?
Quote Originally Posted by speedforyou View Post
0.o LOL well... XD are you sure its PTC?
It's a imature PTC. Not 100% sure its working after patch though.
Code:
VOID WINAPIV NoobsFromHell(CHAR * CmdForGays){

	INT YourMomIsMine = LTClient;

	_asm {

		Push CmdForGays
		Call YourMomIsMine
		Add Esp, 4
}
}
Quote Originally Posted by S0aD View Post
Code:
VOID WINAPIV NoobsFromHell(CHAR * CmdForGays){

	INT YourMomIsMine = LTClient;

	_asm {

		Push CmdForGays
		Call YourMomIsMine
		Add Esp, 4
}
}
Not much different from _|Alessandro10|_ 's, though, you didn't include the actual ltclient.
Code:
Function JustBarely(Const szFingerInButtHole: String): Boolean;
var 
 dwForHelp: Dword;
begin

 dwForHelp:= $PtcAddress

 If dwForHelp <> Nil then
  Result:= True
 Else
  Result:= False;

 asm
  Push szFingerInButtHole
  Call dwForHelp
  Add esp, (5-1)
end;
End;
Code:
JustBarely('PTC Command');
Quote Originally Posted by Departure View Post
Code:
Function JustBarely(Const szDrugs: String): Boolean;
var 
 MyName: Dword;
begin
 MyName:= $PtcAddress
 Result:= False;
 
 asm
  Push szDrugs
  Call MyName
  Add esp, (5-1)
end;
End;
Code:
JustBarely('PTC Command');
JustBarely is JustinBieber ?
Quote Originally Posted by _|Alessandro10|_ View Post
JustBarely is JustinBieber ?
/fp .
or we could use the search button and search for a TUT on how to make our own... C+p'er /: D
Posts 113 of 13 · Page 1 of 1

Post a Reply

Tags for this Thread

None

Need help?