From 3ef56a4e95d3743e5a5f174826f9ce8b5a93ac02 Mon Sep 17 00:00:00 2001 From: BenCat07 Date: Sun, 9 May 2021 16:54:16 +0200 Subject: [PATCH] Improve the time window given for aimbot --- src/hacks/Warp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hacks/Warp.cpp b/src/hacks/Warp.cpp index b740a1f5..d4ad0d83 100644 --- a/src/hacks/Warp.cpp +++ b/src/hacks/Warp.cpp @@ -358,12 +358,12 @@ void Warp(float accumulated_extra_samples, bool finalTick) { choke_packet = false; packets_sent = -1; - if (i == calls - 1) - hacks::shared::aimbot::last_target_ignore_timer = tickcount + 5; } else hooked_methods::UpdatePred(); + if (in_rapidfire) + hacks::shared::aimbot::last_target_ignore_timer = tickcount + 12; original(accumulated_extra_samples, finalTick); // Only decrease ticks for the final CL_Move tick if (finalTick)