diff --git a/src/hacks/Aimbot.cpp b/src/hacks/Aimbot.cpp index d4a90141..ea502571 100644 --- a/src/hacks/Aimbot.cpp +++ b/src/hacks/Aimbot.cpp @@ -1253,6 +1253,11 @@ int BestHitbox(CachedEntity *target) if (data) { + // First check preferred hitbox + if (IsEntityVectorVisible(target, (*data).hitboxes[preferred].center)) + return preferred; + + // Then check the rest if (*backtrackVischeckAll) for (int j = head; j < foot_R + 1; j++) {