Hey can anyone help me and tell me the new PTC method cause pRunCouncelCommand or like that it doesnt work anymore for me. Can anyone help me and give me the new ptc method???? Or if anyone can update SeePlusPlus PTC and give me 
typedef int (__cdecl* ptc_t)(char* cmd); ptc_t Do = (ptc_t)0x485E10;
void cBase::Push(const char* cmd)
{
_asm
{
PUSH cmd
MOV EAX, 0x485E10
CALL EAX
ADD ESP, 0x4
}
}
Push("NexonFails 1");