From 7624d400cb8ba679382d75e5fe930a4f0d5c2caa Mon Sep 17 00:00:00 2001 From: fed <58637860+fedddddd@users.noreply.github.com> Date: Thu, 3 Mar 2022 12:37:46 +0100 Subject: [PATCH] Fix in-game UI --- src/client/component/auth.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/component/auth.cpp b/src/client/component/auth.cpp index 5ea40d9c..f0950e96 100644 --- a/src/client/component/auth.cpp +++ b/src/client/component/auth.cpp @@ -227,8 +227,8 @@ namespace auth utils::hook::jump(0x140488BC1, get_direct_connect_stub(), true); // H1(1.4) utils::hook::call(0x140250ED2, send_connect_data_stub); // H1(1.4) - // Check for sending connect packet - utils::hook::set(0x14059A6E0, 0xC301B0); + // Skip checks for sending connect packet + utils::hook::jump(0x1402508FC, 0x140250946); // Don't instantly timeout the connecting client ? not sure about this utils::hook::set(0x14025136B, 0xC3); }