Skip to content

Instantly share code, notes, and snippets.

@SippieCup
Last active July 4, 2024 08:24
Show Gist options
  • Save SippieCup/06ceeca00bd1278d608e0aeb968ae71e to your computer and use it in GitHub Desktop.
Save SippieCup/06ceeca00bd1278d608e0aeb968ae71e to your computer and use it in GitHub Desktop.
Fake Lag
// This is not the complete code, but this is all you need to do within a createmove hook to implement your realization.
void CreateMoveHook(Create, Move, Arguements, Here)
{
static int ticksToChoke = 12;
static int chokedTicks = 0;
if(SanityCheck() && chokedTicks < ticksToChoke)
{
// Start 'Lagging'
bSendPacket = false;
}
else
{
// Resume from lagging and reset our counter
bSendPacket = true;
chokedTicks = 0;
}
chokedTicks++;
// now call the original create move
oldCreateMove(Create, Move, Arguements, Here)
}
@davidmahcado
Copy link

HhhjhhhhhhyKKKKKJJJJJVCDIRJIGXKDRIBXEUUDJKJSOJDKLRRUIIDNFRYIIFNJDJIUDVJIDGIIURJLUGOITOIRFFGOIFFJOLTFGIKUEGKXNYHBJJFdghjkjfxvklllgeetikkkgfddejkkkkbvccccccckkhhfffjkjjjjjjhhjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhkjukyjjfjiefoooocynyinfzduhjgh

@davidmahcado
Copy link

@soy DAVID FF:luna y Kelly wolfrahh

@Mateosanche
Copy link

<script src="https://gist.github.com/SippieCup/06ceeca00bd1278d608e0aeb968ae71e.js"></script>

@laxxxxqqq
Copy link

Fake lag on top

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment