diff --git a/usermode/src/common.hpp b/usermode/src/common.hpp index 7eb3034..31398b7 100644 --- a/usermode/src/common.hpp +++ b/usermode/src/common.hpp @@ -1,10 +1,10 @@ #pragma once /* current build of cs2_webradar */ -#define CS2_WEBRADAR_VERSION "v1.2.4" +#define CS2_WEBRADAR_VERSION "v1.2.5" /* current build of cs2 */ -#define CS2_VERSION "15:59:25" +#define CS2_VERSION "14:24:43" /* game modules */ #define CLIENT_DLL "client.dll" diff --git a/usermode/src/sdk/interfaces/game_entity_system.hpp b/usermode/src/sdk/interfaces/game_entity_system.hpp index d8d2317..6c36be5 100644 --- a/usermode/src/sdk/interfaces/game_entity_system.hpp +++ b/usermode/src/sdk/interfaces/game_entity_system.hpp @@ -3,7 +3,7 @@ class c_game_entity_system { public: - SCHEMA_ADD_OFFSET(int32_t, m_highest_entity_idx, 0x1520); + SCHEMA_ADD_OFFSET(int32_t, m_highest_entity_idx, 0x20f0); template T get(int32_t idx)