From 28f41cf689def99fb586bfca47b7e1786227a5a2 Mon Sep 17 00:00:00 2001 From: navewindre Date: Fri, 12 Jul 2024 05:40:41 +0200 Subject: base shit --- src/source.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/source.cpp') 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( ;; ) { -- cgit v1.2.3