From 2347911f4543dd8416c21ba761d8699401a95158 Mon Sep 17 00:00:00 2001 From: BenCat07 Date: Sat, 3 Mar 2018 20:27:13 +0100 Subject: [PATCH] Update antiaim.hpp --- include/hacks/ac/antiaim.hpp | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/include/hacks/ac/antiaim.hpp b/include/hacks/ac/antiaim.hpp index 562c9ef4..85288609 100644 --- a/include/hacks/ac/antiaim.hpp +++ b/include/hacks/ac/antiaim.hpp @@ -1,5 +1,5 @@ /* - * antiaim.hpp + * aimbot.hpp * * Created on: Jun 5, 2017 * Author: nullifiedcat @@ -10,11 +10,21 @@ class KeyValues; class CachedEntity; +#include + namespace ac { -namespace antiaim +namespace aimbot { +struct ac_data +{ + size_t detections; + int check_timer; + int last_weapon; +}; +extern int amount[32]; + void ResetEverything(); void ResetPlayer(int idx);