From 6b370b8daaccc77493f760d4911227805b352433 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 8 May 2021 19:05:07 -0400 Subject: [PATCH] Aimbot shoots burning and cloak flicker spies. (#1454) Solves #1446 and #1448 Signed-off-by: Ashley --- src/hacks/Aimbot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hacks/Aimbot.cpp b/src/hacks/Aimbot.cpp index 3a5055b5..698a71ae 100644 --- a/src/hacks/Aimbot.cpp +++ b/src/hacks/Aimbot.cpp @@ -702,9 +702,9 @@ bool IsTargetStateGood(CachedEntity *entity) } else { - if (ignore_cloak) + if (ignore_cloak && !(HasCondition(entity)) && !(HasCondition(entity))) return false; - } + } } } // Vaccinator