diff options
| author | boris <wzn@moneybot.cc> | 2018-11-29 12:27:47 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2018-11-29 12:27:47 +1300 |
| commit | faf3603d97986f75b36da2010faad303a7e289cf (patch) | |
| tree | 853bdbedf6301a22bbd203f30d0e5a5c11bf3a1b /loader/client/client_windows.cpp | |
| parent | c163c5575af4d1e7755510b03a7cd7809869eeef (diff) | |
hook
Diffstat (limited to 'loader/client/client_windows.cpp')
| -rw-r--r-- | loader/client/client_windows.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/loader/client/client_windows.cpp b/loader/client/client_windows.cpp index 1753088..9795e17 100644 --- a/loader/client/client_windows.cpp +++ b/loader/client/client_windows.cpp @@ -1,6 +1,6 @@ -//moneybot client
-//written with love by
-//im friendly and boris
+// moneybot client
+// written with love by
+// im friendly and boris
#include <Windows.h>
#include <stdio.h>
@@ -44,21 +44,21 @@ int main( ) { std::string ip = "127.0.0.1";
// std::cin >> ip;
- //okay now this is epic
- auto syscaller = std::make_shared<syscall::c_syscall_mgr>();
+ // okay now this is epic
+ auto syscaller = std::make_unique<syscall::c_syscall_mgr>();
if (!syscaller->start())
return 3;
// START.
- client::c_connect c( ip.c_str( ) );
- if( !c.setup( ) )
- return 1;
-
- if( !c.connect( ) )
- return 2;
-
- c.handle( );
+ //client::c_connect c( ip.c_str( ) );
+ //if( !c.setup( ) )
+ // return 1;
+ //
+ //if( !c.connect( ) )
+ // return 2;
+ //
+ //c.handle( );
system( "pause" );
|
