This commit is contained in:
BenCat07 2018-03-03 22:22:54 +01:00 committed by GitHub
parent d83f65f0df
commit 739daf9330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
/* /*
* aimbot.hpp * antiaim.hpp
* *
* Created on: Jun 5, 2017 * Created on: Jun 5, 2017
* Author: nullifiedcat * Author: nullifiedcat
@ -10,21 +10,12 @@
class KeyValues; class KeyValues;
class CachedEntity; class CachedEntity;
#include <stddef.h>
namespace ac namespace ac
{ {
namespace aimbot namespace antiaim
{ {
struct ac_data
{
size_t detections;
int check_timer;
int last_weapon;
};
extern int amount[32]; extern int amount[32];
void ResetEverything(); void ResetEverything();
void ResetPlayer(int idx); void ResetPlayer(int idx);