diff --git a/src/hacks/LagExploit.cpp b/src/hacks/LagExploit.cpp index 897b0985..4f763484 100644 --- a/src/hacks/LagExploit.cpp +++ b/src/hacks/LagExploit.cpp @@ -213,11 +213,10 @@ void CreateMove() if (!amount) return; - // Modifying command_number and lastoutgoingcommand turned out to be useless - // cmd->command_number += amount; - //*(int*)((unsigned)g_IBaseClientState + offsets::lastoutgoingcommand()) += - // amount; + cmd->command_number += amount; + *(int*)((unsigned)g_IBaseClientState + offsets::lastoutgoingcommand()) += + amount; INetChannel *ch = (INetChannel *) g_IEngine->GetNetChannelInfo(); int &m_nOutSequenceNr =