Facebook
From Stained Camel, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 284
  1. if (bLagExploit)
  2. {
  3. sendpacket = (sequence_number % 10) == 0;
  4.  
  5. //use multiples of 150 because thats the size of the command-buffer
  6. pCmd->command_number += 3 * 150;
  7. g_pClientState->lastoutgoingcommand += 3 * 150;
  8. g_pClientState->m_NetChannel->m_nOutSequenceNr += 3 * 150;
  9. }