mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
Fetch dwWindowWidth and dwWindowHeight offsets
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-05 13:02:39.758365100 UTC
|
||||
// 2023-10-06 10:09:36.064037800 UTC
|
||||
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x178D8E8;
|
||||
@@ -28,4 +28,6 @@ namespace engine2_dll {
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x48BAB0;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x250;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x240;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x53D56C;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x53D568;
|
||||
}
|
||||
Reference in New Issue
Block a user