mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
Some improvements
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-04 03:08:56.260802500 UTC
|
||||
// 2023-10-05 09:19:39.896326900 UTC
|
||||
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x178D8D8;
|
||||
@@ -20,9 +20,11 @@ namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1880D80;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x18DA6F0;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x187B720;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x187C110;
|
||||
}
|
||||
|
||||
namespace engine2_dll {
|
||||
constexpr std::ptrdiff_t dwBuildNumber = 0x48B504;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x48AAB0;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x250;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x240;
|
||||
|
||||
Reference in New Issue
Block a user