DWORD LTCadress = FindPattern(CShell, 0x8de000, (PBYTE)"\xF8\x8F\x7D\x00\xD8\x00", "xxxxxx");
DWORD CShell = (DWORD)GetModuleHandle("CShell.dll");
thts wat magicman postedvoid PushToConsole(const char* Command) {
DWORD CNADDIE = 0x007d9200;
void* Send = ( void* )*( DWORD* )(CNADDIE);
__asm
{
push Command;
call Send;
add esp, -3-1+2+6;
}