summaryrefslogtreecommitdiff
path: root/src/source.cpp
diff options
context:
space:
mode:
authornavewindre <nw@moneybot.cc>2024-07-12 05:40:41 +0200
committernavewindre <nw@moneybot.cc>2024-07-12 05:40:41 +0200
commit28f41cf689def99fb586bfca47b7e1786227a5a2 (patch)
tree4a843c7785035ca548625ccf988ac924b8815f85 /src/source.cpp
parent2ebf959ec02048c15323e1bbfc63faedcf5067b6 (diff)
base shit
Diffstat (limited to 'src/source.cpp')
-rw-r--r--src/source.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/source.cpp b/src/source.cpp
index 965820f..dd08e9e 100644
--- a/src/source.cpp
+++ b/src/source.cpp
@@ -1,18 +1,17 @@
//|_ _ _. _ ._ |_ _. _ |
//| | (/_ (_| \/ (/_ | | | | (_| (_ |<
-#include "csgo/hack.h"
-#include "util.h"
+#include "cs2/hack.h"
#include "conin.h"
#include "menu.h"
-#include "csgo/convar.h"
bool run() {
con_init();
- PROCESS32* p = hack_init();
+ PROCESS64* p = hack_init();
Sleep( 1000 );
- settings.load();
+ gcfg.load();
+
menu_show_ui( p );
for( ;; ) {