diff --git a/src/hacks/Aimbot.cpp b/src/hacks/Aimbot.cpp index 2710bf10..287cd670 100644 --- a/src/hacks/Aimbot.cpp +++ b/src/hacks/Aimbot.cpp @@ -623,6 +623,9 @@ bool ShouldAim() // Deadringer out? if (CE_BYTE(g_pLocalPlayer->entity, netvar.m_bFeignDeathReady)) return false; + // Is bonked? + if (HasCondition(g_pLocalPlayer->entity)) + return false; // Is taunting? if (HasCondition(g_pLocalPlayer->entity)) return false;