Skip to content

Instantly share code, notes, and snippets.

@SippieCup
SippieCup / fakelag.cpp
Last active July 4, 2024 08:24
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'