mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-07-04 17:29:44 +08:00
Game Update
This commit is contained in:
parent
39c589949e
commit
7dae795f6a
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: animationsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,24 +1,24 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper {
|
||||
// Module: client.dll
|
||||
public static class Buttons {
|
||||
public const nint attack = 0x184E8F0;
|
||||
public const nint attack2 = 0x184E980;
|
||||
public const nint back = 0x184EBC0;
|
||||
public const nint duck = 0x184EE90;
|
||||
public const nint forward = 0x184EB30;
|
||||
public const nint jump = 0x184EE00;
|
||||
public const nint left = 0x184EC50;
|
||||
public const nint lookatweapon = 0x1A75170;
|
||||
public const nint reload = 0x184E860;
|
||||
public const nint right = 0x184ECE0;
|
||||
public const nint showscores = 0x1A75050;
|
||||
public const nint sprint = 0x184E7D0;
|
||||
public const nint turnleft = 0x184EA10;
|
||||
public const nint turnright = 0x184EAA0;
|
||||
public const nint use = 0x184ED70;
|
||||
public const nint zoom = 0x1A750E0;
|
||||
public const nint attack = 0x18508E0;
|
||||
public const nint attack2 = 0x1850970;
|
||||
public const nint back = 0x1850BB0;
|
||||
public const nint duck = 0x1850E80;
|
||||
public const nint forward = 0x1850B20;
|
||||
public const nint jump = 0x1850DF0;
|
||||
public const nint left = 0x1850C40;
|
||||
public const nint lookatweapon = 0x1A77020;
|
||||
public const nint reload = 0x1850850;
|
||||
public const nint right = 0x1850CD0;
|
||||
public const nint showscores = 0x1A76F00;
|
||||
public const nint sprint = 0x18507C0;
|
||||
public const nint turnleft = 0x1850A00;
|
||||
public const nint turnright = 0x1850A90;
|
||||
public const nint use = 0x1850D60;
|
||||
public const nint zoom = 0x1A76F90;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -8,21 +8,21 @@
|
||||
namespace cs2_dumper {
|
||||
// Module: client.dll
|
||||
namespace buttons {
|
||||
constexpr std::ptrdiff_t attack = 0x184E8F0;
|
||||
constexpr std::ptrdiff_t attack2 = 0x184E980;
|
||||
constexpr std::ptrdiff_t back = 0x184EBC0;
|
||||
constexpr std::ptrdiff_t duck = 0x184EE90;
|
||||
constexpr std::ptrdiff_t forward = 0x184EB30;
|
||||
constexpr std::ptrdiff_t jump = 0x184EE00;
|
||||
constexpr std::ptrdiff_t left = 0x184EC50;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A75170;
|
||||
constexpr std::ptrdiff_t reload = 0x184E860;
|
||||
constexpr std::ptrdiff_t right = 0x184ECE0;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A75050;
|
||||
constexpr std::ptrdiff_t sprint = 0x184E7D0;
|
||||
constexpr std::ptrdiff_t turnleft = 0x184EA10;
|
||||
constexpr std::ptrdiff_t turnright = 0x184EAA0;
|
||||
constexpr std::ptrdiff_t use = 0x184ED70;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A750E0;
|
||||
constexpr std::ptrdiff_t attack = 0x18508E0;
|
||||
constexpr std::ptrdiff_t attack2 = 0x1850970;
|
||||
constexpr std::ptrdiff_t back = 0x1850BB0;
|
||||
constexpr std::ptrdiff_t duck = 0x1850E80;
|
||||
constexpr std::ptrdiff_t forward = 0x1850B20;
|
||||
constexpr std::ptrdiff_t jump = 0x1850DF0;
|
||||
constexpr std::ptrdiff_t left = 0x1850C40;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A77020;
|
||||
constexpr std::ptrdiff_t reload = 0x1850850;
|
||||
constexpr std::ptrdiff_t right = 0x1850CD0;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A76F00;
|
||||
constexpr std::ptrdiff_t sprint = 0x18507C0;
|
||||
constexpr std::ptrdiff_t turnleft = 0x1850A00;
|
||||
constexpr std::ptrdiff_t turnright = 0x1850A90;
|
||||
constexpr std::ptrdiff_t use = 0x1850D60;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A76F90;
|
||||
}
|
||||
}
|
||||
|
@ -1,20 +1,20 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"attack": 25487600,
|
||||
"attack2": 25487744,
|
||||
"back": 25488320,
|
||||
"duck": 25489040,
|
||||
"forward": 25488176,
|
||||
"jump": 25488896,
|
||||
"left": 25488464,
|
||||
"lookatweapon": 27742576,
|
||||
"reload": 25487456,
|
||||
"right": 25488608,
|
||||
"showscores": 27742288,
|
||||
"sprint": 25487312,
|
||||
"turnleft": 25487888,
|
||||
"turnright": 25488032,
|
||||
"use": 25488752,
|
||||
"zoom": 27742432
|
||||
"attack": 25495776,
|
||||
"attack2": 25495920,
|
||||
"back": 25496496,
|
||||
"duck": 25497216,
|
||||
"forward": 25496352,
|
||||
"jump": 25497072,
|
||||
"left": 25496640,
|
||||
"lookatweapon": 27750432,
|
||||
"reload": 25495632,
|
||||
"right": 25496784,
|
||||
"showscores": 27750144,
|
||||
"sprint": 25495488,
|
||||
"turnleft": 25496064,
|
||||
"turnright": 25496208,
|
||||
"use": 25496928,
|
||||
"zoom": 27750288
|
||||
}
|
||||
}
|
@ -1,26 +1,26 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
// Module: client.dll
|
||||
pub mod buttons {
|
||||
pub const attack: usize = 0x184E8F0;
|
||||
pub const attack2: usize = 0x184E980;
|
||||
pub const back: usize = 0x184EBC0;
|
||||
pub const duck: usize = 0x184EE90;
|
||||
pub const forward: usize = 0x184EB30;
|
||||
pub const jump: usize = 0x184EE00;
|
||||
pub const left: usize = 0x184EC50;
|
||||
pub const lookatweapon: usize = 0x1A75170;
|
||||
pub const reload: usize = 0x184E860;
|
||||
pub const right: usize = 0x184ECE0;
|
||||
pub const showscores: usize = 0x1A75050;
|
||||
pub const sprint: usize = 0x184E7D0;
|
||||
pub const turnleft: usize = 0x184EA10;
|
||||
pub const turnright: usize = 0x184EAA0;
|
||||
pub const r#use: usize = 0x184ED70;
|
||||
pub const zoom: usize = 0x1A750E0;
|
||||
pub const attack: usize = 0x18508E0;
|
||||
pub const attack2: usize = 0x1850970;
|
||||
pub const back: usize = 0x1850BB0;
|
||||
pub const duck: usize = 0x1850E80;
|
||||
pub const forward: usize = 0x1850B20;
|
||||
pub const jump: usize = 0x1850DF0;
|
||||
pub const left: usize = 0x1850C40;
|
||||
pub const lookatweapon: usize = 0x1A77020;
|
||||
pub const reload: usize = 0x1850850;
|
||||
pub const right: usize = 0x1850CD0;
|
||||
pub const showscores: usize = 0x1A76F00;
|
||||
pub const sprint: usize = 0x18507C0;
|
||||
pub const turnleft: usize = 0x1850A00;
|
||||
pub const turnright: usize = 0x1850A90;
|
||||
pub const r#use: usize = 0x1850D60;
|
||||
pub const zoom: usize = 0x1A76F90;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: client.dll
|
||||
@ -200,7 +200,7 @@ namespace CS2Dumper.Schemas {
|
||||
public static class C_WeaponM249 {
|
||||
}
|
||||
// Parent: C_TeamplayRules
|
||||
// Field count: 100
|
||||
// Field count: 99
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_bFreezePeriod (bool)
|
||||
@ -364,7 +364,6 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_vMinimapMins = 0xC1C; // Vector
|
||||
public const nint m_vMinimapMaxs = 0xC28; // Vector
|
||||
public const nint m_MinimapVerticalSectionHeights = 0xC34; // float32[8]
|
||||
public const nint m_bSpawnedTerrorHuntHeavy = 0xC54; // bool
|
||||
public const nint m_ullLocalMatchID = 0xC58; // uint64
|
||||
public const nint m_nEndMatchMapGroupVoteTypes = 0xC60; // int32[10]
|
||||
public const nint m_nEndMatchMapGroupVoteOptions = 0xC88; // int32[10]
|
||||
@ -3140,16 +3139,14 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flVerticalFOV = 0x5C8; // float32
|
||||
}
|
||||
// Parent: CPlayer_ItemServices
|
||||
// Field count: 3
|
||||
// Field count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_bHasDefuser (bool)
|
||||
// NetworkVarNames: m_bHasHelmet (bool)
|
||||
// NetworkVarNames: m_bHasHeavyArmor (bool)
|
||||
public static class CCSPlayer_ItemServices {
|
||||
public const nint m_bHasDefuser = 0x40; // bool
|
||||
public const nint m_bHasHelmet = 0x41; // bool
|
||||
public const nint m_bHasHeavyArmor = 0x42; // bool
|
||||
}
|
||||
// Parent: C_BaseModelEntity
|
||||
// Field count: 73
|
||||
@ -3914,8 +3911,8 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_iRarityOverride = 0x1F0; // int32
|
||||
public const nint m_iQualityOverride = 0x1F4; // int32
|
||||
public const nint m_iOriginOverride = 0x1F8; // int32
|
||||
public const nint m_unClientFlags = 0x1FC; // uint8
|
||||
public const nint m_unOverrideStyle = 0x1FD; // uint8
|
||||
public const nint m_ubStyleOverride = 0x1FC; // uint8
|
||||
public const nint m_unClientFlags = 0x1FD; // uint8
|
||||
public const nint m_AttributeList = 0x210; // CAttributeList
|
||||
public const nint m_NetworkedDynamicAttributes = 0x270; // CAttributeList
|
||||
public const nint m_szCustomName = 0x2D0; // char[161]
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -205,7 +205,7 @@ namespace cs2_dumper {
|
||||
namespace C_WeaponM249 {
|
||||
}
|
||||
// Parent: C_TeamplayRules
|
||||
// Field count: 100
|
||||
// Field count: 99
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_bFreezePeriod (bool)
|
||||
@ -369,7 +369,6 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_vMinimapMins = 0xC1C; // Vector
|
||||
constexpr std::ptrdiff_t m_vMinimapMaxs = 0xC28; // Vector
|
||||
constexpr std::ptrdiff_t m_MinimapVerticalSectionHeights = 0xC34; // float32[8]
|
||||
constexpr std::ptrdiff_t m_bSpawnedTerrorHuntHeavy = 0xC54; // bool
|
||||
constexpr std::ptrdiff_t m_ullLocalMatchID = 0xC58; // uint64
|
||||
constexpr std::ptrdiff_t m_nEndMatchMapGroupVoteTypes = 0xC60; // int32[10]
|
||||
constexpr std::ptrdiff_t m_nEndMatchMapGroupVoteOptions = 0xC88; // int32[10]
|
||||
@ -3145,16 +3144,14 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_flVerticalFOV = 0x5C8; // float32
|
||||
}
|
||||
// Parent: CPlayer_ItemServices
|
||||
// Field count: 3
|
||||
// Field count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_bHasDefuser (bool)
|
||||
// NetworkVarNames: m_bHasHelmet (bool)
|
||||
// NetworkVarNames: m_bHasHeavyArmor (bool)
|
||||
namespace CCSPlayer_ItemServices {
|
||||
constexpr std::ptrdiff_t m_bHasDefuser = 0x40; // bool
|
||||
constexpr std::ptrdiff_t m_bHasHelmet = 0x41; // bool
|
||||
constexpr std::ptrdiff_t m_bHasHeavyArmor = 0x42; // bool
|
||||
}
|
||||
// Parent: C_BaseModelEntity
|
||||
// Field count: 73
|
||||
@ -3919,8 +3916,8 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_iRarityOverride = 0x1F0; // int32
|
||||
constexpr std::ptrdiff_t m_iQualityOverride = 0x1F4; // int32
|
||||
constexpr std::ptrdiff_t m_iOriginOverride = 0x1F8; // int32
|
||||
constexpr std::ptrdiff_t m_unClientFlags = 0x1FC; // uint8
|
||||
constexpr std::ptrdiff_t m_unOverrideStyle = 0x1FD; // uint8
|
||||
constexpr std::ptrdiff_t m_ubStyleOverride = 0x1FC; // uint8
|
||||
constexpr std::ptrdiff_t m_unClientFlags = 0x1FD; // uint8
|
||||
constexpr std::ptrdiff_t m_AttributeList = 0x210; // CAttributeList
|
||||
constexpr std::ptrdiff_t m_NetworkedDynamicAttributes = 0x270; // CAttributeList
|
||||
constexpr std::ptrdiff_t m_szCustomName = 0x2D0; // char[161]
|
||||
|
@ -1319,7 +1319,6 @@
|
||||
"CCSPlayer_ItemServices": {
|
||||
"fields": {
|
||||
"m_bHasDefuser": 64,
|
||||
"m_bHasHeavyArmor": 66,
|
||||
"m_bHasHelmet": 65
|
||||
},
|
||||
"metadata": [
|
||||
@ -1332,11 +1331,6 @@
|
||||
"name": "m_bHasHelmet",
|
||||
"type": "NetworkVarNames",
|
||||
"type_name": "bool"
|
||||
},
|
||||
{
|
||||
"name": "m_bHasHeavyArmor",
|
||||
"type": "NetworkVarNames",
|
||||
"type_name": "bool"
|
||||
}
|
||||
],
|
||||
"parent": "CPlayer_ItemServices"
|
||||
@ -6234,7 +6228,6 @@
|
||||
"m_bRoundEndNoMusic": 3844,
|
||||
"m_bRoundEndShowTimerDefend": 3800,
|
||||
"m_bServerPaused": 76,
|
||||
"m_bSpawnedTerrorHuntHeavy": 3156,
|
||||
"m_bSwitchingTeamsAtRoundReset": 3461,
|
||||
"m_bTCantBuy": 2480,
|
||||
"m_bTeamIntroPeriod": 3788,
|
||||
@ -8307,8 +8300,8 @@
|
||||
"m_szCurrentLoadCachedFileName": 136,
|
||||
"m_szCustomName": 720,
|
||||
"m_szCustomNameOverride": 881,
|
||||
"m_unClientFlags": 508,
|
||||
"m_unOverrideStyle": 509
|
||||
"m_ubStyleOverride": 508,
|
||||
"m_unClientFlags": 509
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
@ -210,7 +210,7 @@ pub mod cs2_dumper {
|
||||
pub mod C_WeaponM249 {
|
||||
}
|
||||
// Parent: C_TeamplayRules
|
||||
// Field count: 100
|
||||
// Field count: 99
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_bFreezePeriod (bool)
|
||||
@ -374,7 +374,6 @@ pub mod cs2_dumper {
|
||||
pub const m_vMinimapMins: usize = 0xC1C; // Vector
|
||||
pub const m_vMinimapMaxs: usize = 0xC28; // Vector
|
||||
pub const m_MinimapVerticalSectionHeights: usize = 0xC34; // float32[8]
|
||||
pub const m_bSpawnedTerrorHuntHeavy: usize = 0xC54; // bool
|
||||
pub const m_ullLocalMatchID: usize = 0xC58; // uint64
|
||||
pub const m_nEndMatchMapGroupVoteTypes: usize = 0xC60; // int32[10]
|
||||
pub const m_nEndMatchMapGroupVoteOptions: usize = 0xC88; // int32[10]
|
||||
@ -3150,16 +3149,14 @@ pub mod cs2_dumper {
|
||||
pub const m_flVerticalFOV: usize = 0x5C8; // float32
|
||||
}
|
||||
// Parent: CPlayer_ItemServices
|
||||
// Field count: 3
|
||||
// Field count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_bHasDefuser (bool)
|
||||
// NetworkVarNames: m_bHasHelmet (bool)
|
||||
// NetworkVarNames: m_bHasHeavyArmor (bool)
|
||||
pub mod CCSPlayer_ItemServices {
|
||||
pub const m_bHasDefuser: usize = 0x40; // bool
|
||||
pub const m_bHasHelmet: usize = 0x41; // bool
|
||||
pub const m_bHasHeavyArmor: usize = 0x42; // bool
|
||||
}
|
||||
// Parent: C_BaseModelEntity
|
||||
// Field count: 73
|
||||
@ -3924,8 +3921,8 @@ pub mod cs2_dumper {
|
||||
pub const m_iRarityOverride: usize = 0x1F0; // int32
|
||||
pub const m_iQualityOverride: usize = 0x1F4; // int32
|
||||
pub const m_iOriginOverride: usize = 0x1F8; // int32
|
||||
pub const m_unClientFlags: usize = 0x1FC; // uint8
|
||||
pub const m_unOverrideStyle: usize = 0x1FD; // uint8
|
||||
pub const m_ubStyleOverride: usize = 0x1FC; // uint8
|
||||
pub const m_unClientFlags: usize = 0x1FD; // uint8
|
||||
pub const m_AttributeList: usize = 0x210; // CAttributeList
|
||||
pub const m_NetworkedDynamicAttributes: usize = 0x270; // CAttributeList
|
||||
pub const m_szCustomName: usize = 0x2D0; // char[161]
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: engine2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: host.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"build_number": 14084,
|
||||
"timestamp": "2025-06-11T04:15:50.467574200+00:00"
|
||||
"build_number": 14085,
|
||||
"timestamp": "2025-07-03T04:46:07.725715+00:00"
|
||||
}
|
@ -1,57 +1,57 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Interfaces {
|
||||
// Module: animationsystem.dll
|
||||
public static class AnimationsystemDll {
|
||||
public const nint AnimationSystemUtils_001 = 0x60FE08;
|
||||
public const nint AnimationSystem_001 = 0x607D30;
|
||||
public const nint AnimationSystemUtils_001 = 0x60FE28;
|
||||
public const nint AnimationSystem_001 = 0x607D50;
|
||||
}
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint ClientToolsInfo_001 = 0x184DEE0;
|
||||
public const nint EmptyWorldService001_Client = 0x180A0C0;
|
||||
public const nint GameClientExports001 = 0x184AB98;
|
||||
public const nint LegacyGameUI001 = 0x186B1D0;
|
||||
public const nint Source2Client002 = 0x1A648B0;
|
||||
public const nint Source2ClientConfig001 = 0x19FD2F0;
|
||||
public const nint Source2ClientPrediction001 = 0x1855F50;
|
||||
public const nint Source2ClientUI001 = 0x1869700;
|
||||
public const nint ClientToolsInfo_001 = 0x184FED0;
|
||||
public const nint EmptyWorldService001_Client = 0x180C0F0;
|
||||
public const nint GameClientExports001 = 0x184CB88;
|
||||
public const nint LegacyGameUI001 = 0x186D1E0;
|
||||
public const nint Source2Client002 = 0x1A66880;
|
||||
public const nint Source2ClientConfig001 = 0x19FF470;
|
||||
public const nint Source2ClientPrediction001 = 0x1857F50;
|
||||
public const nint Source2ClientUI001 = 0x186B710;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
public const nint BenchmarkService001 = 0x546D30;
|
||||
public const nint BugService001 = 0x5DFCD0;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x547A50;
|
||||
public const nint BugService001 = 0x5DFD10;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x547A70;
|
||||
public const nint EngineGameUI001 = 0x544B90;
|
||||
public const nint EngineServiceMgr001 = 0x620BB0;
|
||||
public const nint GameEventSystemClientV001 = 0x620ED0;
|
||||
public const nint GameEventSystemServerV001 = 0x621010;
|
||||
public const nint EngineServiceMgr001 = 0x620BF0;
|
||||
public const nint GameEventSystemClientV001 = 0x620F10;
|
||||
public const nint GameEventSystemServerV001 = 0x621050;
|
||||
public const nint GameResourceServiceClientV001 = 0x546E30;
|
||||
public const nint GameResourceServiceServerV001 = 0x546E90;
|
||||
public const nint GameUIService_001 = 0x5DFFD0;
|
||||
public const nint HostStateMgr001 = 0x547940;
|
||||
public const nint GameUIService_001 = 0x5E0010;
|
||||
public const nint HostStateMgr001 = 0x547960;
|
||||
public const nint INETSUPPORT_001 = 0x540060;
|
||||
public const nint InputService_001 = 0x5E02E0;
|
||||
public const nint KeyValueCache001 = 0x5479F0;
|
||||
public const nint MapListService_001 = 0x61F330;
|
||||
public const nint NetworkClientService_001 = 0x61F4C0;
|
||||
public const nint InputService_001 = 0x5E0320;
|
||||
public const nint KeyValueCache001 = 0x547A10;
|
||||
public const nint MapListService_001 = 0x61F370;
|
||||
public const nint NetworkClientService_001 = 0x61F500;
|
||||
public const nint NetworkP2PService_001 = 0x547140;
|
||||
public const nint NetworkServerService_001 = 0x61F850;
|
||||
public const nint NetworkServerService_001 = 0x61F890;
|
||||
public const nint NetworkService_001 = 0x547290;
|
||||
public const nint RenderService_001 = 0x61FAB0;
|
||||
public const nint ScreenshotService001 = 0x61FD50;
|
||||
public const nint SimpleEngineLoopService_001 = 0x547B60;
|
||||
public const nint RenderService_001 = 0x61FAF0;
|
||||
public const nint ScreenshotService001 = 0x61FD90;
|
||||
public const nint SimpleEngineLoopService_001 = 0x547B80;
|
||||
public const nint SoundService_001 = 0x5472D0;
|
||||
public const nint Source2EngineToClient001 = 0x544210;
|
||||
public const nint Source2EngineToClientStringTable001 = 0x544270;
|
||||
public const nint Source2EngineToServer001 = 0x544308;
|
||||
public const nint Source2EngineToServerStringTable001 = 0x544330;
|
||||
public const nint SplitScreenService_001 = 0x5475B0;
|
||||
public const nint StatsService_001 = 0x620180;
|
||||
public const nint ToolService_001 = 0x547770;
|
||||
public const nint SplitScreenService_001 = 0x5475D0;
|
||||
public const nint StatsService_001 = 0x6201C0;
|
||||
public const nint ToolService_001 = 0x547790;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x544C20;
|
||||
public const nint VProfService_001 = 0x5477B0;
|
||||
public const nint VProfService_001 = 0x5477D0;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
public static class FilesystemStdioDll {
|
||||
@ -97,7 +97,7 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: meshsystem.dll
|
||||
public static class MeshsystemDll {
|
||||
public const nint MeshSystem001 = 0x19D600;
|
||||
public const nint MeshSystem001 = 0x19D610;
|
||||
}
|
||||
// Module: navsystem.dll
|
||||
public static class NavsystemDll {
|
||||
@ -124,7 +124,7 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: particles.dll
|
||||
public static class ParticlesDll {
|
||||
public const nint ParticleSystemMgr003 = 0x629C70;
|
||||
public const nint ParticleSystemMgr003 = 0x629C30;
|
||||
}
|
||||
// Module: pulse_system.dll
|
||||
public static class PulseSystemDll {
|
||||
@ -147,9 +147,9 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: scenesystem.dll
|
||||
public static class ScenesystemDll {
|
||||
public const nint RenderingPipelines_001 = 0x5CEB10;
|
||||
public const nint SceneSystem_002 = 0x7ADFE0;
|
||||
public const nint SceneUtils_001 = 0x5CF360;
|
||||
public const nint RenderingPipelines_001 = 0x5CEB30;
|
||||
public const nint SceneSystem_002 = 0x7AE000;
|
||||
public const nint SceneUtils_001 = 0x5CF380;
|
||||
}
|
||||
// Module: schemasystem.dll
|
||||
public static class SchemasystemDll {
|
||||
@ -157,16 +157,16 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: server.dll
|
||||
public static class ServerDll {
|
||||
public const nint EmptyWorldService001_Server = 0x1371BF0;
|
||||
public const nint EntitySubclassUtilsV001 = 0x1322230;
|
||||
public const nint NavGameTest001 = 0x1410CC8;
|
||||
public const nint ServerToolsInfo_001 = 0x13C6618;
|
||||
public const nint Source2GameClients001 = 0x13C04E0;
|
||||
public const nint Source2GameDirector001 = 0x14F4500;
|
||||
public const nint Source2GameEntities001 = 0x13C6540;
|
||||
public const nint Source2Server001 = 0x13C63B0;
|
||||
public const nint Source2ServerConfig001 = 0x15BEE88;
|
||||
public const nint customnavsystem001 = 0x13069B8;
|
||||
public const nint EmptyWorldService001_Server = 0x136FB70;
|
||||
public const nint EntitySubclassUtilsV001 = 0x1320190;
|
||||
public const nint NavGameTest001 = 0x140EB98;
|
||||
public const nint ServerToolsInfo_001 = 0x13C4538;
|
||||
public const nint Source2GameClients001 = 0x13BE400;
|
||||
public const nint Source2GameDirector001 = 0x14F2160;
|
||||
public const nint Source2GameEntities001 = 0x13C4460;
|
||||
public const nint Source2Server001 = 0x13C42D0;
|
||||
public const nint Source2ServerConfig001 = 0x15BCBE8;
|
||||
public const nint customnavsystem001 = 0x1304908;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
public static class SoundsystemDll {
|
||||
@ -181,27 +181,27 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: steamclient64.dll
|
||||
public static class Steamclient64Dll {
|
||||
public static readonly nint CLIENTENGINE_INTERFACE_VERSION005 = unchecked((nint)0xFFFFFFFF8BB0203A);
|
||||
public const nint IVALIDATE001 = 0x15211D8;
|
||||
public const nint SteamClient006 = 0x151E900;
|
||||
public const nint SteamClient007 = 0x151E908;
|
||||
public const nint SteamClient008 = 0x151E910;
|
||||
public const nint SteamClient009 = 0x151E918;
|
||||
public const nint SteamClient010 = 0x151E920;
|
||||
public const nint SteamClient011 = 0x151E928;
|
||||
public const nint SteamClient012 = 0x151E930;
|
||||
public const nint SteamClient013 = 0x151E938;
|
||||
public const nint SteamClient014 = 0x151E940;
|
||||
public const nint SteamClient015 = 0x151E948;
|
||||
public const nint SteamClient016 = 0x151E950;
|
||||
public const nint SteamClient017 = 0x151E958;
|
||||
public const nint SteamClient018 = 0x151E960;
|
||||
public const nint SteamClient019 = 0x151E968;
|
||||
public const nint SteamClient020 = 0x151E970;
|
||||
public const nint SteamClient021 = 0x151E978;
|
||||
public const nint SteamClient022 = 0x151E980;
|
||||
public const nint p2pvoice002 = 0x14E265F;
|
||||
public const nint p2pvoicesingleton002 = 0x14FC0E0;
|
||||
public static readonly nint CLIENTENGINE_INTERFACE_VERSION005 = unchecked((nint)0xFFFFFFFF8BB0BEDA);
|
||||
public const nint IVALIDATE001 = 0x15348D8;
|
||||
public const nint SteamClient006 = 0x1532000;
|
||||
public const nint SteamClient007 = 0x1532008;
|
||||
public const nint SteamClient008 = 0x1532010;
|
||||
public const nint SteamClient009 = 0x1532018;
|
||||
public const nint SteamClient010 = 0x1532020;
|
||||
public const nint SteamClient011 = 0x1532028;
|
||||
public const nint SteamClient012 = 0x1532030;
|
||||
public const nint SteamClient013 = 0x1532038;
|
||||
public const nint SteamClient014 = 0x1532040;
|
||||
public const nint SteamClient015 = 0x1532048;
|
||||
public const nint SteamClient016 = 0x1532050;
|
||||
public const nint SteamClient017 = 0x1532058;
|
||||
public const nint SteamClient018 = 0x1532060;
|
||||
public const nint SteamClient019 = 0x1532068;
|
||||
public const nint SteamClient020 = 0x1532070;
|
||||
public const nint SteamClient021 = 0x1532078;
|
||||
public const nint SteamClient022 = 0x1532080;
|
||||
public const nint p2pvoice002 = 0x14E2D2F;
|
||||
public const nint p2pvoicesingleton002 = 0x150F0F0;
|
||||
}
|
||||
// Module: tier0.dll
|
||||
public static class Tier0Dll {
|
||||
@ -216,8 +216,8 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: vphysics2.dll
|
||||
public static class Vphysics2Dll {
|
||||
public const nint VPhysics2_Handle_Interface_001 = 0x391F50;
|
||||
public const nint VPhysics2_Interface_001 = 0x391F90;
|
||||
public const nint VPhysics2_Handle_Interface_001 = 0x391F70;
|
||||
public const nint VPhysics2_Interface_001 = 0x391FB0;
|
||||
}
|
||||
// Module: vscript.dll
|
||||
public static class VscriptDll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -9,54 +9,54 @@ namespace cs2_dumper {
|
||||
namespace interfaces {
|
||||
// Module: animationsystem.dll
|
||||
namespace animationsystem_dll {
|
||||
constexpr std::ptrdiff_t AnimationSystemUtils_001 = 0x60FE08;
|
||||
constexpr std::ptrdiff_t AnimationSystem_001 = 0x607D30;
|
||||
constexpr std::ptrdiff_t AnimationSystemUtils_001 = 0x60FE28;
|
||||
constexpr std::ptrdiff_t AnimationSystem_001 = 0x607D50;
|
||||
}
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x184DEE0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x180A0C0;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x184AB98;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x186B1D0;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A648B0;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19FD2F0;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1855F50;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x1869700;
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x184FED0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x180C0F0;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x184CB88;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x186D1E0;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A66880;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19FF470;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1857F50;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x186B710;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x546D30;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x5DFCD0;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x547A50;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x5DFD10;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x547A70;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x544B90;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x620BB0;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x620ED0;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x621010;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x620BF0;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x620F10;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x621050;
|
||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x546E30;
|
||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x546E90;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x5DFFD0;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x547940;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x5E0010;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x547960;
|
||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0x540060;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x5E02E0;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x5479F0;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x61F330;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x61F4C0;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x5E0320;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x547A10;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x61F370;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x61F500;
|
||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x547140;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x61F850;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x61F890;
|
||||
constexpr std::ptrdiff_t NetworkService_001 = 0x547290;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x61FAB0;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x61FD50;
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x547B60;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x61FAF0;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x61FD90;
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x547B80;
|
||||
constexpr std::ptrdiff_t SoundService_001 = 0x5472D0;
|
||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x544210;
|
||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x544270;
|
||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x544308;
|
||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x544330;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x5475B0;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x620180;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x547770;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x5475D0;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x6201C0;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x547790;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x544C20;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x5477B0;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x5477D0;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
namespace filesystem_stdio_dll {
|
||||
@ -102,7 +102,7 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: meshsystem.dll
|
||||
namespace meshsystem_dll {
|
||||
constexpr std::ptrdiff_t MeshSystem001 = 0x19D600;
|
||||
constexpr std::ptrdiff_t MeshSystem001 = 0x19D610;
|
||||
}
|
||||
// Module: navsystem.dll
|
||||
namespace navsystem_dll {
|
||||
@ -129,7 +129,7 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: particles.dll
|
||||
namespace particles_dll {
|
||||
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x629C70;
|
||||
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x629C30;
|
||||
}
|
||||
// Module: pulse_system.dll
|
||||
namespace pulse_system_dll {
|
||||
@ -152,9 +152,9 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: scenesystem.dll
|
||||
namespace scenesystem_dll {
|
||||
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x5CEB10;
|
||||
constexpr std::ptrdiff_t SceneSystem_002 = 0x7ADFE0;
|
||||
constexpr std::ptrdiff_t SceneUtils_001 = 0x5CF360;
|
||||
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x5CEB30;
|
||||
constexpr std::ptrdiff_t SceneSystem_002 = 0x7AE000;
|
||||
constexpr std::ptrdiff_t SceneUtils_001 = 0x5CF380;
|
||||
}
|
||||
// Module: schemasystem.dll
|
||||
namespace schemasystem_dll {
|
||||
@ -162,16 +162,16 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: server.dll
|
||||
namespace server_dll {
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1371BF0;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x1322230;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x1410CC8;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13C6618;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13C04E0;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14F4500;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13C6540;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x13C63B0;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15BEE88;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x13069B8;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x136FB70;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x1320190;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x140EB98;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13C4538;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13BE400;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14F2160;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13C4460;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x13C42D0;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15BCBE8;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x1304908;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
namespace soundsystem_dll {
|
||||
@ -186,27 +186,27 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: steamclient64.dll
|
||||
namespace steamclient64_dll {
|
||||
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0xFFFFFFFF8BB0203A;
|
||||
constexpr std::ptrdiff_t IVALIDATE001 = 0x15211D8;
|
||||
constexpr std::ptrdiff_t SteamClient006 = 0x151E900;
|
||||
constexpr std::ptrdiff_t SteamClient007 = 0x151E908;
|
||||
constexpr std::ptrdiff_t SteamClient008 = 0x151E910;
|
||||
constexpr std::ptrdiff_t SteamClient009 = 0x151E918;
|
||||
constexpr std::ptrdiff_t SteamClient010 = 0x151E920;
|
||||
constexpr std::ptrdiff_t SteamClient011 = 0x151E928;
|
||||
constexpr std::ptrdiff_t SteamClient012 = 0x151E930;
|
||||
constexpr std::ptrdiff_t SteamClient013 = 0x151E938;
|
||||
constexpr std::ptrdiff_t SteamClient014 = 0x151E940;
|
||||
constexpr std::ptrdiff_t SteamClient015 = 0x151E948;
|
||||
constexpr std::ptrdiff_t SteamClient016 = 0x151E950;
|
||||
constexpr std::ptrdiff_t SteamClient017 = 0x151E958;
|
||||
constexpr std::ptrdiff_t SteamClient018 = 0x151E960;
|
||||
constexpr std::ptrdiff_t SteamClient019 = 0x151E968;
|
||||
constexpr std::ptrdiff_t SteamClient020 = 0x151E970;
|
||||
constexpr std::ptrdiff_t SteamClient021 = 0x151E978;
|
||||
constexpr std::ptrdiff_t SteamClient022 = 0x151E980;
|
||||
constexpr std::ptrdiff_t p2pvoice002 = 0x14E265F;
|
||||
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x14FC0E0;
|
||||
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0xFFFFFFFF8BB0BEDA;
|
||||
constexpr std::ptrdiff_t IVALIDATE001 = 0x15348D8;
|
||||
constexpr std::ptrdiff_t SteamClient006 = 0x1532000;
|
||||
constexpr std::ptrdiff_t SteamClient007 = 0x1532008;
|
||||
constexpr std::ptrdiff_t SteamClient008 = 0x1532010;
|
||||
constexpr std::ptrdiff_t SteamClient009 = 0x1532018;
|
||||
constexpr std::ptrdiff_t SteamClient010 = 0x1532020;
|
||||
constexpr std::ptrdiff_t SteamClient011 = 0x1532028;
|
||||
constexpr std::ptrdiff_t SteamClient012 = 0x1532030;
|
||||
constexpr std::ptrdiff_t SteamClient013 = 0x1532038;
|
||||
constexpr std::ptrdiff_t SteamClient014 = 0x1532040;
|
||||
constexpr std::ptrdiff_t SteamClient015 = 0x1532048;
|
||||
constexpr std::ptrdiff_t SteamClient016 = 0x1532050;
|
||||
constexpr std::ptrdiff_t SteamClient017 = 0x1532058;
|
||||
constexpr std::ptrdiff_t SteamClient018 = 0x1532060;
|
||||
constexpr std::ptrdiff_t SteamClient019 = 0x1532068;
|
||||
constexpr std::ptrdiff_t SteamClient020 = 0x1532070;
|
||||
constexpr std::ptrdiff_t SteamClient021 = 0x1532078;
|
||||
constexpr std::ptrdiff_t SteamClient022 = 0x1532080;
|
||||
constexpr std::ptrdiff_t p2pvoice002 = 0x14E2D2F;
|
||||
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x150F0F0;
|
||||
}
|
||||
// Module: tier0.dll
|
||||
namespace tier0_dll {
|
||||
@ -221,8 +221,8 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: vphysics2.dll
|
||||
namespace vphysics2_dll {
|
||||
constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0x391F50;
|
||||
constexpr std::ptrdiff_t VPhysics2_Interface_001 = 0x391F90;
|
||||
constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0x391F70;
|
||||
constexpr std::ptrdiff_t VPhysics2_Interface_001 = 0x391FB0;
|
||||
}
|
||||
// Module: vscript.dll
|
||||
namespace vscript_dll {
|
||||
|
@ -1,51 +1,51 @@
|
||||
{
|
||||
"animationsystem.dll": {
|
||||
"AnimationSystemUtils_001": 6356488,
|
||||
"AnimationSystem_001": 6323504
|
||||
"AnimationSystemUtils_001": 6356520,
|
||||
"AnimationSystem_001": 6323536
|
||||
},
|
||||
"client.dll": {
|
||||
"ClientToolsInfo_001": 25485024,
|
||||
"EmptyWorldService001_Client": 25206976,
|
||||
"GameClientExports001": 25471896,
|
||||
"LegacyGameUI001": 25604560,
|
||||
"Source2Client002": 27674800,
|
||||
"Source2ClientConfig001": 27251440,
|
||||
"Source2ClientPrediction001": 25517904,
|
||||
"Source2ClientUI001": 25597696
|
||||
"ClientToolsInfo_001": 25493200,
|
||||
"EmptyWorldService001_Client": 25215216,
|
||||
"GameClientExports001": 25480072,
|
||||
"LegacyGameUI001": 25612768,
|
||||
"Source2Client002": 27682944,
|
||||
"Source2ClientConfig001": 27260016,
|
||||
"Source2ClientPrediction001": 25526096,
|
||||
"Source2ClientUI001": 25605904
|
||||
},
|
||||
"engine2.dll": {
|
||||
"BenchmarkService001": 5532976,
|
||||
"BugService001": 6159568,
|
||||
"ClientServerEngineLoopService_001": 5536336,
|
||||
"BugService001": 6159632,
|
||||
"ClientServerEngineLoopService_001": 5536368,
|
||||
"EngineGameUI001": 5524368,
|
||||
"EngineServiceMgr001": 6425520,
|
||||
"GameEventSystemClientV001": 6426320,
|
||||
"GameEventSystemServerV001": 6426640,
|
||||
"EngineServiceMgr001": 6425584,
|
||||
"GameEventSystemClientV001": 6426384,
|
||||
"GameEventSystemServerV001": 6426704,
|
||||
"GameResourceServiceClientV001": 5533232,
|
||||
"GameResourceServiceServerV001": 5533328,
|
||||
"GameUIService_001": 6160336,
|
||||
"HostStateMgr001": 5536064,
|
||||
"GameUIService_001": 6160400,
|
||||
"HostStateMgr001": 5536096,
|
||||
"INETSUPPORT_001": 5505120,
|
||||
"InputService_001": 6161120,
|
||||
"KeyValueCache001": 5536240,
|
||||
"MapListService_001": 6419248,
|
||||
"NetworkClientService_001": 6419648,
|
||||
"InputService_001": 6161184,
|
||||
"KeyValueCache001": 5536272,
|
||||
"MapListService_001": 6419312,
|
||||
"NetworkClientService_001": 6419712,
|
||||
"NetworkP2PService_001": 5534016,
|
||||
"NetworkServerService_001": 6420560,
|
||||
"NetworkServerService_001": 6420624,
|
||||
"NetworkService_001": 5534352,
|
||||
"RenderService_001": 6421168,
|
||||
"ScreenshotService001": 6421840,
|
||||
"SimpleEngineLoopService_001": 5536608,
|
||||
"RenderService_001": 6421232,
|
||||
"ScreenshotService001": 6421904,
|
||||
"SimpleEngineLoopService_001": 5536640,
|
||||
"SoundService_001": 5534416,
|
||||
"Source2EngineToClient001": 5521936,
|
||||
"Source2EngineToClientStringTable001": 5522032,
|
||||
"Source2EngineToServer001": 5522184,
|
||||
"Source2EngineToServerStringTable001": 5522224,
|
||||
"SplitScreenService_001": 5535152,
|
||||
"StatsService_001": 6422912,
|
||||
"ToolService_001": 5535600,
|
||||
"SplitScreenService_001": 5535184,
|
||||
"StatsService_001": 6422976,
|
||||
"ToolService_001": 5535632,
|
||||
"VENGINE_GAMEUIFUNCS_VERSION005": 5524512,
|
||||
"VProfService_001": 5535664
|
||||
"VProfService_001": 5535696
|
||||
},
|
||||
"filesystem_stdio.dll": {
|
||||
"VAsyncFileSystem2_001": 2147728,
|
||||
@ -83,7 +83,7 @@
|
||||
"VMaterialSystem2_001": 1128720
|
||||
},
|
||||
"meshsystem.dll": {
|
||||
"MeshSystem001": 1693184
|
||||
"MeshSystem001": 1693200
|
||||
},
|
||||
"navsystem.dll": {
|
||||
"NavSystem001": 1029936
|
||||
@ -104,7 +104,7 @@
|
||||
"PanoramaUIClient001": 2676800
|
||||
},
|
||||
"particles.dll": {
|
||||
"ParticleSystemMgr003": 6462576
|
||||
"ParticleSystemMgr003": 6462512
|
||||
},
|
||||
"pulse_system.dll": {
|
||||
"IPulseSystem_001": 1563040
|
||||
@ -122,24 +122,24 @@
|
||||
"SceneFileCache002": 467552
|
||||
},
|
||||
"scenesystem.dll": {
|
||||
"RenderingPipelines_001": 6089488,
|
||||
"SceneSystem_002": 8052704,
|
||||
"SceneUtils_001": 6091616
|
||||
"RenderingPipelines_001": 6089520,
|
||||
"SceneSystem_002": 8052736,
|
||||
"SceneUtils_001": 6091648
|
||||
},
|
||||
"schemasystem.dll": {
|
||||
"SchemaSystem_001": 399072
|
||||
},
|
||||
"server.dll": {
|
||||
"EmptyWorldService001_Server": 20388848,
|
||||
"EntitySubclassUtilsV001": 20062768,
|
||||
"NavGameTest001": 21040328,
|
||||
"ServerToolsInfo_001": 20735512,
|
||||
"Source2GameClients001": 20710624,
|
||||
"Source2GameDirector001": 21972224,
|
||||
"Source2GameEntities001": 20735296,
|
||||
"Source2Server001": 20734896,
|
||||
"Source2ServerConfig001": 22802056,
|
||||
"customnavsystem001": 19950008
|
||||
"EmptyWorldService001_Server": 20380528,
|
||||
"EntitySubclassUtilsV001": 20054416,
|
||||
"NavGameTest001": 21031832,
|
||||
"ServerToolsInfo_001": 20727096,
|
||||
"Source2GameClients001": 20702208,
|
||||
"Source2GameDirector001": 21963104,
|
||||
"Source2GameEntities001": 20726880,
|
||||
"Source2Server001": 20726480,
|
||||
"Source2ServerConfig001": 22793192,
|
||||
"customnavsystem001": 19941640
|
||||
},
|
||||
"soundsystem.dll": {
|
||||
"SoundOpSystem001": 3808336,
|
||||
@ -151,27 +151,27 @@
|
||||
"SteamAudio001": 2177520
|
||||
},
|
||||
"steamclient64.dll": {
|
||||
"CLIENTENGINE_INTERFACE_VERSION005": 18446744071758159930,
|
||||
"IVALIDATE001": 22155736,
|
||||
"SteamClient006": 22145280,
|
||||
"SteamClient007": 22145288,
|
||||
"SteamClient008": 22145296,
|
||||
"SteamClient009": 22145304,
|
||||
"SteamClient010": 22145312,
|
||||
"SteamClient011": 22145320,
|
||||
"SteamClient012": 22145328,
|
||||
"SteamClient013": 22145336,
|
||||
"SteamClient014": 22145344,
|
||||
"SteamClient015": 22145352,
|
||||
"SteamClient016": 22145360,
|
||||
"SteamClient017": 22145368,
|
||||
"SteamClient018": 22145376,
|
||||
"SteamClient019": 22145384,
|
||||
"SteamClient020": 22145392,
|
||||
"SteamClient021": 22145400,
|
||||
"SteamClient022": 22145408,
|
||||
"p2pvoice002": 21898847,
|
||||
"p2pvoicesingleton002": 22003936
|
||||
"CLIENTENGINE_INTERFACE_VERSION005": 18446744071758200538,
|
||||
"IVALIDATE001": 22235352,
|
||||
"SteamClient006": 22224896,
|
||||
"SteamClient007": 22224904,
|
||||
"SteamClient008": 22224912,
|
||||
"SteamClient009": 22224920,
|
||||
"SteamClient010": 22224928,
|
||||
"SteamClient011": 22224936,
|
||||
"SteamClient012": 22224944,
|
||||
"SteamClient013": 22224952,
|
||||
"SteamClient014": 22224960,
|
||||
"SteamClient015": 22224968,
|
||||
"SteamClient016": 22224976,
|
||||
"SteamClient017": 22224984,
|
||||
"SteamClient018": 22224992,
|
||||
"SteamClient019": 22225000,
|
||||
"SteamClient020": 22225008,
|
||||
"SteamClient021": 22225016,
|
||||
"SteamClient022": 22225024,
|
||||
"p2pvoice002": 21900591,
|
||||
"p2pvoicesingleton002": 22081776
|
||||
},
|
||||
"tier0.dll": {
|
||||
"TestScriptMgr001": 3664512,
|
||||
@ -183,8 +183,8 @@
|
||||
"Source2V8System001": 181376
|
||||
},
|
||||
"vphysics2.dll": {
|
||||
"VPhysics2_Handle_Interface_001": 3743568,
|
||||
"VPhysics2_Interface_001": 3743632
|
||||
"VPhysics2_Handle_Interface_001": 3743600,
|
||||
"VPhysics2_Interface_001": 3743664
|
||||
},
|
||||
"vscript.dll": {
|
||||
"VScriptManager010": 1213952
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@ -7,54 +7,54 @@ pub mod cs2_dumper {
|
||||
pub mod interfaces {
|
||||
// Module: animationsystem.dll
|
||||
pub mod animationsystem_dll {
|
||||
pub const AnimationSystemUtils_001: usize = 0x60FE08;
|
||||
pub const AnimationSystem_001: usize = 0x607D30;
|
||||
pub const AnimationSystemUtils_001: usize = 0x60FE28;
|
||||
pub const AnimationSystem_001: usize = 0x607D50;
|
||||
}
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const ClientToolsInfo_001: usize = 0x184DEE0;
|
||||
pub const EmptyWorldService001_Client: usize = 0x180A0C0;
|
||||
pub const GameClientExports001: usize = 0x184AB98;
|
||||
pub const LegacyGameUI001: usize = 0x186B1D0;
|
||||
pub const Source2Client002: usize = 0x1A648B0;
|
||||
pub const Source2ClientConfig001: usize = 0x19FD2F0;
|
||||
pub const Source2ClientPrediction001: usize = 0x1855F50;
|
||||
pub const Source2ClientUI001: usize = 0x1869700;
|
||||
pub const ClientToolsInfo_001: usize = 0x184FED0;
|
||||
pub const EmptyWorldService001_Client: usize = 0x180C0F0;
|
||||
pub const GameClientExports001: usize = 0x184CB88;
|
||||
pub const LegacyGameUI001: usize = 0x186D1E0;
|
||||
pub const Source2Client002: usize = 0x1A66880;
|
||||
pub const Source2ClientConfig001: usize = 0x19FF470;
|
||||
pub const Source2ClientPrediction001: usize = 0x1857F50;
|
||||
pub const Source2ClientUI001: usize = 0x186B710;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
pub const BenchmarkService001: usize = 0x546D30;
|
||||
pub const BugService001: usize = 0x5DFCD0;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x547A50;
|
||||
pub const BugService001: usize = 0x5DFD10;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x547A70;
|
||||
pub const EngineGameUI001: usize = 0x544B90;
|
||||
pub const EngineServiceMgr001: usize = 0x620BB0;
|
||||
pub const GameEventSystemClientV001: usize = 0x620ED0;
|
||||
pub const GameEventSystemServerV001: usize = 0x621010;
|
||||
pub const EngineServiceMgr001: usize = 0x620BF0;
|
||||
pub const GameEventSystemClientV001: usize = 0x620F10;
|
||||
pub const GameEventSystemServerV001: usize = 0x621050;
|
||||
pub const GameResourceServiceClientV001: usize = 0x546E30;
|
||||
pub const GameResourceServiceServerV001: usize = 0x546E90;
|
||||
pub const GameUIService_001: usize = 0x5DFFD0;
|
||||
pub const HostStateMgr001: usize = 0x547940;
|
||||
pub const GameUIService_001: usize = 0x5E0010;
|
||||
pub const HostStateMgr001: usize = 0x547960;
|
||||
pub const INETSUPPORT_001: usize = 0x540060;
|
||||
pub const InputService_001: usize = 0x5E02E0;
|
||||
pub const KeyValueCache001: usize = 0x5479F0;
|
||||
pub const MapListService_001: usize = 0x61F330;
|
||||
pub const NetworkClientService_001: usize = 0x61F4C0;
|
||||
pub const InputService_001: usize = 0x5E0320;
|
||||
pub const KeyValueCache001: usize = 0x547A10;
|
||||
pub const MapListService_001: usize = 0x61F370;
|
||||
pub const NetworkClientService_001: usize = 0x61F500;
|
||||
pub const NetworkP2PService_001: usize = 0x547140;
|
||||
pub const NetworkServerService_001: usize = 0x61F850;
|
||||
pub const NetworkServerService_001: usize = 0x61F890;
|
||||
pub const NetworkService_001: usize = 0x547290;
|
||||
pub const RenderService_001: usize = 0x61FAB0;
|
||||
pub const ScreenshotService001: usize = 0x61FD50;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x547B60;
|
||||
pub const RenderService_001: usize = 0x61FAF0;
|
||||
pub const ScreenshotService001: usize = 0x61FD90;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x547B80;
|
||||
pub const SoundService_001: usize = 0x5472D0;
|
||||
pub const Source2EngineToClient001: usize = 0x544210;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x544270;
|
||||
pub const Source2EngineToServer001: usize = 0x544308;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0x544330;
|
||||
pub const SplitScreenService_001: usize = 0x5475B0;
|
||||
pub const StatsService_001: usize = 0x620180;
|
||||
pub const ToolService_001: usize = 0x547770;
|
||||
pub const SplitScreenService_001: usize = 0x5475D0;
|
||||
pub const StatsService_001: usize = 0x6201C0;
|
||||
pub const ToolService_001: usize = 0x547790;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x544C20;
|
||||
pub const VProfService_001: usize = 0x5477B0;
|
||||
pub const VProfService_001: usize = 0x5477D0;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
pub mod filesystem_stdio_dll {
|
||||
@ -100,7 +100,7 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: meshsystem.dll
|
||||
pub mod meshsystem_dll {
|
||||
pub const MeshSystem001: usize = 0x19D600;
|
||||
pub const MeshSystem001: usize = 0x19D610;
|
||||
}
|
||||
// Module: navsystem.dll
|
||||
pub mod navsystem_dll {
|
||||
@ -127,7 +127,7 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: particles.dll
|
||||
pub mod particles_dll {
|
||||
pub const ParticleSystemMgr003: usize = 0x629C70;
|
||||
pub const ParticleSystemMgr003: usize = 0x629C30;
|
||||
}
|
||||
// Module: pulse_system.dll
|
||||
pub mod pulse_system_dll {
|
||||
@ -150,9 +150,9 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: scenesystem.dll
|
||||
pub mod scenesystem_dll {
|
||||
pub const RenderingPipelines_001: usize = 0x5CEB10;
|
||||
pub const SceneSystem_002: usize = 0x7ADFE0;
|
||||
pub const SceneUtils_001: usize = 0x5CF360;
|
||||
pub const RenderingPipelines_001: usize = 0x5CEB30;
|
||||
pub const SceneSystem_002: usize = 0x7AE000;
|
||||
pub const SceneUtils_001: usize = 0x5CF380;
|
||||
}
|
||||
// Module: schemasystem.dll
|
||||
pub mod schemasystem_dll {
|
||||
@ -160,16 +160,16 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: server.dll
|
||||
pub mod server_dll {
|
||||
pub const EmptyWorldService001_Server: usize = 0x1371BF0;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x1322230;
|
||||
pub const NavGameTest001: usize = 0x1410CC8;
|
||||
pub const ServerToolsInfo_001: usize = 0x13C6618;
|
||||
pub const Source2GameClients001: usize = 0x13C04E0;
|
||||
pub const Source2GameDirector001: usize = 0x14F4500;
|
||||
pub const Source2GameEntities001: usize = 0x13C6540;
|
||||
pub const Source2Server001: usize = 0x13C63B0;
|
||||
pub const Source2ServerConfig001: usize = 0x15BEE88;
|
||||
pub const customnavsystem001: usize = 0x13069B8;
|
||||
pub const EmptyWorldService001_Server: usize = 0x136FB70;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x1320190;
|
||||
pub const NavGameTest001: usize = 0x140EB98;
|
||||
pub const ServerToolsInfo_001: usize = 0x13C4538;
|
||||
pub const Source2GameClients001: usize = 0x13BE400;
|
||||
pub const Source2GameDirector001: usize = 0x14F2160;
|
||||
pub const Source2GameEntities001: usize = 0x13C4460;
|
||||
pub const Source2Server001: usize = 0x13C42D0;
|
||||
pub const Source2ServerConfig001: usize = 0x15BCBE8;
|
||||
pub const customnavsystem001: usize = 0x1304908;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
pub mod soundsystem_dll {
|
||||
@ -184,27 +184,27 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: steamclient64.dll
|
||||
pub mod steamclient64_dll {
|
||||
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0xFFFFFFFF8BB0203A;
|
||||
pub const IVALIDATE001: usize = 0x15211D8;
|
||||
pub const SteamClient006: usize = 0x151E900;
|
||||
pub const SteamClient007: usize = 0x151E908;
|
||||
pub const SteamClient008: usize = 0x151E910;
|
||||
pub const SteamClient009: usize = 0x151E918;
|
||||
pub const SteamClient010: usize = 0x151E920;
|
||||
pub const SteamClient011: usize = 0x151E928;
|
||||
pub const SteamClient012: usize = 0x151E930;
|
||||
pub const SteamClient013: usize = 0x151E938;
|
||||
pub const SteamClient014: usize = 0x151E940;
|
||||
pub const SteamClient015: usize = 0x151E948;
|
||||
pub const SteamClient016: usize = 0x151E950;
|
||||
pub const SteamClient017: usize = 0x151E958;
|
||||
pub const SteamClient018: usize = 0x151E960;
|
||||
pub const SteamClient019: usize = 0x151E968;
|
||||
pub const SteamClient020: usize = 0x151E970;
|
||||
pub const SteamClient021: usize = 0x151E978;
|
||||
pub const SteamClient022: usize = 0x151E980;
|
||||
pub const p2pvoice002: usize = 0x14E265F;
|
||||
pub const p2pvoicesingleton002: usize = 0x14FC0E0;
|
||||
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0xFFFFFFFF8BB0BEDA;
|
||||
pub const IVALIDATE001: usize = 0x15348D8;
|
||||
pub const SteamClient006: usize = 0x1532000;
|
||||
pub const SteamClient007: usize = 0x1532008;
|
||||
pub const SteamClient008: usize = 0x1532010;
|
||||
pub const SteamClient009: usize = 0x1532018;
|
||||
pub const SteamClient010: usize = 0x1532020;
|
||||
pub const SteamClient011: usize = 0x1532028;
|
||||
pub const SteamClient012: usize = 0x1532030;
|
||||
pub const SteamClient013: usize = 0x1532038;
|
||||
pub const SteamClient014: usize = 0x1532040;
|
||||
pub const SteamClient015: usize = 0x1532048;
|
||||
pub const SteamClient016: usize = 0x1532050;
|
||||
pub const SteamClient017: usize = 0x1532058;
|
||||
pub const SteamClient018: usize = 0x1532060;
|
||||
pub const SteamClient019: usize = 0x1532068;
|
||||
pub const SteamClient020: usize = 0x1532070;
|
||||
pub const SteamClient021: usize = 0x1532078;
|
||||
pub const SteamClient022: usize = 0x1532080;
|
||||
pub const p2pvoice002: usize = 0x14E2D2F;
|
||||
pub const p2pvoicesingleton002: usize = 0x150F0F0;
|
||||
}
|
||||
// Module: tier0.dll
|
||||
pub mod tier0_dll {
|
||||
@ -219,8 +219,8 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: vphysics2.dll
|
||||
pub mod vphysics2_dll {
|
||||
pub const VPhysics2_Handle_Interface_001: usize = 0x391F50;
|
||||
pub const VPhysics2_Interface_001: usize = 0x391F90;
|
||||
pub const VPhysics2_Handle_Interface_001: usize = 0x391F70;
|
||||
pub const VPhysics2_Interface_001: usize = 0x391FB0;
|
||||
}
|
||||
// Module: vscript.dll
|
||||
pub mod vscript_dll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: materialsystem2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: networksystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint dwCSGOInput = 0x1A75250;
|
||||
public const nint dwEntityList = 0x1A020A8;
|
||||
public const nint dwGameEntitySystem = 0x1B25BD8;
|
||||
public const nint dwCSGOInput = 0x1A77100;
|
||||
public const nint dwEntityList = 0x1A044C0;
|
||||
public const nint dwGameEntitySystem = 0x1B27B48;
|
||||
public const nint dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
||||
public const nint dwGameRules = 0x1A66B38;
|
||||
public const nint dwGlobalVars = 0x1849EB0;
|
||||
public const nint dwGlowManager = 0x1A66270;
|
||||
public const nint dwLocalPlayerController = 0x1A50AD0;
|
||||
public const nint dwLocalPlayerPawn = 0x18560D0;
|
||||
public const nint dwPlantedC4 = 0x1A702F8;
|
||||
public const nint dwPrediction = 0x1855F50;
|
||||
public const nint dwSensitivity = 0x1A67858;
|
||||
public const nint dwGameRules = 0x1A68B28;
|
||||
public const nint dwGlobalVars = 0x184BEB0;
|
||||
public const nint dwGlowManager = 0x1A68278;
|
||||
public const nint dwLocalPlayerController = 0x1A52D00;
|
||||
public const nint dwLocalPlayerPawn = 0x18580D0;
|
||||
public const nint dwPlantedC4 = 0x1A71C30;
|
||||
public const nint dwPrediction = 0x1857F50;
|
||||
public const nint dwSensitivity = 0x1A69848;
|
||||
public const nint dwSensitivity_sensitivity = 0x40;
|
||||
public const nint dwViewAngles = 0x1A75620;
|
||||
public const nint dwViewMatrix = 0x1A6B230;
|
||||
public const nint dwViewRender = 0x1A6BB80;
|
||||
public const nint dwWeaponC4 = 0x1A04590;
|
||||
public const nint dwViewAngles = 0x1A774D0;
|
||||
public const nint dwViewMatrix = 0x1A6D260;
|
||||
public const nint dwViewRender = 0x1A6DB70;
|
||||
public const nint dwWeaponC4 = 0x1A06550;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
@ -33,8 +33,8 @@ namespace CS2Dumper.Offsets {
|
||||
public const nint dwNetworkGameClient_maxClients = 0x238;
|
||||
public const nint dwNetworkGameClient_serverTickCount = 0x36C;
|
||||
public const nint dwNetworkGameClient_signOnState = 0x228;
|
||||
public const nint dwWindowHeight = 0x623564;
|
||||
public const nint dwWindowWidth = 0x623560;
|
||||
public const nint dwWindowHeight = 0x62359C;
|
||||
public const nint dwWindowWidth = 0x623598;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
public static class InputsystemDll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -9,23 +9,23 @@ namespace cs2_dumper {
|
||||
namespace offsets {
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1A75250;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x1A020A8;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B25BD8;
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1A77100;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x1A044C0;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B27B48;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1A66B38;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1849EB0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A66270;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A50AD0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x18560D0;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A702F8;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x1855F50;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A67858;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1A68B28;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x184BEB0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A68278;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A52D00;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x18580D0;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A71C30;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x1857F50;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A69848;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A75620;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A6B230;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1A6BB80;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x1A04590;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A774D0;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A6D260;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1A6DB70;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x1A06550;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
@ -38,8 +38,8 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x238;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_serverTickCount = 0x36C;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x228;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x623564;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x623560;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x62359C;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x623598;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
namespace inputsystem_dll {
|
||||
|
@ -1,22 +1,22 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"dwCSGOInput": 27742800,
|
||||
"dwEntityList": 27271336,
|
||||
"dwGameEntitySystem": 28466136,
|
||||
"dwCSGOInput": 27750656,
|
||||
"dwEntityList": 27280576,
|
||||
"dwGameEntitySystem": 28474184,
|
||||
"dwGameEntitySystem_highestEntityIndex": 8432,
|
||||
"dwGameRules": 27683640,
|
||||
"dwGlobalVars": 25468592,
|
||||
"dwGlowManager": 27681392,
|
||||
"dwLocalPlayerController": 27593424,
|
||||
"dwLocalPlayerPawn": 25518288,
|
||||
"dwPlantedC4": 27722488,
|
||||
"dwPrediction": 25517904,
|
||||
"dwSensitivity": 27687000,
|
||||
"dwGameRules": 27691816,
|
||||
"dwGlobalVars": 25476784,
|
||||
"dwGlowManager": 27689592,
|
||||
"dwLocalPlayerController": 27602176,
|
||||
"dwLocalPlayerPawn": 25526480,
|
||||
"dwPlantedC4": 27728944,
|
||||
"dwPrediction": 25526096,
|
||||
"dwSensitivity": 27695176,
|
||||
"dwSensitivity_sensitivity": 64,
|
||||
"dwViewAngles": 27743776,
|
||||
"dwViewMatrix": 27701808,
|
||||
"dwViewRender": 27704192,
|
||||
"dwWeaponC4": 27280784
|
||||
"dwViewAngles": 27751632,
|
||||
"dwViewMatrix": 27710048,
|
||||
"dwViewRender": 27712368,
|
||||
"dwWeaponC4": 27288912
|
||||
},
|
||||
"engine2.dll": {
|
||||
"dwBuildNumber": 5508068,
|
||||
@ -28,8 +28,8 @@
|
||||
"dwNetworkGameClient_maxClients": 568,
|
||||
"dwNetworkGameClient_serverTickCount": 876,
|
||||
"dwNetworkGameClient_signOnState": 552,
|
||||
"dwWindowHeight": 6436196,
|
||||
"dwWindowWidth": 6436192
|
||||
"dwWindowHeight": 6436252,
|
||||
"dwWindowWidth": 6436248
|
||||
},
|
||||
"inputsystem.dll": {
|
||||
"dwInputSystem": 231392
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@ -7,23 +7,23 @@ pub mod cs2_dumper {
|
||||
pub mod offsets {
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const dwCSGOInput: usize = 0x1A75250;
|
||||
pub const dwEntityList: usize = 0x1A020A8;
|
||||
pub const dwGameEntitySystem: usize = 0x1B25BD8;
|
||||
pub const dwCSGOInput: usize = 0x1A77100;
|
||||
pub const dwEntityList: usize = 0x1A044C0;
|
||||
pub const dwGameEntitySystem: usize = 0x1B27B48;
|
||||
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20F0;
|
||||
pub const dwGameRules: usize = 0x1A66B38;
|
||||
pub const dwGlobalVars: usize = 0x1849EB0;
|
||||
pub const dwGlowManager: usize = 0x1A66270;
|
||||
pub const dwLocalPlayerController: usize = 0x1A50AD0;
|
||||
pub const dwLocalPlayerPawn: usize = 0x18560D0;
|
||||
pub const dwPlantedC4: usize = 0x1A702F8;
|
||||
pub const dwPrediction: usize = 0x1855F50;
|
||||
pub const dwSensitivity: usize = 0x1A67858;
|
||||
pub const dwGameRules: usize = 0x1A68B28;
|
||||
pub const dwGlobalVars: usize = 0x184BEB0;
|
||||
pub const dwGlowManager: usize = 0x1A68278;
|
||||
pub const dwLocalPlayerController: usize = 0x1A52D00;
|
||||
pub const dwLocalPlayerPawn: usize = 0x18580D0;
|
||||
pub const dwPlantedC4: usize = 0x1A71C30;
|
||||
pub const dwPrediction: usize = 0x1857F50;
|
||||
pub const dwSensitivity: usize = 0x1A69848;
|
||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||
pub const dwViewAngles: usize = 0x1A75620;
|
||||
pub const dwViewMatrix: usize = 0x1A6B230;
|
||||
pub const dwViewRender: usize = 0x1A6BB80;
|
||||
pub const dwWeaponC4: usize = 0x1A04590;
|
||||
pub const dwViewAngles: usize = 0x1A774D0;
|
||||
pub const dwViewMatrix: usize = 0x1A6D260;
|
||||
pub const dwViewRender: usize = 0x1A6DB70;
|
||||
pub const dwWeaponC4: usize = 0x1A06550;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
@ -36,8 +36,8 @@ pub mod cs2_dumper {
|
||||
pub const dwNetworkGameClient_maxClients: usize = 0x238;
|
||||
pub const dwNetworkGameClient_serverTickCount: usize = 0x36C;
|
||||
pub const dwNetworkGameClient_signOnState: usize = 0x228;
|
||||
pub const dwWindowHeight: usize = 0x623564;
|
||||
pub const dwWindowWidth: usize = 0x623560;
|
||||
pub const dwWindowHeight: usize = 0x62359C;
|
||||
pub const dwWindowWidth: usize = 0x623598;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
pub mod inputsystem_dll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: panorama.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: particles.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: pulse_system.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: resourcesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: scenesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: schemasystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: server.dll
|
||||
// Class count: 639
|
||||
// Class count: 638
|
||||
// Enum count: 139
|
||||
public static class ServerDll {
|
||||
// Alignment: 4
|
||||
@ -735,18 +735,16 @@ namespace CS2Dumper.Schemas {
|
||||
eCount = 0x2
|
||||
}
|
||||
// Alignment: 4
|
||||
// Member count: 10
|
||||
// Member count: 8
|
||||
public enum CSPlayerBlockingUseAction_t : uint {
|
||||
k_CSPlayerBlockingUseAction_None = 0x0,
|
||||
k_CSPlayerBlockingUseAction_DefusingDefault = 0x1,
|
||||
k_CSPlayerBlockingUseAction_DefusingWithKit = 0x2,
|
||||
k_CSPlayerBlockingUseAction_HostageGrabbing = 0x3,
|
||||
k_CSPlayerBlockingUseAction_HostageDropping = 0x4,
|
||||
k_CSPlayerBlockingUseAction_EquippingHeavyArmor = 0x5,
|
||||
k_CSPlayerBlockingUseAction_TakingOffHeavyArmor = 0x6,
|
||||
k_CSPlayerBlockingUseAction_MapLongUseEntity_Pickup = 0x7,
|
||||
k_CSPlayerBlockingUseAction_MapLongUseEntity_Place = 0x8,
|
||||
k_CSPlayerBlockingUseAction_MaxCount = 0x9
|
||||
k_CSPlayerBlockingUseAction_MapLongUseEntity_Pickup = 0x5,
|
||||
k_CSPlayerBlockingUseAction_MapLongUseEntity_Place = 0x6,
|
||||
k_CSPlayerBlockingUseAction_MaxCount = 0x7
|
||||
}
|
||||
// Alignment: 4
|
||||
// Member count: 3
|
||||
@ -2600,10 +2598,6 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flDMBonusTimeLength = 0x34; // float32
|
||||
public const nint m_sDMBonusWeapon = 0x38; // CUtlString
|
||||
}
|
||||
// Parent: CItemAssaultSuit
|
||||
// Field count: 0
|
||||
public static class CItemHeavyAssaultSuit {
|
||||
}
|
||||
// Parent: CPointEntity
|
||||
// Field count: 3
|
||||
public static class CInfoPlayerStart {
|
||||
@ -4721,16 +4715,14 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_bPassthoughCaller = 0x534; // bool
|
||||
}
|
||||
// Parent: CPlayer_ItemServices
|
||||
// Field count: 3
|
||||
// Field count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_bHasDefuser (bool)
|
||||
// NetworkVarNames: m_bHasHelmet (bool)
|
||||
// NetworkVarNames: m_bHasHeavyArmor (bool)
|
||||
public static class CCSPlayer_ItemServices {
|
||||
public const nint m_bHasDefuser = 0x40; // bool
|
||||
public const nint m_bHasHelmet = 0x41; // bool
|
||||
public const nint m_bHasHeavyArmor = 0x42; // bool
|
||||
}
|
||||
// Parent: CPointEntity
|
||||
// Field count: 7
|
||||
@ -7317,7 +7309,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_state = 0x798; // int32
|
||||
}
|
||||
// Parent: CTeamplayRules
|
||||
// Field count: 189
|
||||
// Field count: 188
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_bFreezePeriod (bool)
|
||||
@ -7481,7 +7473,6 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_vMinimapMins = 0xCA4; // Vector
|
||||
public const nint m_vMinimapMaxs = 0xCB0; // Vector
|
||||
public const nint m_MinimapVerticalSectionHeights = 0xCBC; // float32[8]
|
||||
public const nint m_bSpawnedTerrorHuntHeavy = 0xCDC; // bool
|
||||
public const nint m_ullLocalMatchID = 0xCE0; // uint64
|
||||
public const nint m_nEndMatchMapGroupVoteTypes = 0xCE8; // int32[10]
|
||||
public const nint m_nEndMatchMapGroupVoteOptions = 0xD10; // int32[10]
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: server.dll
|
||||
// Class count: 639
|
||||
// Class count: 638
|
||||
// Enum count: 139
|
||||
namespace server_dll {
|
||||
// Alignment: 4
|
||||
@ -740,18 +740,16 @@ namespace cs2_dumper {
|
||||
eCount = 0x2
|
||||
};
|
||||
// Alignment: 4
|
||||
// Member count: 10
|
||||
// Member count: 8
|
||||
enum class CSPlayerBlockingUseAction_t : uint32_t {
|
||||
k_CSPlayerBlockingUseAction_None = 0x0,
|
||||
k_CSPlayerBlockingUseAction_DefusingDefault = 0x1,
|
||||
k_CSPlayerBlockingUseAction_DefusingWithKit = 0x2,
|
||||
k_CSPlayerBlockingUseAction_HostageGrabbing = 0x3,
|
||||
k_CSPlayerBlockingUseAction_HostageDropping = 0x4,
|
||||
k_CSPlayerBlockingUseAction_EquippingHeavyArmor = 0x5,
|
||||
k_CSPlayerBlockingUseAction_TakingOffHeavyArmor = 0x6,
|
||||
k_CSPlayerBlockingUseAction_MapLongUseEntity_Pickup = 0x7,
|
||||
k_CSPlayerBlockingUseAction_MapLongUseEntity_Place = 0x8,
|
||||
k_CSPlayerBlockingUseAction_MaxCount = 0x9
|
||||
k_CSPlayerBlockingUseAction_MapLongUseEntity_Pickup = 0x5,
|
||||
k_CSPlayerBlockingUseAction_MapLongUseEntity_Place = 0x6,
|
||||
k_CSPlayerBlockingUseAction_MaxCount = 0x7
|
||||
};
|
||||
// Alignment: 4
|
||||
// Member count: 3
|
||||
@ -2605,10 +2603,6 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_flDMBonusTimeLength = 0x34; // float32
|
||||
constexpr std::ptrdiff_t m_sDMBonusWeapon = 0x38; // CUtlString
|
||||
}
|
||||
// Parent: CItemAssaultSuit
|
||||
// Field count: 0
|
||||
namespace CItemHeavyAssaultSuit {
|
||||
}
|
||||
// Parent: CPointEntity
|
||||
// Field count: 3
|
||||
namespace CInfoPlayerStart {
|
||||
@ -4726,16 +4720,14 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_bPassthoughCaller = 0x534; // bool
|
||||
}
|
||||
// Parent: CPlayer_ItemServices
|
||||
// Field count: 3
|
||||
// Field count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_bHasDefuser (bool)
|
||||
// NetworkVarNames: m_bHasHelmet (bool)
|
||||
// NetworkVarNames: m_bHasHeavyArmor (bool)
|
||||
namespace CCSPlayer_ItemServices {
|
||||
constexpr std::ptrdiff_t m_bHasDefuser = 0x40; // bool
|
||||
constexpr std::ptrdiff_t m_bHasHelmet = 0x41; // bool
|
||||
constexpr std::ptrdiff_t m_bHasHeavyArmor = 0x42; // bool
|
||||
}
|
||||
// Parent: CPointEntity
|
||||
// Field count: 7
|
||||
@ -7322,7 +7314,7 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_state = 0x798; // int32
|
||||
}
|
||||
// Parent: CTeamplayRules
|
||||
// Field count: 189
|
||||
// Field count: 188
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_bFreezePeriod (bool)
|
||||
@ -7486,7 +7478,6 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_vMinimapMins = 0xCA4; // Vector
|
||||
constexpr std::ptrdiff_t m_vMinimapMaxs = 0xCB0; // Vector
|
||||
constexpr std::ptrdiff_t m_MinimapVerticalSectionHeights = 0xCBC; // float32[8]
|
||||
constexpr std::ptrdiff_t m_bSpawnedTerrorHuntHeavy = 0xCDC; // bool
|
||||
constexpr std::ptrdiff_t m_ullLocalMatchID = 0xCE0; // uint64
|
||||
constexpr std::ptrdiff_t m_nEndMatchMapGroupVoteTypes = 0xCE8; // int32[10]
|
||||
constexpr std::ptrdiff_t m_nEndMatchMapGroupVoteOptions = 0xD10; // int32[10]
|
||||
|
@ -3342,7 +3342,6 @@
|
||||
"m_bScrambleTeamsOnRestart": 3503,
|
||||
"m_bServerPaused": 212,
|
||||
"m_bServerVoteOnReset": 3801,
|
||||
"m_bSpawnedTerrorHuntHeavy": 3292,
|
||||
"m_bSwapTeamsOnRestart": 3504,
|
||||
"m_bSwitchingTeamsAtRoundReset": 5317,
|
||||
"m_bTCantBuy": 2616,
|
||||
@ -5384,7 +5383,6 @@
|
||||
"CCSPlayer_ItemServices": {
|
||||
"fields": {
|
||||
"m_bHasDefuser": 64,
|
||||
"m_bHasHeavyArmor": 66,
|
||||
"m_bHasHelmet": 65
|
||||
},
|
||||
"metadata": [
|
||||
@ -5397,11 +5395,6 @@
|
||||
"name": "m_bHasHelmet",
|
||||
"type": "NetworkVarNames",
|
||||
"type_name": "bool"
|
||||
},
|
||||
{
|
||||
"name": "m_bHasHeavyArmor",
|
||||
"type": "NetworkVarNames",
|
||||
"type_name": "bool"
|
||||
}
|
||||
],
|
||||
"parent": "CPlayer_ItemServices"
|
||||
@ -10785,11 +10778,6 @@
|
||||
"metadata": [],
|
||||
"parent": "CBaseModelEntity"
|
||||
},
|
||||
"CItemHeavyAssaultSuit": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": "CItemAssaultSuit"
|
||||
},
|
||||
"CItemKevlar": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
@ -17655,14 +17643,12 @@
|
||||
"members": {
|
||||
"k_CSPlayerBlockingUseAction_DefusingDefault": 1,
|
||||
"k_CSPlayerBlockingUseAction_DefusingWithKit": 2,
|
||||
"k_CSPlayerBlockingUseAction_EquippingHeavyArmor": 5,
|
||||
"k_CSPlayerBlockingUseAction_HostageDropping": 4,
|
||||
"k_CSPlayerBlockingUseAction_HostageGrabbing": 3,
|
||||
"k_CSPlayerBlockingUseAction_MapLongUseEntity_Pickup": 7,
|
||||
"k_CSPlayerBlockingUseAction_MapLongUseEntity_Place": 8,
|
||||
"k_CSPlayerBlockingUseAction_MaxCount": 9,
|
||||
"k_CSPlayerBlockingUseAction_None": 0,
|
||||
"k_CSPlayerBlockingUseAction_TakingOffHeavyArmor": 6
|
||||
"k_CSPlayerBlockingUseAction_MapLongUseEntity_Pickup": 5,
|
||||
"k_CSPlayerBlockingUseAction_MapLongUseEntity_Place": 6,
|
||||
"k_CSPlayerBlockingUseAction_MaxCount": 7,
|
||||
"k_CSPlayerBlockingUseAction_None": 0
|
||||
},
|
||||
"type": "uint32"
|
||||
},
|
||||
|
@ -1,12 +1,12 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: server.dll
|
||||
// Class count: 639
|
||||
// Class count: 638
|
||||
// Enum count: 139
|
||||
pub mod server_dll {
|
||||
// Alignment: 4
|
||||
@ -779,7 +779,7 @@ pub mod cs2_dumper {
|
||||
eCount = 0x2
|
||||
}
|
||||
// Alignment: 4
|
||||
// Member count: 10
|
||||
// Member count: 8
|
||||
#[repr(u32)]
|
||||
pub enum CSPlayerBlockingUseAction_t {
|
||||
k_CSPlayerBlockingUseAction_None = 0x0,
|
||||
@ -787,11 +787,9 @@ pub mod cs2_dumper {
|
||||
k_CSPlayerBlockingUseAction_DefusingWithKit = 0x2,
|
||||
k_CSPlayerBlockingUseAction_HostageGrabbing = 0x3,
|
||||
k_CSPlayerBlockingUseAction_HostageDropping = 0x4,
|
||||
k_CSPlayerBlockingUseAction_EquippingHeavyArmor = 0x5,
|
||||
k_CSPlayerBlockingUseAction_TakingOffHeavyArmor = 0x6,
|
||||
k_CSPlayerBlockingUseAction_MapLongUseEntity_Pickup = 0x7,
|
||||
k_CSPlayerBlockingUseAction_MapLongUseEntity_Place = 0x8,
|
||||
k_CSPlayerBlockingUseAction_MaxCount = 0x9
|
||||
k_CSPlayerBlockingUseAction_MapLongUseEntity_Pickup = 0x5,
|
||||
k_CSPlayerBlockingUseAction_MapLongUseEntity_Place = 0x6,
|
||||
k_CSPlayerBlockingUseAction_MaxCount = 0x7
|
||||
}
|
||||
// Alignment: 4
|
||||
// Member count: 3
|
||||
@ -2707,10 +2705,6 @@ pub mod cs2_dumper {
|
||||
pub const m_flDMBonusTimeLength: usize = 0x34; // float32
|
||||
pub const m_sDMBonusWeapon: usize = 0x38; // CUtlString
|
||||
}
|
||||
// Parent: CItemAssaultSuit
|
||||
// Field count: 0
|
||||
pub mod CItemHeavyAssaultSuit {
|
||||
}
|
||||
// Parent: CPointEntity
|
||||
// Field count: 3
|
||||
pub mod CInfoPlayerStart {
|
||||
@ -4828,16 +4822,14 @@ pub mod cs2_dumper {
|
||||
pub const m_bPassthoughCaller: usize = 0x534; // bool
|
||||
}
|
||||
// Parent: CPlayer_ItemServices
|
||||
// Field count: 3
|
||||
// Field count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_bHasDefuser (bool)
|
||||
// NetworkVarNames: m_bHasHelmet (bool)
|
||||
// NetworkVarNames: m_bHasHeavyArmor (bool)
|
||||
pub mod CCSPlayer_ItemServices {
|
||||
pub const m_bHasDefuser: usize = 0x40; // bool
|
||||
pub const m_bHasHelmet: usize = 0x41; // bool
|
||||
pub const m_bHasHeavyArmor: usize = 0x42; // bool
|
||||
}
|
||||
// Parent: CPointEntity
|
||||
// Field count: 7
|
||||
@ -7424,7 +7416,7 @@ pub mod cs2_dumper {
|
||||
pub const m_state: usize = 0x798; // int32
|
||||
}
|
||||
// Parent: CTeamplayRules
|
||||
// Field count: 189
|
||||
// Field count: 188
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_bFreezePeriod (bool)
|
||||
@ -7588,7 +7580,6 @@ pub mod cs2_dumper {
|
||||
pub const m_vMinimapMins: usize = 0xCA4; // Vector
|
||||
pub const m_vMinimapMaxs: usize = 0xCB0; // Vector
|
||||
pub const m_MinimapVerticalSectionHeights: usize = 0xCBC; // float32[8]
|
||||
pub const m_bSpawnedTerrorHuntHeavy: usize = 0xCDC; // bool
|
||||
pub const m_ullLocalMatchID: usize = 0xCE0; // uint64
|
||||
pub const m_nEndMatchMapGroupVoteTypes: usize = 0xCE8; // int32[10]
|
||||
pub const m_nEndMatchMapGroupVoteOptions: usize = 0xD10; // int32[10]
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: soundsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: vphysics2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: worldrenderer.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-06-11 04:15:50.467574200 UTC
|
||||
// 2025-07-03 04:46:07.725715 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user