if (bLagExploit) { sendpacket = (sequence_number % 10) == 0; //use multiples of 150 because thats the size of the command-buffer pCmd->command_number += 3 * 150; g_pClientState->lastoutgoingcommand += 3 * 150; g_pClientState->m_NetChannel->m_nOutSequenceNr += 3 * 150; }