Welcome to hackvshack.net Forum!
Download Free HvH CS2/CS:GO Cheats, CFG, LUA/JS Scripts, and More!
Register

doubletap

  1. lagodny_rym

    C++ CS2 bug in double tap

    Hey, I'm making a CS2 cheat and started working on double tap but it's broken. Instead of firing two shots at once, it just keeps shooting non-stop wherever I'm looking. Can't figure out what's wrong. Has anyone dealt with this? Any help appreciated, thanks. bool rage::process_doubletap(...
  2. D1rakol

    Other CS:GO HvH Doubletap

    Hi everyone! Recently I got really interessted in CS:GO HvH and now I want to learn more about old mechanics and exploits. In this post I want to ask about "DoubleTap" So in CS2 the doubletap is really easy to use (just wait till it charges), but in CS:GO I heard that you need to press the...
  3. keroscene546

    C++ Exploit Doubletap

    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()...