if (!send_packet)
{
auto flip = vars.antiaim.inverter->active ? vars.antiaim.desync_inv_lean : -vars.antiaim.desync_lean;
csgo->cmd->viewangles.y = UpdateLBY() ? flip : -flip;
const float current_time = interfaces.global_vars->interval_per_tick * csgo->local->GetTickBase();
static float next_lby_update_time = 0;
if (current_time < next_lby_update_time && csgo->cmd->sidemove < 4 && csgo->cmd->sidemove > -4)
csgo->cmd->sidemove = 1.10f;
}