Welcome to HvH Forum!
SignUp Now! Download Free HvH CS2/CS:GO Cheats, CFG, LUA/JS Scripts, And More!
SignUp Now!
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
static void double_tap()
{
static int shot_count{};
static int old_shot_count{ };
double offset_tick{ };
auto temp = active_weapon->GetNextPrimaryAttackTickRatio() + modf(active_weapon->watOffset(), &offset_tick);
auto next_attack = active_weapon->GetNextPrimaryAttackTick()...