PushToConsole can still be used?

Posts 17 of 7 · Page 1 of 1
PushToConsole can still be used?
Anyone know if PushToConsole can still be used?
Lol, it was patched awhile ago but theres still new ptc methods
would send an updated source?
Quote Originally Posted by jaisontuf View Post
would send an updated source?
Code:
void Do(const char* cmd)
{
	_asm
	{
		PUSH cmd
		MOV EAX, 0x485E10
		CALL EAX
		ADD ESP, 0x4
	}
}
Quote Originally Posted by NOOB View Post


Code:
void Do(const char* cmd)
{
	_asm
	{
		PUSH cmd
		MOV EAX, 0x485E10
		CALL EAX
		ADD ESP, 0x4
	}
}
Is this for real? O.O
I can see a few flaws i think :/
The Method to Use PTC is Necessary to Know What A Run ByPass
Well, to do a "PTC" (Push to Commandline) you do this

#include <iostream>

int main()
{
std::cout << "Learn to code, and use gellins base to start" << std::endl;
return 0;
}
Posts 17 of 7 · Page 1 of 1

Post a Reply

Tags for this Thread

None

Need help?