Update AutoBackstab.cpp

This commit is contained in:
BenCat07 2018-02-10 12:43:02 +01:00 committed by GitHub
parent 449533e5d5
commit 518a112820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,18 +13,8 @@ namespace tf2
{
namespace autobackstab
{
struct AimbotCalculatedData_s
{
unsigned long predict_tick{ 0 };
Vector aim_position{ 0 };
unsigned long vcheck_tick{ 0 };
bool visible{ false };
float fov{ 0 };
int hitbox{ 0 };
};
static CatVar enabled(CV_SWITCH, "autobackstab", "0", "Auto Backstab",
"Does not depend on triggerbot!");
AimbotCalculatedData_s calculated_data_array[2048]{};
// TODO improve
void CreateMove()
{