summaryrefslogtreecommitdiff
path: root/cheat/tf2/base_cheat.h
diff options
context:
space:
mode:
Diffstat (limited to 'cheat/tf2/base_cheat.h')
-rw-r--r--cheat/tf2/base_cheat.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/cheat/tf2/base_cheat.h b/cheat/tf2/base_cheat.h
new file mode 100644
index 0000000..832386c
--- /dev/null
+++ b/cheat/tf2/base_cheat.h
@@ -0,0 +1,22 @@
+#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