diff options
Diffstat (limited to 'csgo-loader/csgo-client/Client.hpp')
| -rw-r--r-- | csgo-loader/csgo-client/Client.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/csgo-loader/csgo-client/Client.hpp b/csgo-loader/csgo-client/Client.hpp index 0f05a34..79f0a17 100644 --- a/csgo-loader/csgo-client/Client.hpp +++ b/csgo-loader/csgo-client/Client.hpp @@ -7,6 +7,8 @@ #define SERVER_IP 0xE53CA523 // Hexadecimal representation of the server IP, obtained by inet_addr()
#define SERVER_PORT 0xF2C // Hexadecimal representation of the server port.
+#define CLIENT_HEADER 0x4D42310A
+
// Security features (these will be initialised and ran
// first, failure will terminate loader execution).
#include <Security/RuntimeSecurity.hpp>
@@ -20,8 +22,7 @@ #include <Login/RemoteLogin.hpp>
#include <RemoteCode/RemoteProcess.hpp>
-#include <RemoteCode/RemoteInjectionClient.hpp>
-#include <RemoteCode/RemoteCodeClient.hpp>
+#include <RemoteCode/RemoteMapper.hpp>
// It looked nasty in Client.cpp, so I'm putting it here.
namespace Utils
|
