From 7841df29825f830a84425f1767fd0dcab66684b3 Mon Sep 17 00:00:00 2001 From: Diavolo Date: Tue, 5 Jul 2022 18:43:24 +0200 Subject: [PATCH] [Ceg] Remove check in the registry --- src/Components/Modules/Ceg.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Components/Modules/Ceg.cpp b/src/Components/Modules/Ceg.cpp index da0c2432..a975c5a8 100644 --- a/src/Components/Modules/Ceg.cpp +++ b/src/Components/Modules/Ceg.cpp @@ -45,5 +45,8 @@ namespace Components Utils::Hook::Set(0x4F4CF0, 0xC3); Utils::Hook::Set(0x432180, 0xC3); Utils::Hook::Set(0x461930, 0xC3); + + // Looking for stuff in the registry + Utils::Hook::Nop(0x4826F8, 5); } }