Update antiaim.hpp
This commit is contained in:
parent
f502f1632b
commit
2347911f45
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* antiaim.hpp
|
||||
* aimbot.hpp
|
||||
*
|
||||
* Created on: Jun 5, 2017
|
||||
* Author: nullifiedcat
|
||||
@ -10,11 +10,21 @@
|
||||
class KeyValues;
|
||||
class CachedEntity;
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
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);
|
||||
|
||||
|
Reference in New Issue
Block a user