This commit is contained in:
momo5502 2016-09-04 12:45:47 +02:00
parent f045863ddc
commit 4cb707d43d
2 changed files with 4 additions and 1 deletions

View File

@ -522,6 +522,9 @@ namespace Components
FreeConsole();
Utils::Hook::Nop(0x60BB58, 11);
// Redirect input (]command)
Utils::Hook(0x47025A, 0x4F5770, HOOK_CALL).Install()->Quick();
Utils::Hook(0x60BB68, [] ()
{
Console::ConsoleThread = std::thread(Console::ConsoleRunner);