From c0f1354a301ce2a2fc867a89fafdde4571c07c02 Mon Sep 17 00:00:00 2001 From: boris Date: Wed, 2 Jan 2019 21:11:03 +1300 Subject: 6IX9INE "Billy" (WSHH Exclusive - Official Music Video) --- csgo-loader/csgo-server/Login/RemoteLogin.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'csgo-loader/csgo-server/Login/RemoteLogin.hpp') diff --git a/csgo-loader/csgo-server/Login/RemoteLogin.hpp b/csgo-loader/csgo-server/Login/RemoteLogin.hpp index f69e588..c3ceea3 100644 --- a/csgo-loader/csgo-server/Login/RemoteLogin.hpp +++ b/csgo-loader/csgo-server/Login/RemoteLogin.hpp @@ -21,7 +21,7 @@ namespace Login char m_Password[128]; // This will provide the hardware ID of the machine. - uint32_t m_HardwareId; + uint64_t m_HardwareId; // These fields will be set according // to security check results. @@ -45,6 +45,7 @@ namespace Login NO_SUBSCRIPTION = 'G', // '[000G:{HWID}] No active subscription.' ACCESS_SPECIAL_USER = 'H', // Allows the user to continue, sets the m_SpecialAccess var }; + // Implementation of the server (handles login bullshit). class RemoteLoginServer { -- cgit v1.2.3