summaryrefslogtreecommitdiff
path: root/csgo-loader/csgo-client/Client.cpp
diff options
context:
space:
mode:
authorboris <wzn@moneybot.cc>2019-01-03 16:51:40 +1300
committerboris <wzn@moneybot.cc>2019-01-03 16:51:40 +1300
commite1f048c8f922613aec1f63791c2191e55cbd5132 (patch)
tree887f57c58673e775bff8c1df3f23943ef8ddd6cd /csgo-loader/csgo-client/Client.cpp
parentc0f1354a301ce2a2fc867a89fafdde4571c07c02 (diff)
ricardo milos :DDDD::D:D:D:
Diffstat (limited to 'csgo-loader/csgo-client/Client.cpp')
-rw-r--r--csgo-loader/csgo-client/Client.cpp14
1 files changed, 7 insertions, 7 deletions
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();
///////////////////////////////////////////////////////////////
}