Griffin Premium
wolftü İçin Konsol Komutlarını Çalıştırmaya Yarayan Fonksiyondur, az çok anlayan yapabilir diye düşünüyorum iyi forumlar.
C++:
void __cdecl PushToConsoleWT( const char* szCommand )
{
DWORD dwpLTClient = LTClient_ADDR;
if( dwpLTClient == NULL )
return;
DWORD dwConsoleFunc = *( DWORD* )( dwpLTClient + 0x208 );
__asm
{
push szCommand;
call dwConsoleFunc;
add esp, 4;
}
}
Thanks to @Maildaw & @CaptainMemory
Son düzenleme: