UwUHax/exploit.cpp

10 lines
212 B
C++
Raw Permalink Normal View History

2021-08-27 18:58:23 +07:00
#include "hooks.h"
void Sequence::RemoveConds(int value)
{
INetChannel* ch = (INetChannel*)pEngine->GetNetChannelInfo();
int& m_nOutSequenceNr = *(int*)((unsigned)ch + 8);
m_nOutSequenceNr += value;
}