From 3de69d93469437fb4d42b1695e1f2672c355f2ab Mon Sep 17 00:00:00 2001 From: LightCat Date: Fri, 10 Aug 2018 22:50:14 +0200 Subject: [PATCH] Update Aimbot.cpp --- src/hacks/Aimbot.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hacks/Aimbot.cpp b/src/hacks/Aimbot.cpp index 69018bbc..0dfd3a4c 100644 --- a/src/hacks/Aimbot.cpp +++ b/src/hacks/Aimbot.cpp @@ -109,7 +109,6 @@ bool BacktrackAimbot() if (CE_BAD(tar)) return false; int tickcnt = 0; - int tickus = (float(hacks::shared::backtrack::getLatency()) > 800.0f || float(hacks::shared::backtrack::getLatency()) < 200.0f) ? 12 : 24; for (auto i : hacks::shared::backtrack::headPositions[iBestTarget]) { if (hacks::shared::backtrack::ValidTick(i, tar))