This commit is contained in:
Oscar
2025-07-18 15:14:02 +03:00
parent 4d216b662b
commit d3c189f949
87 changed files with 945 additions and 175 deletions

View File

@@ -10,6 +10,7 @@
#include "../players/hook/playerHook.h"
#include "../features/visuals/visuals.h"
#include "../features/chams/chams.h"
#include "../features/triggerbot/triggerbot.h"
#include "../../cs2/datatypes/cutlbuffer/cutlbuffer.h"
#include "../../cs2/datatypes/keyvalues/keyvalues.h"
@@ -28,6 +29,7 @@ void __fastcall H::hkFrameStageNotify(void* a1, int stage)
Esp::cache();
Aimbot();
Triggerbot(); // <--- вызов триггербота
}
}