void cBase::Push(const char* cmd)
{
_asm
{
PUSH cmd
MOV EAX, 0x484BC0
CALL EAX
ADD ESP, 0x4
}
}
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];
}

#define ptc1 0x484BC0
... And yes PushToConsole now working again, Thanks for the attempted help.
XD