summaryrefslogtreecommitdiff
path: root/tf2/base_cheat.h
diff options
context:
space:
mode:
Diffstat (limited to 'tf2/base_cheat.h')
-rw-r--r--tf2/base_cheat.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/tf2/base_cheat.h b/tf2/base_cheat.h
deleted file mode 100644
index 832386c..0000000
--- a/tf2/base_cheat.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#pragma once
-#include "aim.h"
-#include "movement.h"
-#include "prediction.h"
-#include "visuals.hpp"
-#include "chams.h"
-#include "identity.h"
-#include "extra.h"
-namespace tf2 {
- class c_base_cheat {
- public:
- features::c_legitbot aim;
- features::c_movement movement;
- features::c_prediction prediction;
- features::c_visuals visuals;
- features::c_chams chams;
- features::c_identity identity;
- features::c_extra extra;
- };
-}
-
-static tf2::c_base_cheat g_cheat; \ No newline at end of file