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);