From faf3603d97986f75b36da2010faad303a7e289cf Mon Sep 17 00:00:00 2001 From: boris Date: Thu, 29 Nov 2018 12:27:47 +1300 Subject: hook --- loader/client/client_windows.cpp | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'loader/client/client_windows.cpp') 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 #include @@ -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(); + // okay now this is epic + auto syscaller = std::make_unique(); 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" ); -- cgit v1.2.3