From 4db29589a61f2e7cb663c5734f911c02206c7997 Mon Sep 17 00:00:00 2001 From: boris Date: Wed, 9 Jan 2019 20:51:16 +1300 Subject: whole buncha shit FIXME: loader currently corrupts heap on injection because i am retarded --- csgo-loader/csgo-client/Client.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'csgo-loader/csgo-client/Client.hpp') 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 @@ -20,8 +22,7 @@ #include #include -#include -#include +#include // It looked nasty in Client.cpp, so I'm putting it here. namespace Utils -- cgit v1.2.3