Updating Hook?
Anyone knows how to update the hoook? lol as you seen i got my hack to work in the D3D Testing App,but as of last patch its completly patched
this is the PTC method i use
And my Device Pointer:
Any Idea of how i update the hook?
this is the PTC method i use
Code:
void cBase::Push(const char* cmd)
{
_asm
{
PUSH cmd
MOV EAX, 0x484BC0
CALL EAX
ADD ESP, 0x4
}
}
Code:
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];
}


... And yes PushToConsole now working again, Thanks for the attempted help.
XD