ungay.md
This commit is contained in:
parent
d83f65f0df
commit
739daf9330
@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user