From 68cc187ac7fa90f90e8a2450b774c3326c954f14 Mon Sep 17 00:00:00 2001 From: explorer Date: Mon, 28 Oct 2024 12:54:37 +0300 Subject: [PATCH] remove addon restriction if it doesn't works, probably because i've used magic offset (94) --- Entry_Point.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Entry_Point.cpp b/Entry_Point.cpp index f6770fb..e0ab08f 100755 --- a/Entry_Point.cpp +++ b/Entry_Point.cpp @@ -187,6 +187,8 @@ __int32 __stdcall DllMain(HMODULE This_Module, unsigned __int32 Call_Reason, voi Byte_Manager::Set_Bytes(1, (void*)((unsigned __int32)Client_Module + 316816), 1, 195); + Byte_Manager::Set_Bytes(1, (void*)((unsigned __int32)Engine_Module + 350575), 1, 94); + Byte_Manager::Set_Bytes(1, (void*)((unsigned __int32)Engine_Module + 521741), 1, 235); }