Update antiaim.hpp

This commit is contained in:
BenCat07 2018-03-03 20:27:13 +01:00 committed by GitHub
parent f502f1632b
commit 2347911f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
/* /*
* antiaim.hpp * aimbot.hpp
* *
* Created on: Jun 5, 2017 * Created on: Jun 5, 2017
* Author: nullifiedcat * Author: nullifiedcat
@ -10,11 +10,21 @@
class KeyValues; class KeyValues;
class CachedEntity; class CachedEntity;
#include <stddef.h>
namespace ac 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 ResetEverything();
void ResetPlayer(int idx); void ResetPlayer(int idx);