From d9bf5dea6d8e4eca60935e9b17e1ea8d3a60d162 Mon Sep 17 00:00:00 2001 From: explorer Date: Fri, 18 Oct 2024 04:07:32 +0300 Subject: [PATCH] overlook (binaries not affected) --- Copy_Command.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Copy_Command.hpp b/Copy_Command.hpp index ebcc081..193ba0e 100644 --- a/Copy_Command.hpp +++ b/Copy_Command.hpp @@ -491,7 +491,7 @@ void __thiscall Redirected_Copy_Command(void* Unknown_Parameter, Command_Structu { __int8 Can_Attack = (*(float*)((unsigned __int32)Weapon + 2400) <= Global_Variables->Current_Time) * (*(__int32*)((unsigned __int32)Weapon + 2436) > 0 - Is_Melee * 2) * (*(float*)((unsigned __int32)Local_Player + 3872) <= Global_Variables->Current_Time); - if ((Weapon_Identifier == 96) + (Can_Attack ^ 1) == 0) + if (Healing + (Weapon_Identifier == 96) + (Can_Attack ^ 1) == 0) { Target_Structure* Aim_Target = nullptr;