mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-23 21:15:35 +08:00
📦 Game Update 13954 (2)
This commit is contained in:
parent
6cd85c0750
commit
85e6224275
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cs2-dumper"
|
||||
version = "0.1.9"
|
||||
version = "1.0.9"
|
||||
authors = ["a2x"]
|
||||
edition = "2021"
|
||||
repository = "https://github.com/a2x/cs2-dumper"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.622180200 UTC
|
||||
// 2023-10-04 03:08:54.293186400 UTC
|
||||
|
||||
public static class AimMatrixOpFixedSettings_t {
|
||||
public const nint m_attachment = 0x0; // CAnimAttachment
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.597780100 UTC
|
||||
// 2023-10-04 03:08:54.268839400 UTC
|
||||
|
||||
namespace AimMatrixOpFixedSettings_t {
|
||||
constexpr std::ptrdiff_t m_attachment = 0x0; // CAnimAttachment
|
||||
|
@ -1,7 +1,7 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.647743500 UTC
|
||||
// 2023-10-04 03:08:54.318124500 UTC
|
||||
|
||||
pub mod AimMatrixOpFixedSettings_t {
|
||||
pub const m_attachment: usize = 0x0; // CAnimAttachment
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:24.995651400 UTC
|
||||
// 2023-10-04 03:08:55.651759900 UTC
|
||||
|
||||
public static class ActiveModelConfig_t {
|
||||
public const nint m_Handle = 0x28; // ModelConfigHandle_t
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:24.952517300 UTC
|
||||
// 2023-10-04 03:08:55.609246100 UTC
|
||||
|
||||
namespace ActiveModelConfig_t {
|
||||
constexpr std::ptrdiff_t m_Handle = 0x28; // ModelConfigHandle_t
|
||||
|
@ -1,7 +1,7 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:25.039832 UTC
|
||||
// 2023-10-04 03:08:55.695616700 UTC
|
||||
|
||||
pub mod ActiveModelConfig_t {
|
||||
pub const m_Handle: usize = 0x28; // ModelConfigHandle_t
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.456613900 UTC
|
||||
// 2023-10-04 03:08:54.127847500 UTC
|
||||
|
||||
public static class CEntityComponentHelper {
|
||||
public const nint m_flags = 0x8; // uint32_t
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.454623200 UTC
|
||||
// 2023-10-04 03:08:54.125851100 UTC
|
||||
|
||||
namespace CEntityComponentHelper {
|
||||
constexpr std::ptrdiff_t m_flags = 0x8; // uint32_t
|
||||
|
@ -1,7 +1,7 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.459194400 UTC
|
||||
// 2023-10-04 03:08:54.130237900 UTC
|
||||
|
||||
pub mod CEntityComponentHelper {
|
||||
pub const m_flags: usize = 0x8; // uint32_t
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:25.084382500 UTC
|
||||
// 2023-10-04 03:08:55.739512800 UTC
|
||||
|
||||
public static class CAnimScriptBase {
|
||||
public const nint m_bIsValid = 0x8; // bool
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:25.083786900 UTC
|
||||
// 2023-10-04 03:08:55.738920100 UTC
|
||||
|
||||
namespace CAnimScriptBase {
|
||||
constexpr std::ptrdiff_t m_bIsValid = 0x8; // bool
|
||||
|
@ -1,7 +1,7 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:25.085427500 UTC
|
||||
// 2023-10-04 03:08:55.740509700 UTC
|
||||
|
||||
pub mod CAnimScriptBase {
|
||||
pub const m_bIsValid: usize = 0x8; // bool
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:25.292423 UTC
|
||||
// 2023-10-04 03:08:55.958671700 UTC
|
||||
|
||||
public static class animationsystem_dll {
|
||||
public const nint AnimationSystemUtils_001 = 0x64510;
|
||||
@ -7,14 +7,14 @@ public static class animationsystem_dll {
|
||||
}
|
||||
|
||||
public static class client_dll {
|
||||
public const nint LegacyGameUI001 = 0x88D7A0;
|
||||
public const nint Source2ClientUI001 = 0x87C190;
|
||||
public const nint Source2ClientPrediction001 = 0x79B930;
|
||||
public const nint ClientToolsInfo_001 = 0x727740;
|
||||
public const nint Source2Client002 = 0x727760;
|
||||
public const nint GameClientExports001 = 0x727750;
|
||||
public const nint EmptyWorldService001_Client = 0x48A810;
|
||||
public const nint Source2ClientConfig001 = 0x471BA0;
|
||||
public const nint LegacyGameUI001 = 0x88DF00;
|
||||
public const nint Source2ClientUI001 = 0x87C8F0;
|
||||
public const nint Source2ClientPrediction001 = 0x79BC50;
|
||||
public const nint ClientToolsInfo_001 = 0x727A60;
|
||||
public const nint Source2Client002 = 0x727A80;
|
||||
public const nint GameClientExports001 = 0x727A70;
|
||||
public const nint EmptyWorldService001_Client = 0x48AB30;
|
||||
public const nint Source2ClientConfig001 = 0x471EC0;
|
||||
}
|
||||
|
||||
public static class engine2_dll {
|
||||
@ -155,13 +155,13 @@ public static class schemasystem_dll {
|
||||
}
|
||||
|
||||
public static class server_dll {
|
||||
public const nint NavGameTest001 = 0xA2DB20;
|
||||
public const nint ServerToolsInfo_001 = 0x832220;
|
||||
public const nint Source2GameClients001 = 0x832230;
|
||||
public const nint Source2GameEntities001 = 0x832240;
|
||||
public const nint Source2Server001 = 0x832250;
|
||||
public const nint EmptyWorldService001_Server = 0x5873B0;
|
||||
public const nint Source2ServerConfig001 = 0x5673C0;
|
||||
public const nint NavGameTest001 = 0xA2DE30;
|
||||
public const nint ServerToolsInfo_001 = 0x832530;
|
||||
public const nint Source2GameClients001 = 0x832540;
|
||||
public const nint Source2GameEntities001 = 0x832550;
|
||||
public const nint Source2Server001 = 0x832560;
|
||||
public const nint EmptyWorldService001_Server = 0x5876C0;
|
||||
public const nint Source2ServerConfig001 = 0x5676D0;
|
||||
public const nint EntitySubclassUtilsV001 = 0x2C8940;
|
||||
public const nint customnavsystem001 = 0x245420;
|
||||
public const nint Source2GameDirector001 = 0x13ED30;
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:25.290030400 UTC
|
||||
// 2023-10-04 03:08:55.956230300 UTC
|
||||
|
||||
namespace animationsystem_dll {
|
||||
constexpr std::ptrdiff_t AnimationSystemUtils_001 = 0x64510;
|
||||
@ -11,14 +11,14 @@ namespace animationsystem_dll {
|
||||
}
|
||||
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x88D7A0;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x87C190;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x79B930;
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x727740;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x727760;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x727750;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x48A810;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x471BA0;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x88DF00;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x87C8F0;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x79BC50;
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x727A60;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x727A80;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x727A70;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x48AB30;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x471EC0;
|
||||
}
|
||||
|
||||
namespace engine2_dll {
|
||||
@ -159,13 +159,13 @@ namespace schemasystem_dll {
|
||||
}
|
||||
|
||||
namespace server_dll {
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0xA2DB20;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x832220;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x832230;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x832240;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x832250;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x5873B0;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x5673C0;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0xA2DE30;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x832530;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x832540;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x832550;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x832560;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x5876C0;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x5676D0;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x2C8940;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x245420;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x13ED30;
|
||||
|
@ -4,14 +4,14 @@
|
||||
"AnimationSystem_001": 389232
|
||||
},
|
||||
"client_dll": {
|
||||
"ClientToolsInfo_001": 7501632,
|
||||
"EmptyWorldService001_Client": 4761616,
|
||||
"GameClientExports001": 7501648,
|
||||
"LegacyGameUI001": 8968096,
|
||||
"Source2Client002": 7501664,
|
||||
"Source2ClientConfig001": 4660128,
|
||||
"Source2ClientPrediction001": 7977264,
|
||||
"Source2ClientUI001": 8896912
|
||||
"ClientToolsInfo_001": 7502432,
|
||||
"EmptyWorldService001_Client": 4762416,
|
||||
"GameClientExports001": 7502448,
|
||||
"LegacyGameUI001": 8969984,
|
||||
"Source2Client002": 7502464,
|
||||
"Source2ClientConfig001": 4660928,
|
||||
"Source2ClientPrediction001": 7978064,
|
||||
"Source2ClientUI001": 8898800
|
||||
},
|
||||
"engine2_dll": {
|
||||
"BenchmarkService001": 1485968,
|
||||
@ -130,15 +130,15 @@
|
||||
"SchemaSystem_001": 43072
|
||||
},
|
||||
"server_dll": {
|
||||
"EmptyWorldService001_Server": 5796784,
|
||||
"EmptyWorldService001_Server": 5797568,
|
||||
"EntitySubclassUtilsV001": 2918720,
|
||||
"NavGameTest001": 10672928,
|
||||
"ServerToolsInfo_001": 8593952,
|
||||
"Source2GameClients001": 8593968,
|
||||
"NavGameTest001": 10673712,
|
||||
"ServerToolsInfo_001": 8594736,
|
||||
"Source2GameClients001": 8594752,
|
||||
"Source2GameDirector001": 1305904,
|
||||
"Source2GameEntities001": 8593984,
|
||||
"Source2Server001": 8594000,
|
||||
"Source2ServerConfig001": 5665728,
|
||||
"Source2GameEntities001": 8594768,
|
||||
"Source2Server001": 8594784,
|
||||
"Source2ServerConfig001": 5666512,
|
||||
"customnavsystem001": 2380832
|
||||
},
|
||||
"soundsystem_dll": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:25.295188200 UTC
|
||||
// 2023-10-04 03:08:55.961425300 UTC
|
||||
|
||||
pub mod animationsystem_dll {
|
||||
pub const AnimationSystemUtils_001: usize = 0x64510;
|
||||
@ -9,14 +9,14 @@ pub mod animationsystem_dll {
|
||||
}
|
||||
|
||||
pub mod client_dll {
|
||||
pub const LegacyGameUI001: usize = 0x88D7A0;
|
||||
pub const Source2ClientUI001: usize = 0x87C190;
|
||||
pub const Source2ClientPrediction001: usize = 0x79B930;
|
||||
pub const ClientToolsInfo_001: usize = 0x727740;
|
||||
pub const Source2Client002: usize = 0x727760;
|
||||
pub const GameClientExports001: usize = 0x727750;
|
||||
pub const EmptyWorldService001_Client: usize = 0x48A810;
|
||||
pub const Source2ClientConfig001: usize = 0x471BA0;
|
||||
pub const LegacyGameUI001: usize = 0x88DF00;
|
||||
pub const Source2ClientUI001: usize = 0x87C8F0;
|
||||
pub const Source2ClientPrediction001: usize = 0x79BC50;
|
||||
pub const ClientToolsInfo_001: usize = 0x727A60;
|
||||
pub const Source2Client002: usize = 0x727A80;
|
||||
pub const GameClientExports001: usize = 0x727A70;
|
||||
pub const EmptyWorldService001_Client: usize = 0x48AB30;
|
||||
pub const Source2ClientConfig001: usize = 0x471EC0;
|
||||
}
|
||||
|
||||
pub mod engine2_dll {
|
||||
@ -157,13 +157,13 @@ pub mod schemasystem_dll {
|
||||
}
|
||||
|
||||
pub mod server_dll {
|
||||
pub const NavGameTest001: usize = 0xA2DB20;
|
||||
pub const ServerToolsInfo_001: usize = 0x832220;
|
||||
pub const Source2GameClients001: usize = 0x832230;
|
||||
pub const Source2GameEntities001: usize = 0x832240;
|
||||
pub const Source2Server001: usize = 0x832250;
|
||||
pub const EmptyWorldService001_Server: usize = 0x5873B0;
|
||||
pub const Source2ServerConfig001: usize = 0x5673C0;
|
||||
pub const NavGameTest001: usize = 0xA2DE30;
|
||||
pub const ServerToolsInfo_001: usize = 0x832530;
|
||||
pub const Source2GameClients001: usize = 0x832540;
|
||||
pub const Source2GameEntities001: usize = 0x832550;
|
||||
pub const Source2Server001: usize = 0x832560;
|
||||
pub const EmptyWorldService001_Server: usize = 0x5876C0;
|
||||
pub const Source2ServerConfig001: usize = 0x5676D0;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x2C8940;
|
||||
pub const customnavsystem001: usize = 0x245420;
|
||||
pub const Source2GameDirector001: usize = 0x13ED30;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.469184100 UTC
|
||||
// 2023-10-04 03:08:54.140123200 UTC
|
||||
|
||||
public static class MaterialParamBuffer_t {
|
||||
public const nint m_value = 0x8; // CUtlBinaryBlock
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.467519800 UTC
|
||||
// 2023-10-04 03:08:54.138264800 UTC
|
||||
|
||||
namespace MaterialParamBuffer_t {
|
||||
constexpr std::ptrdiff_t m_value = 0x8; // CUtlBinaryBlock
|
||||
|
@ -1,7 +1,7 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.471160400 UTC
|
||||
// 2023-10-04 03:08:54.142070700 UTC
|
||||
|
||||
pub mod MaterialParamBuffer_t {
|
||||
pub const m_value: usize = 0x8; // CUtlBinaryBlock
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.473465 UTC
|
||||
// 2023-10-04 03:08:54.144410300 UTC
|
||||
|
||||
public static class ChangeAccessorFieldPathIndex_t {
|
||||
public const nint m_Value = 0x0; // int16_t
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.473037600 UTC
|
||||
// 2023-10-04 03:08:54.143969300 UTC
|
||||
|
||||
namespace ChangeAccessorFieldPathIndex_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // int16_t
|
||||
|
@ -1,7 +1,7 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.474231800 UTC
|
||||
// 2023-10-04 03:08:54.145143100 UTC
|
||||
|
||||
pub mod ChangeAccessorFieldPathIndex_t {
|
||||
pub const m_Value: usize = 0x0; // int16_t
|
||||
|
@ -1,21 +1,21 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:25.580833700 UTC
|
||||
// 2023-10-04 03:08:56.262084800 UTC
|
||||
|
||||
public static class client_dll {
|
||||
public const nint dwEntityList = 0x178D8C8;
|
||||
public const nint dwForceBackward = 0x1694ED0;
|
||||
public const nint dwForceCrouch = 0x16951A0;
|
||||
public const nint dwForceForward = 0x1694E40;
|
||||
public const nint dwForceJump = 0x1695110;
|
||||
public const nint dwForceLeft = 0x1694F60;
|
||||
public const nint dwForceRight = 0x1694FF0;
|
||||
public const nint dwGlobalVars = 0x1690CF8;
|
||||
public const nint dwInterfaceLinkList = 0x1973A68;
|
||||
public const nint dwEntityList = 0x178D8D8;
|
||||
public const nint dwForceBackward = 0x1694F00;
|
||||
public const nint dwForceCrouch = 0x16951D0;
|
||||
public const nint dwForceForward = 0x1694E70;
|
||||
public const nint dwForceJump = 0x1695140;
|
||||
public const nint dwForceLeft = 0x1694F90;
|
||||
public const nint dwForceRight = 0x1695020;
|
||||
public const nint dwGlobalVars = 0x1690D28;
|
||||
public const nint dwInterfaceLinkList = 0x1973B98;
|
||||
public const nint dwLocalPlayerController = 0x17DC148;
|
||||
public const nint dwLocalPlayerPawn = 0x187AC28;
|
||||
public const nint dwPlantedC4 = 0x1880AE0;
|
||||
public const nint dwViewAngles = 0x18DA5C0;
|
||||
public const nint dwViewMatrix = 0x187B710;
|
||||
public const nint dwLocalPlayerPawn = 0x187AC38;
|
||||
public const nint dwPlantedC4 = 0x1880D80;
|
||||
public const nint dwViewAngles = 0x18DA6F0;
|
||||
public const nint dwViewMatrix = 0x187B720;
|
||||
}
|
||||
|
||||
public static class engine2_dll {
|
||||
|
@ -3,23 +3,23 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:25.579783600 UTC
|
||||
// 2023-10-04 03:08:56.260802500 UTC
|
||||
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x178D8C8;
|
||||
constexpr std::ptrdiff_t dwForceBackward = 0x1694ED0;
|
||||
constexpr std::ptrdiff_t dwForceCrouch = 0x16951A0;
|
||||
constexpr std::ptrdiff_t dwForceForward = 0x1694E40;
|
||||
constexpr std::ptrdiff_t dwForceJump = 0x1695110;
|
||||
constexpr std::ptrdiff_t dwForceLeft = 0x1694F60;
|
||||
constexpr std::ptrdiff_t dwForceRight = 0x1694FF0;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1690CF8;
|
||||
constexpr std::ptrdiff_t dwInterfaceLinkList = 0x1973A68;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x178D8D8;
|
||||
constexpr std::ptrdiff_t dwForceBackward = 0x1694F00;
|
||||
constexpr std::ptrdiff_t dwForceCrouch = 0x16951D0;
|
||||
constexpr std::ptrdiff_t dwForceForward = 0x1694E70;
|
||||
constexpr std::ptrdiff_t dwForceJump = 0x1695140;
|
||||
constexpr std::ptrdiff_t dwForceLeft = 0x1694F90;
|
||||
constexpr std::ptrdiff_t dwForceRight = 0x1695020;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1690D28;
|
||||
constexpr std::ptrdiff_t dwInterfaceLinkList = 0x1973B98;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x17DC148;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x187AC28;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1880AE0;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x18DA5C0;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x187B710;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x187AC38;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1880D80;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x18DA6F0;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x187B720;
|
||||
}
|
||||
|
||||
namespace engine2_dll {
|
||||
|
@ -1,19 +1,19 @@
|
||||
{
|
||||
"client_dll": {
|
||||
"dwEntityList": 24697032,
|
||||
"dwForceBackward": 23678672,
|
||||
"dwForceCrouch": 23679392,
|
||||
"dwForceForward": 23678528,
|
||||
"dwForceJump": 23679248,
|
||||
"dwForceLeft": 23678816,
|
||||
"dwForceRight": 23678960,
|
||||
"dwGlobalVars": 23661816,
|
||||
"dwInterfaceLinkList": 26688104,
|
||||
"dwEntityList": 24697048,
|
||||
"dwForceBackward": 23678720,
|
||||
"dwForceCrouch": 23679440,
|
||||
"dwForceForward": 23678576,
|
||||
"dwForceJump": 23679296,
|
||||
"dwForceLeft": 23678864,
|
||||
"dwForceRight": 23679008,
|
||||
"dwGlobalVars": 23661864,
|
||||
"dwInterfaceLinkList": 26688408,
|
||||
"dwLocalPlayerController": 25018696,
|
||||
"dwLocalPlayerPawn": 25668648,
|
||||
"dwPlantedC4": 25692896,
|
||||
"dwViewAngles": 26060224,
|
||||
"dwViewMatrix": 25671440
|
||||
"dwLocalPlayerPawn": 25668664,
|
||||
"dwPlantedC4": 25693568,
|
||||
"dwViewAngles": 26060528,
|
||||
"dwViewMatrix": 25671456
|
||||
},
|
||||
"engine2_dll": {
|
||||
"dwNetworkGameClient": 4762288,
|
||||
|
@ -1,23 +1,23 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:25.582161200 UTC
|
||||
// 2023-10-04 03:08:56.263443200 UTC
|
||||
|
||||
pub mod client_dll {
|
||||
pub const dwEntityList: usize = 0x178D8C8;
|
||||
pub const dwForceBackward: usize = 0x1694ED0;
|
||||
pub const dwForceCrouch: usize = 0x16951A0;
|
||||
pub const dwForceForward: usize = 0x1694E40;
|
||||
pub const dwForceJump: usize = 0x1695110;
|
||||
pub const dwForceLeft: usize = 0x1694F60;
|
||||
pub const dwForceRight: usize = 0x1694FF0;
|
||||
pub const dwGlobalVars: usize = 0x1690CF8;
|
||||
pub const dwInterfaceLinkList: usize = 0x1973A68;
|
||||
pub const dwEntityList: usize = 0x178D8D8;
|
||||
pub const dwForceBackward: usize = 0x1694F00;
|
||||
pub const dwForceCrouch: usize = 0x16951D0;
|
||||
pub const dwForceForward: usize = 0x1694E70;
|
||||
pub const dwForceJump: usize = 0x1695140;
|
||||
pub const dwForceLeft: usize = 0x1694F90;
|
||||
pub const dwForceRight: usize = 0x1695020;
|
||||
pub const dwGlobalVars: usize = 0x1690D28;
|
||||
pub const dwInterfaceLinkList: usize = 0x1973B98;
|
||||
pub const dwLocalPlayerController: usize = 0x17DC148;
|
||||
pub const dwLocalPlayerPawn: usize = 0x187AC28;
|
||||
pub const dwPlantedC4: usize = 0x1880AE0;
|
||||
pub const dwViewAngles: usize = 0x18DA5C0;
|
||||
pub const dwViewMatrix: usize = 0x187B710;
|
||||
pub const dwLocalPlayerPawn: usize = 0x187AC38;
|
||||
pub const dwPlantedC4: usize = 0x1880D80;
|
||||
pub const dwViewAngles: usize = 0x18DA6F0;
|
||||
pub const dwViewMatrix: usize = 0x187B720;
|
||||
}
|
||||
|
||||
pub mod engine2_dll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:24.057534900 UTC
|
||||
// 2023-10-04 03:08:54.725198 UTC
|
||||
|
||||
public static class CBaseRendererSource2 {
|
||||
public const nint m_flRadiusScale = 0x200; // CParticleCollectionRendererFloatInput
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:24.016746200 UTC
|
||||
// 2023-10-04 03:08:54.684167100 UTC
|
||||
|
||||
namespace CBaseRendererSource2 {
|
||||
constexpr std::ptrdiff_t m_flRadiusScale = 0x200; // CParticleCollectionRendererFloatInput
|
||||
|
@ -1,7 +1,7 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:24.099711900 UTC
|
||||
// 2023-10-04 03:08:54.767600300 UTC
|
||||
|
||||
pub mod CBaseRendererSource2 {
|
||||
pub const m_flRadiusScale: usize = 0x200; // CParticleCollectionRendererFloatInput
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.802009200 UTC
|
||||
// 2023-10-04 03:08:54.471908300 UTC
|
||||
|
||||
public static class CPulseCell_Base {
|
||||
public const nint m_nEditorNodeID = 0x8; // PulseDocNodeID_t
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.799311300 UTC
|
||||
// 2023-10-04 03:08:54.469179200 UTC
|
||||
|
||||
namespace CPulseCell_Base {
|
||||
constexpr std::ptrdiff_t m_nEditorNodeID = 0x8; // PulseDocNodeID_t
|
||||
|
@ -1,7 +1,7 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.805307100 UTC
|
||||
// 2023-10-04 03:08:54.475045800 UTC
|
||||
|
||||
pub mod CPulseCell_Base {
|
||||
pub const m_nEditorNodeID: usize = 0x8; // PulseDocNodeID_t
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.443505500 UTC
|
||||
// 2023-10-04 03:08:54.114930700 UTC
|
||||
|
||||
public static class RenderInputLayoutField_t {
|
||||
public const nint m_pSemanticName = 0x0; // uint8_t[32]
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.442804100 UTC
|
||||
// 2023-10-04 03:08:54.114211100 UTC
|
||||
|
||||
namespace RenderInputLayoutField_t {
|
||||
constexpr std::ptrdiff_t m_pSemanticName = 0x0; // uint8_t[32]
|
||||
|
@ -1,7 +1,7 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.444744700 UTC
|
||||
// 2023-10-04 03:08:54.116018500 UTC
|
||||
|
||||
pub mod RenderInputLayoutField_t {
|
||||
pub const m_pSemanticName: usize = 0x0; // uint8_t[32]
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.438946100 UTC
|
||||
// 2023-10-04 03:08:54.110426400 UTC
|
||||
|
||||
public static class AABB_t {
|
||||
public const nint m_vMinBounds = 0x0; // Vector
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.437801700 UTC
|
||||
// 2023-10-04 03:08:54.109276500 UTC
|
||||
|
||||
namespace AABB_t {
|
||||
constexpr std::ptrdiff_t m_vMinBounds = 0x0; // Vector
|
||||
|
@ -1,7 +1,7 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.440582400 UTC
|
||||
// 2023-10-04 03:08:54.111906500 UTC
|
||||
|
||||
pub mod AABB_t {
|
||||
pub const m_vMinBounds: usize = 0x0; // Vector
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.762910 UTC
|
||||
// 2023-10-04 03:08:54.433173600 UTC
|
||||
|
||||
public static class CSSDSEndFrameViewInfo {
|
||||
public const nint m_nViewId = 0x0; // uint64_t
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.761629900 UTC
|
||||
// 2023-10-04 03:08:54.432163400 UTC
|
||||
|
||||
namespace CSSDSEndFrameViewInfo {
|
||||
constexpr std::ptrdiff_t m_nViewId = 0x0; // uint64_t
|
||||
|
@ -1,7 +1,7 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.764317600 UTC
|
||||
// 2023-10-04 03:08:54.434471200 UTC
|
||||
|
||||
pub mod CSSDSEndFrameViewInfo {
|
||||
pub const m_nViewId: usize = 0x0; // uint64_t
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.429274500 UTC
|
||||
// 2023-10-04 03:08:54.100269600 UTC
|
||||
|
||||
public static class CExampleSchemaVData_Monomorphic {
|
||||
public const nint m_nExample1 = 0x0; // int32_t
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.428217800 UTC
|
||||
// 2023-10-04 03:08:54.099083300 UTC
|
||||
|
||||
namespace CExampleSchemaVData_Monomorphic {
|
||||
constexpr std::ptrdiff_t m_nExample1 = 0x0; // int32_t
|
||||
|
@ -1,7 +1,7 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.430600400 UTC
|
||||
// 2023-10-04 03:08:54.101575700 UTC
|
||||
|
||||
pub mod CExampleSchemaVData_Monomorphic {
|
||||
pub const m_nExample1: usize = 0x0; // int32_t
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:24.585077200 UTC
|
||||
// 2023-10-04 03:08:55.246729700 UTC
|
||||
|
||||
public static class ActiveModelConfig_t {
|
||||
public const nint m_Handle = 0x28; // ModelConfigHandle_t
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:24.511662 UTC
|
||||
// 2023-10-04 03:08:55.174798400 UTC
|
||||
|
||||
namespace ActiveModelConfig_t {
|
||||
constexpr std::ptrdiff_t m_Handle = 0x28; // ModelConfigHandle_t
|
||||
|
@ -1,7 +1,7 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:24.663052500 UTC
|
||||
// 2023-10-04 03:08:55.321471200 UTC
|
||||
|
||||
pub mod ActiveModelConfig_t {
|
||||
pub const m_Handle: usize = 0x28; // ModelConfigHandle_t
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.751655200 UTC
|
||||
// 2023-10-04 03:08:54.422369100 UTC
|
||||
|
||||
public static class CDSPMixgroupModifier {
|
||||
public const nint m_mixgroup = 0x0; // CUtlString
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.748134100 UTC
|
||||
// 2023-10-04 03:08:54.418762100 UTC
|
||||
|
||||
namespace CDSPMixgroupModifier {
|
||||
constexpr std::ptrdiff_t m_mixgroup = 0x0; // CUtlString
|
||||
|
@ -1,7 +1,7 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.755731400 UTC
|
||||
// 2023-10-04 03:08:54.426359200 UTC
|
||||
|
||||
pub mod CDSPMixgroupModifier {
|
||||
pub const m_mixgroup: usize = 0x0; // CUtlString
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.716366800 UTC
|
||||
// 2023-10-04 03:08:54.387194800 UTC
|
||||
|
||||
public static class CFeIndexedJiggleBone {
|
||||
public const nint m_nNode = 0x0; // uint32_t
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.708399800 UTC
|
||||
// 2023-10-04 03:08:54.379324500 UTC
|
||||
|
||||
namespace CFeIndexedJiggleBone {
|
||||
constexpr std::ptrdiff_t m_nNode = 0x0; // uint32_t
|
||||
|
@ -1,7 +1,7 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.724873800 UTC
|
||||
// 2023-10-04 03:08:54.395829400 UTC
|
||||
|
||||
pub mod CFeIndexedJiggleBone {
|
||||
pub const m_nNode: usize = 0x0; // uint32_t
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.779635600 UTC
|
||||
// 2023-10-04 03:08:54.450170100 UTC
|
||||
|
||||
public static class AggregateLODSetup_t {
|
||||
public const nint m_vLODOrigin = 0x0; // Vector
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <cstddef>
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.776885900 UTC
|
||||
// 2023-10-04 03:08:54.447335200 UTC
|
||||
|
||||
namespace AggregateLODSetup_t {
|
||||
constexpr std::ptrdiff_t m_vLODOrigin = 0x0; // Vector
|
||||
|
@ -1,7 +1,7 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-03 00:41:23.782860700 UTC
|
||||
// 2023-10-04 03:08:54.453415300 UTC
|
||||
|
||||
pub mod AggregateLODSetup_t {
|
||||
pub const m_vLODOrigin: usize = 0x0; // Vector
|
||||
|
Loading…
x
Reference in New Issue
Block a user