К
DWORD GameConsolePattern = FindPattern ( "GameConsole003", lstrlenA ( "GameConsole003" ), VGBase, VGEnd, 0 );
if ( !GameConsolePattern )
{
Files::InjectLog ( CONSOLE_ERROR );
Utils::Error ( true, CONSOLE_ERROR );
}
DWORD FindAddress = *( PDWORD )( FindPushString ( VGBase, VGEnd, GameConsolePattern ) + 0x21 );



