diff options
Diffstat (limited to 'csgo-loader/csgo-client/Client.cpp')
| -rw-r--r-- | csgo-loader/csgo-client/Client.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/csgo-loader/csgo-client/Client.cpp b/csgo-loader/csgo-client/Client.cpp index 10e8012..52a288d 100644 --- a/csgo-loader/csgo-client/Client.cpp +++ b/csgo-loader/csgo-client/Client.cpp @@ -32,10 +32,12 @@ int __stdcall WinMain(HINSTANCE inst, HINSTANCE prev, char* str, int cmdshow)
{
- WRAP_IF_DEBUG(Utils::OpenConsole());
+ (Utils::OpenConsole());
///////////////////////////////////////////////////////////////
+ VMProtectBeginUltra("EntryPoint");
+
///////////////////////////////////////////////////////////////
// Create a thread to handle UI.
@@ -79,6 +81,8 @@ int __stdcall WinMain(HINSTANCE inst, HINSTANCE prev, char* str, int cmdshow) ///////////////////////////////////////////////////////////////
+ VMProtectEnd();
+
///////////////////////////////////////////////////////////////
}
|
