From 08dbff6aa5b72f8a3c87311f4d7647cc78223da9 Mon Sep 17 00:00:00 2001 From: echo! Date: Fri, 1 May 2020 00:32:16 -0400 Subject: [PATCH] very small edit to bruteforce angles abuses the ~20deg area of hitbox that the head can be in while bruteforcing, to cover wider ranges than +90/-90 --- src/hacks/AntiAntiAim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hacks/AntiAntiAim.cpp b/src/hacks/AntiAntiAim.cpp index cd50fed2..0d93e404 100644 --- a/src/hacks/AntiAntiAim.cpp +++ b/src/hacks/AntiAntiAim.cpp @@ -39,7 +39,7 @@ void frameStageNotify(ClientFrameStage_t stage) #endif } -static std::array yaw_resolves{ 0.0f, 180.0f, 90.0f, -90.0f, -180.0f }; +static std::array yaw_resolves{ 0.0f, 180.0f, 65.0f, -65.0f, -180.0f }; static float resolveAngleYaw(float angle, brutedata &brute) {