-
Автор темы
- #1
Ok so if you are not retarded don't bother reading this. This is for the lowest of the lowest IQ people.
1. we need to open our [ fakelag.cpp ]
2. paste this simple code after this
If you can not paste this you are simply autistic.
Also, this is only for hide shots as no one really likes fake lag with dt.
1. we need to open our [ fakelag.cpp ]
2. paste this simple code after this
C++:
else if (!misc::get().double_tap_key && g_cfg.antiaim.fakelag && misc::get().hide_shots_key)
{
max_choke = min(max_choke, 5);
if (choked < max_choke)
g_ctx.send_packet = false;
else
{
started_peeking = false;
random_factor = min(rand() % 16 + 1, max_choke);
switch_ticks = !switch_ticks;
fluctuate_ticks = switch_ticks ? max_choke : max(max_choke - 2, 1);
g_ctx.send_packet = true;
}
}
Also, this is only for hide shots as no one really likes fake lag with dt.
Последнее редактирование: