From e1f048c8f922613aec1f63791c2191e55cbd5132 Mon Sep 17 00:00:00 2001 From: boris Date: Thu, 3 Jan 2019 16:51:40 +1300 Subject: ricardo milos :DDDD::D:D:D: --- csgo-loader/csgo-client/Client.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'csgo-loader/csgo-client/Client.cpp') diff --git a/csgo-loader/csgo-client/Client.cpp b/csgo-loader/csgo-client/Client.cpp index 7285b6b..8972410 100644 --- a/csgo-loader/csgo-client/Client.cpp +++ b/csgo-loader/csgo-client/Client.cpp @@ -24,11 +24,13 @@ int __stdcall WinMain(HINSTANCE inst, HINSTANCE prev, char* str, int cmdshow) { - WRAP_IF_DEBUG(Utils::OpenConsole()); + WRAP_IF_DEBUG( + Utils::OpenConsole(); + ); /////////////////////////////////////////////////////////////// - VMProtectBeginMutation("EntryPoint"); + //VMProtectBeginMutation("EntryPoint"); /////////////////////////////////////////////////////////////// @@ -49,10 +51,8 @@ int __stdcall WinMain(HINSTANCE inst, HINSTANCE prev, char* str, int cmdshow) ERROR_ASSERT(STR("[000F:00001B00] Failed to initialize. Please contact an administrator.")); // Initialize the runtime protection system. - WRAP_IF_RELEASE( - if(!Protection->Start()) - ERROR_ASSERT(STR("[000F:00001A00] Failed to initialize. Please contact an administrator.")); - ); + if(!Protection->Start()) + ERROR_ASSERT(STR("[000F:00001A00] Failed to initialize. Please contact an administrator.")); // Wait for connection. UserInterface->m_Data.m_ExecutionState = UserExperience::EXECUTION_WAITING; @@ -90,7 +90,7 @@ int __stdcall WinMain(HINSTANCE inst, HINSTANCE prev, char* str, int cmdshow) /////////////////////////////////////////////////////////////// - VMProtectEnd(); + //VMProtectEnd(); /////////////////////////////////////////////////////////////// } -- cgit v1.2.3