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