mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-05 00:25:36 +08:00
Game update 13996
This commit is contained in:
parent
4dbe372a8e
commit
c56c319f7f
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:35 +0000
|
||||
* Fri, 15 Mar 2024 16:09:40 +0000
|
||||
*/
|
||||
|
||||
public static class libanimationsystem_so { // libanimationsystem.so
|
||||
@ -9,20 +9,20 @@ public static class libanimationsystem_so { // libanimationsystem.so
|
||||
}
|
||||
|
||||
public static class libclient_so { // libclient.so
|
||||
public const nint LegacyGameUI001 = 0xF1E6F0;
|
||||
public const nint Source2ClientUI001 = 0xEDD000;
|
||||
public const nint Source2ClientPrediction001 = 0xDE2230;
|
||||
public const nint ClientToolsInfo_001 = 0xD53030;
|
||||
public const nint Source2Client002 = 0xD52CF0;
|
||||
public const nint GameClientExports001 = 0xD52C80;
|
||||
public const nint EmptyWorldService001_Client = 0xA47C90;
|
||||
public const nint Source2ClientConfig001 = 0xA2B8D0;
|
||||
public const nint LegacyGameUI001 = 0xF1FD40;
|
||||
public const nint Source2ClientUI001 = 0xEDE680;
|
||||
public const nint Source2ClientPrediction001 = 0xDE3760;
|
||||
public const nint ClientToolsInfo_001 = 0xD54560;
|
||||
public const nint Source2Client002 = 0xD54220;
|
||||
public const nint GameClientExports001 = 0xD541B0;
|
||||
public const nint EmptyWorldService001_Client = 0xA47F20;
|
||||
public const nint Source2ClientConfig001 = 0xA2BB50;
|
||||
}
|
||||
|
||||
public static class libengine2_so { // libengine2.so
|
||||
public const nint EngineGameUI001 = 0x3752D0;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x374D50;
|
||||
public const nint INETSUPPORT_001 = 0x33EFF0;
|
||||
public const nint EngineGameUI001 = 0x3752F0;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x374D70;
|
||||
public const nint INETSUPPORT_001 = 0x33F010;
|
||||
public const nint Source2EngineToServer001 = 0x2ED7F0;
|
||||
public const nint Source2EngineToServerStringTable001 = 0x2CFF80;
|
||||
public const nint Source2EngineToClient001 = 0x2C6E60;
|
||||
@ -104,7 +104,7 @@ public static class libnetworksystem_so { // libnetworksystem.so
|
||||
}
|
||||
|
||||
public static class libpanorama_so { // libpanorama.so
|
||||
public const nint PanoramaUIEngine001 = 0x220F70;
|
||||
public const nint PanoramaUIEngine001 = 0x220F80;
|
||||
}
|
||||
|
||||
public static class libpanorama_text_pango_so { // libpanorama_text_pango.so
|
||||
@ -148,16 +148,16 @@ public static class libschemasystem_so { // libschemasystem.so
|
||||
}
|
||||
|
||||
public static class libserver_so { // libserver.so
|
||||
public const nint NavGameTest001 = 0x1091E40;
|
||||
public const nint ServerToolsInfo_001 = 0xE6FEA0;
|
||||
public const nint Source2GameClients001 = 0xE6FE30;
|
||||
public const nint Source2GameEntities001 = 0xE6FE20;
|
||||
public const nint Source2Server001 = 0xE6FB10;
|
||||
public const nint EmptyWorldService001_Server = 0xB82960;
|
||||
public const nint Source2ServerConfig001 = 0xB0E800;
|
||||
public const nint EntitySubclassUtilsV001 = 0x860D40;
|
||||
public const nint customnavsystem001 = 0x7F7D80;
|
||||
public const nint Source2GameDirector001 = 0x6C4140;
|
||||
public const nint NavGameTest001 = 0x1093830;
|
||||
public const nint ServerToolsInfo_001 = 0xE718D0;
|
||||
public const nint Source2GameClients001 = 0xE71860;
|
||||
public const nint Source2GameEntities001 = 0xE71850;
|
||||
public const nint Source2Server001 = 0xE71540;
|
||||
public const nint EmptyWorldService001_Server = 0xB82B90;
|
||||
public const nint Source2ServerConfig001 = 0xB0EA30;
|
||||
public const nint EntitySubclassUtilsV001 = 0x860D50;
|
||||
public const nint customnavsystem001 = 0x7F7D90;
|
||||
public const nint Source2GameDirector001 = 0x6C4150;
|
||||
}
|
||||
|
||||
public static class libsoundsystem_so { // libsoundsystem.so
|
||||
@ -172,10 +172,10 @@ public static class libsteamaudio_so { // libsteamaudio.so
|
||||
}
|
||||
|
||||
public static class libtier0_so { // libtier0.so
|
||||
public const nint VStringTokenSystem001 = 0x1EAA20;
|
||||
public const nint TestScriptMgr001 = 0x1BEA40;
|
||||
public const nint VProcessUtils002 = 0x19C4C0;
|
||||
public const nint VEngineCvar007 = 0xF1450;
|
||||
public const nint VStringTokenSystem001 = 0x1EA8D0;
|
||||
public const nint TestScriptMgr001 = 0x1BE8F0;
|
||||
public const nint VProcessUtils002 = 0x19C370;
|
||||
public const nint VEngineCvar007 = 0xF1370;
|
||||
}
|
||||
|
||||
public static class libv8system_so { // libv8system.so
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:35 +0000
|
||||
* Fri, 15 Mar 2024 16:09:40 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
@ -13,20 +13,20 @@ namespace libanimationsystem_so { // libanimationsystem.so
|
||||
}
|
||||
|
||||
namespace libclient_so { // libclient.so
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0xF1E6F0;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0xEDD000;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0xDE2230;
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0xD53030;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0xD52CF0;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0xD52C80;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0xA47C90;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0xA2B8D0;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0xF1FD40;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0xEDE680;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0xDE3760;
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0xD54560;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0xD54220;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0xD541B0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0xA47F20;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0xA2BB50;
|
||||
}
|
||||
|
||||
namespace libengine2_so { // libengine2.so
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x3752D0;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x374D50;
|
||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0x33EFF0;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x3752F0;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x374D70;
|
||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0x33F010;
|
||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x2ED7F0;
|
||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x2CFF80;
|
||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x2C6E60;
|
||||
@ -108,7 +108,7 @@ namespace libnetworksystem_so { // libnetworksystem.so
|
||||
}
|
||||
|
||||
namespace libpanorama_so { // libpanorama.so
|
||||
constexpr std::ptrdiff_t PanoramaUIEngine001 = 0x220F70;
|
||||
constexpr std::ptrdiff_t PanoramaUIEngine001 = 0x220F80;
|
||||
}
|
||||
|
||||
namespace libpanorama_text_pango_so { // libpanorama_text_pango.so
|
||||
@ -152,16 +152,16 @@ namespace libschemasystem_so { // libschemasystem.so
|
||||
}
|
||||
|
||||
namespace libserver_so { // libserver.so
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x1091E40;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0xE6FEA0;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0xE6FE30;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0xE6FE20;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0xE6FB10;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0xB82960;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0xB0E800;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x860D40;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x7F7D80;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x6C4140;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x1093830;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0xE718D0;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0xE71860;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0xE71850;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0xE71540;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0xB82B90;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0xB0EA30;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x860D50;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x7F7D90;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x6C4150;
|
||||
}
|
||||
|
||||
namespace libsoundsystem_so { // libsoundsystem.so
|
||||
@ -176,10 +176,10 @@ namespace libsteamaudio_so { // libsteamaudio.so
|
||||
}
|
||||
|
||||
namespace libtier0_so { // libtier0.so
|
||||
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x1EAA20;
|
||||
constexpr std::ptrdiff_t TestScriptMgr001 = 0x1BEA40;
|
||||
constexpr std::ptrdiff_t VProcessUtils002 = 0x19C4C0;
|
||||
constexpr std::ptrdiff_t VEngineCvar007 = 0xF1450;
|
||||
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x1EA8D0;
|
||||
constexpr std::ptrdiff_t TestScriptMgr001 = 0x1BE8F0;
|
||||
constexpr std::ptrdiff_t VProcessUtils002 = 0x19C370;
|
||||
constexpr std::ptrdiff_t VEngineCvar007 = 0xF1370;
|
||||
}
|
||||
|
||||
namespace libv8system_so { // libv8system.so
|
||||
|
@ -15,35 +15,35 @@
|
||||
"libclient_so": {
|
||||
"data": {
|
||||
"ClientToolsInfo_001": {
|
||||
"value": 13971504,
|
||||
"value": 13976928,
|
||||
"comment": null
|
||||
},
|
||||
"EmptyWorldService001_Client": {
|
||||
"value": 10779792,
|
||||
"value": 10780448,
|
||||
"comment": null
|
||||
},
|
||||
"GameClientExports001": {
|
||||
"value": 13970560,
|
||||
"value": 13975984,
|
||||
"comment": null
|
||||
},
|
||||
"LegacyGameUI001": {
|
||||
"value": 15853296,
|
||||
"value": 15859008,
|
||||
"comment": null
|
||||
},
|
||||
"Source2Client002": {
|
||||
"value": 13970672,
|
||||
"value": 13976096,
|
||||
"comment": null
|
||||
},
|
||||
"Source2ClientConfig001": {
|
||||
"value": 10664144,
|
||||
"value": 10664784,
|
||||
"comment": null
|
||||
},
|
||||
"Source2ClientPrediction001": {
|
||||
"value": 14557744,
|
||||
"value": 14563168,
|
||||
"comment": null
|
||||
},
|
||||
"Source2ClientUI001": {
|
||||
"value": 15585280,
|
||||
"value": 15591040,
|
||||
"comment": null
|
||||
}
|
||||
},
|
||||
@ -64,7 +64,7 @@
|
||||
"comment": null
|
||||
},
|
||||
"EngineGameUI001": {
|
||||
"value": 3625680,
|
||||
"value": 3625712,
|
||||
"comment": null
|
||||
},
|
||||
"EngineServiceMgr001": {
|
||||
@ -96,7 +96,7 @@
|
||||
"comment": null
|
||||
},
|
||||
"INETSUPPORT_001": {
|
||||
"value": 3403760,
|
||||
"value": 3403792,
|
||||
"comment": null
|
||||
},
|
||||
"InputService_001": {
|
||||
@ -172,7 +172,7 @@
|
||||
"comment": null
|
||||
},
|
||||
"VENGINE_GAMEUIFUNCS_VERSION005": {
|
||||
"value": 3624272,
|
||||
"value": 3624304,
|
||||
"comment": null
|
||||
},
|
||||
"VProfService_001": {
|
||||
@ -325,7 +325,7 @@
|
||||
"libpanorama_so": {
|
||||
"data": {
|
||||
"PanoramaUIEngine001": {
|
||||
"value": 2232176,
|
||||
"value": 2232192,
|
||||
"comment": null
|
||||
}
|
||||
},
|
||||
@ -431,43 +431,43 @@
|
||||
"libserver_so": {
|
||||
"data": {
|
||||
"EmptyWorldService001_Server": {
|
||||
"value": 12069216,
|
||||
"value": 12069776,
|
||||
"comment": null
|
||||
},
|
||||
"EntitySubclassUtilsV001": {
|
||||
"value": 8785216,
|
||||
"value": 8785232,
|
||||
"comment": null
|
||||
},
|
||||
"NavGameTest001": {
|
||||
"value": 17374784,
|
||||
"value": 17381424,
|
||||
"comment": null
|
||||
},
|
||||
"ServerToolsInfo_001": {
|
||||
"value": 15138464,
|
||||
"value": 15145168,
|
||||
"comment": null
|
||||
},
|
||||
"Source2GameClients001": {
|
||||
"value": 15138352,
|
||||
"value": 15145056,
|
||||
"comment": null
|
||||
},
|
||||
"Source2GameDirector001": {
|
||||
"value": 7094592,
|
||||
"value": 7094608,
|
||||
"comment": null
|
||||
},
|
||||
"Source2GameEntities001": {
|
||||
"value": 15138336,
|
||||
"value": 15145040,
|
||||
"comment": null
|
||||
},
|
||||
"Source2Server001": {
|
||||
"value": 15137552,
|
||||
"value": 15144256,
|
||||
"comment": null
|
||||
},
|
||||
"Source2ServerConfig001": {
|
||||
"value": 11593728,
|
||||
"value": 11594288,
|
||||
"comment": null
|
||||
},
|
||||
"customnavsystem001": {
|
||||
"value": 8355200,
|
||||
"value": 8355216,
|
||||
"comment": null
|
||||
}
|
||||
},
|
||||
@ -506,19 +506,19 @@
|
||||
"libtier0_so": {
|
||||
"data": {
|
||||
"TestScriptMgr001": {
|
||||
"value": 1829440,
|
||||
"value": 1829104,
|
||||
"comment": null
|
||||
},
|
||||
"VEngineCvar007": {
|
||||
"value": 988240,
|
||||
"value": 988016,
|
||||
"comment": null
|
||||
},
|
||||
"VProcessUtils002": {
|
||||
"value": 1688768,
|
||||
"value": 1688432,
|
||||
"comment": null
|
||||
},
|
||||
"VStringTokenSystem001": {
|
||||
"value": 2009632,
|
||||
"value": 2009296,
|
||||
"comment": null
|
||||
}
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Thu, 7 Mar 2024 10:34:35 +0000
|
||||
Fri, 15 Mar 2024 16:09:40 +0000
|
||||
'''
|
||||
|
||||
class libanimationsystem_so: # libanimationsystem.so
|
||||
@ -8,19 +8,19 @@ class libanimationsystem_so: # libanimationsystem.so
|
||||
AnimationSystem_001 = 0x18C850
|
||||
|
||||
class libclient_so: # libclient.so
|
||||
LegacyGameUI001 = 0xF1E6F0
|
||||
Source2ClientUI001 = 0xEDD000
|
||||
Source2ClientPrediction001 = 0xDE2230
|
||||
ClientToolsInfo_001 = 0xD53030
|
||||
Source2Client002 = 0xD52CF0
|
||||
GameClientExports001 = 0xD52C80
|
||||
EmptyWorldService001_Client = 0xA47C90
|
||||
Source2ClientConfig001 = 0xA2B8D0
|
||||
LegacyGameUI001 = 0xF1FD40
|
||||
Source2ClientUI001 = 0xEDE680
|
||||
Source2ClientPrediction001 = 0xDE3760
|
||||
ClientToolsInfo_001 = 0xD54560
|
||||
Source2Client002 = 0xD54220
|
||||
GameClientExports001 = 0xD541B0
|
||||
EmptyWorldService001_Client = 0xA47F20
|
||||
Source2ClientConfig001 = 0xA2BB50
|
||||
|
||||
class libengine2_so: # libengine2.so
|
||||
EngineGameUI001 = 0x3752D0
|
||||
VENGINE_GAMEUIFUNCS_VERSION005 = 0x374D50
|
||||
INETSUPPORT_001 = 0x33EFF0
|
||||
EngineGameUI001 = 0x3752F0
|
||||
VENGINE_GAMEUIFUNCS_VERSION005 = 0x374D70
|
||||
INETSUPPORT_001 = 0x33F010
|
||||
Source2EngineToServer001 = 0x2ED7F0
|
||||
Source2EngineToServerStringTable001 = 0x2CFF80
|
||||
Source2EngineToClient001 = 0x2C6E60
|
||||
@ -93,7 +93,7 @@ class libnetworksystem_so: # libnetworksystem.so
|
||||
FlattenedSerializersVersion001 = 0x159460
|
||||
|
||||
class libpanorama_so: # libpanorama.so
|
||||
PanoramaUIEngine001 = 0x220F70
|
||||
PanoramaUIEngine001 = 0x220F80
|
||||
|
||||
class libpanorama_text_pango_so: # libpanorama_text_pango.so
|
||||
PanoramaTextServices001 = 0xBC4C0
|
||||
@ -127,16 +127,16 @@ class libschemasystem_so: # libschemasystem.so
|
||||
SchemaSystem_001 = 0x211F0
|
||||
|
||||
class libserver_so: # libserver.so
|
||||
NavGameTest001 = 0x1091E40
|
||||
ServerToolsInfo_001 = 0xE6FEA0
|
||||
Source2GameClients001 = 0xE6FE30
|
||||
Source2GameEntities001 = 0xE6FE20
|
||||
Source2Server001 = 0xE6FB10
|
||||
EmptyWorldService001_Server = 0xB82960
|
||||
Source2ServerConfig001 = 0xB0E800
|
||||
EntitySubclassUtilsV001 = 0x860D40
|
||||
customnavsystem001 = 0x7F7D80
|
||||
Source2GameDirector001 = 0x6C4140
|
||||
NavGameTest001 = 0x1093830
|
||||
ServerToolsInfo_001 = 0xE718D0
|
||||
Source2GameClients001 = 0xE71860
|
||||
Source2GameEntities001 = 0xE71850
|
||||
Source2Server001 = 0xE71540
|
||||
EmptyWorldService001_Server = 0xB82B90
|
||||
Source2ServerConfig001 = 0xB0EA30
|
||||
EntitySubclassUtilsV001 = 0x860D50
|
||||
customnavsystem001 = 0x7F7D90
|
||||
Source2GameDirector001 = 0x6C4150
|
||||
|
||||
class libsoundsystem_so: # libsoundsystem.so
|
||||
VMixEditTool001 = 0x1F4340
|
||||
@ -148,10 +148,10 @@ class libsteamaudio_so: # libsteamaudio.so
|
||||
SteamAudio001 = 0x31590
|
||||
|
||||
class libtier0_so: # libtier0.so
|
||||
VStringTokenSystem001 = 0x1EAA20
|
||||
TestScriptMgr001 = 0x1BEA40
|
||||
VProcessUtils002 = 0x19C4C0
|
||||
VEngineCvar007 = 0xF1450
|
||||
VStringTokenSystem001 = 0x1EA8D0
|
||||
TestScriptMgr001 = 0x1BE8F0
|
||||
VProcessUtils002 = 0x19C370
|
||||
VEngineCvar007 = 0xF1370
|
||||
|
||||
class libv8system_so: # libv8system.so
|
||||
Source2V8System001 = 0x1B630
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:35 +0000
|
||||
* Fri, 15 Mar 2024 16:09:40 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
@ -11,20 +11,20 @@ pub mod libanimationsystem_so { // libanimationsystem.so
|
||||
}
|
||||
|
||||
pub mod libclient_so { // libclient.so
|
||||
pub const LegacyGameUI001: usize = 0xF1E6F0;
|
||||
pub const Source2ClientUI001: usize = 0xEDD000;
|
||||
pub const Source2ClientPrediction001: usize = 0xDE2230;
|
||||
pub const ClientToolsInfo_001: usize = 0xD53030;
|
||||
pub const Source2Client002: usize = 0xD52CF0;
|
||||
pub const GameClientExports001: usize = 0xD52C80;
|
||||
pub const EmptyWorldService001_Client: usize = 0xA47C90;
|
||||
pub const Source2ClientConfig001: usize = 0xA2B8D0;
|
||||
pub const LegacyGameUI001: usize = 0xF1FD40;
|
||||
pub const Source2ClientUI001: usize = 0xEDE680;
|
||||
pub const Source2ClientPrediction001: usize = 0xDE3760;
|
||||
pub const ClientToolsInfo_001: usize = 0xD54560;
|
||||
pub const Source2Client002: usize = 0xD54220;
|
||||
pub const GameClientExports001: usize = 0xD541B0;
|
||||
pub const EmptyWorldService001_Client: usize = 0xA47F20;
|
||||
pub const Source2ClientConfig001: usize = 0xA2BB50;
|
||||
}
|
||||
|
||||
pub mod libengine2_so { // libengine2.so
|
||||
pub const EngineGameUI001: usize = 0x3752D0;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x374D50;
|
||||
pub const INETSUPPORT_001: usize = 0x33EFF0;
|
||||
pub const EngineGameUI001: usize = 0x3752F0;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x374D70;
|
||||
pub const INETSUPPORT_001: usize = 0x33F010;
|
||||
pub const Source2EngineToServer001: usize = 0x2ED7F0;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0x2CFF80;
|
||||
pub const Source2EngineToClient001: usize = 0x2C6E60;
|
||||
@ -106,7 +106,7 @@ pub mod libnetworksystem_so { // libnetworksystem.so
|
||||
}
|
||||
|
||||
pub mod libpanorama_so { // libpanorama.so
|
||||
pub const PanoramaUIEngine001: usize = 0x220F70;
|
||||
pub const PanoramaUIEngine001: usize = 0x220F80;
|
||||
}
|
||||
|
||||
pub mod libpanorama_text_pango_so { // libpanorama_text_pango.so
|
||||
@ -150,16 +150,16 @@ pub mod libschemasystem_so { // libschemasystem.so
|
||||
}
|
||||
|
||||
pub mod libserver_so { // libserver.so
|
||||
pub const NavGameTest001: usize = 0x1091E40;
|
||||
pub const ServerToolsInfo_001: usize = 0xE6FEA0;
|
||||
pub const Source2GameClients001: usize = 0xE6FE30;
|
||||
pub const Source2GameEntities001: usize = 0xE6FE20;
|
||||
pub const Source2Server001: usize = 0xE6FB10;
|
||||
pub const EmptyWorldService001_Server: usize = 0xB82960;
|
||||
pub const Source2ServerConfig001: usize = 0xB0E800;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x860D40;
|
||||
pub const customnavsystem001: usize = 0x7F7D80;
|
||||
pub const Source2GameDirector001: usize = 0x6C4140;
|
||||
pub const NavGameTest001: usize = 0x1093830;
|
||||
pub const ServerToolsInfo_001: usize = 0xE718D0;
|
||||
pub const Source2GameClients001: usize = 0xE71860;
|
||||
pub const Source2GameEntities001: usize = 0xE71850;
|
||||
pub const Source2Server001: usize = 0xE71540;
|
||||
pub const EmptyWorldService001_Server: usize = 0xB82B90;
|
||||
pub const Source2ServerConfig001: usize = 0xB0EA30;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x860D50;
|
||||
pub const customnavsystem001: usize = 0x7F7D90;
|
||||
pub const Source2GameDirector001: usize = 0x6C4150;
|
||||
}
|
||||
|
||||
pub mod libsoundsystem_so { // libsoundsystem.so
|
||||
@ -174,10 +174,10 @@ pub mod libsteamaudio_so { // libsteamaudio.so
|
||||
}
|
||||
|
||||
pub mod libtier0_so { // libtier0.so
|
||||
pub const VStringTokenSystem001: usize = 0x1EAA20;
|
||||
pub const TestScriptMgr001: usize = 0x1BEA40;
|
||||
pub const VProcessUtils002: usize = 0x19C4C0;
|
||||
pub const VEngineCvar007: usize = 0xF1450;
|
||||
pub const VStringTokenSystem001: usize = 0x1EA8D0;
|
||||
pub const TestScriptMgr001: usize = 0x1BE8F0;
|
||||
pub const VProcessUtils002: usize = 0x19C370;
|
||||
pub const VEngineCvar007: usize = 0xF1370;
|
||||
}
|
||||
|
||||
pub mod libv8system_so { // libv8system.so
|
||||
|
@ -3,18 +3,18 @@ libanimationsystem_so: # libanimationsystem.so
|
||||
AnimationSystemUtils_001: 1624672
|
||||
AnimationSystem_001: 1624144
|
||||
libclient_so: # libclient.so
|
||||
LegacyGameUI001: 15853296
|
||||
Source2ClientUI001: 15585280
|
||||
Source2ClientPrediction001: 14557744
|
||||
ClientToolsInfo_001: 13971504
|
||||
Source2Client002: 13970672
|
||||
GameClientExports001: 13970560
|
||||
EmptyWorldService001_Client: 10779792
|
||||
Source2ClientConfig001: 10664144
|
||||
LegacyGameUI001: 15859008
|
||||
Source2ClientUI001: 15591040
|
||||
Source2ClientPrediction001: 14563168
|
||||
ClientToolsInfo_001: 13976928
|
||||
Source2Client002: 13976096
|
||||
GameClientExports001: 13975984
|
||||
EmptyWorldService001_Client: 10780448
|
||||
Source2ClientConfig001: 10664784
|
||||
libengine2_so: # libengine2.so
|
||||
EngineGameUI001: 3625680
|
||||
VENGINE_GAMEUIFUNCS_VERSION005: 3624272
|
||||
INETSUPPORT_001: 3403760
|
||||
EngineGameUI001: 3625712
|
||||
VENGINE_GAMEUIFUNCS_VERSION005: 3624304
|
||||
INETSUPPORT_001: 3403792
|
||||
Source2EngineToServer001: 3069936
|
||||
Source2EngineToServerStringTable001: 2948992
|
||||
Source2EngineToClient001: 2911840
|
||||
@ -78,7 +78,7 @@ libnetworksystem_so: # libnetworksystem.so
|
||||
NetworkMessagesVersion001: 1575824
|
||||
FlattenedSerializersVersion001: 1414240
|
||||
libpanorama_so: # libpanorama.so
|
||||
PanoramaUIEngine001: 2232176
|
||||
PanoramaUIEngine001: 2232192
|
||||
libpanorama_text_pango_so: # libpanorama_text_pango.so
|
||||
PanoramaTextServices001: 771264
|
||||
libpanoramauiclient_so: # libpanoramauiclient.so
|
||||
@ -102,16 +102,16 @@ libscenesystem_so: # libscenesystem.so
|
||||
libschemasystem_so: # libschemasystem.so
|
||||
SchemaSystem_001: 135664
|
||||
libserver_so: # libserver.so
|
||||
NavGameTest001: 17374784
|
||||
ServerToolsInfo_001: 15138464
|
||||
Source2GameClients001: 15138352
|
||||
Source2GameEntities001: 15138336
|
||||
Source2Server001: 15137552
|
||||
EmptyWorldService001_Server: 12069216
|
||||
Source2ServerConfig001: 11593728
|
||||
EntitySubclassUtilsV001: 8785216
|
||||
customnavsystem001: 8355200
|
||||
Source2GameDirector001: 7094592
|
||||
NavGameTest001: 17381424
|
||||
ServerToolsInfo_001: 15145168
|
||||
Source2GameClients001: 15145056
|
||||
Source2GameEntities001: 15145040
|
||||
Source2Server001: 15144256
|
||||
EmptyWorldService001_Server: 12069776
|
||||
Source2ServerConfig001: 11594288
|
||||
EntitySubclassUtilsV001: 8785232
|
||||
customnavsystem001: 8355216
|
||||
Source2GameDirector001: 7094608
|
||||
libsoundsystem_so: # libsoundsystem.so
|
||||
VMixEditTool001: 2048832
|
||||
SoundSystem001: 1853728
|
||||
@ -120,10 +120,10 @@ libsoundsystem_so: # libsoundsystem.so
|
||||
libsteamaudio_so: # libsteamaudio.so
|
||||
SteamAudio001: 202128
|
||||
libtier0_so: # libtier0.so
|
||||
VStringTokenSystem001: 2009632
|
||||
TestScriptMgr001: 1829440
|
||||
VProcessUtils002: 1688768
|
||||
VEngineCvar007: 988240
|
||||
VStringTokenSystem001: 2009296
|
||||
TestScriptMgr001: 1829104
|
||||
VProcessUtils002: 1688432
|
||||
VEngineCvar007: 988016
|
||||
libv8system_so: # libv8system.so
|
||||
Source2V8System001: 112176
|
||||
libvphysics2_so: # libvphysics2.so
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
public static class AimMatrixOpFixedSettings_t {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Thu, 7 Mar 2024 10:34:33 +0000
|
||||
Fri, 15 Mar 2024 16:09:38 +0000
|
||||
'''
|
||||
|
||||
class AimMatrixOpFixedSettings_t:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:35 +0000
|
||||
* Fri, 15 Mar 2024 16:09:39 +0000
|
||||
*/
|
||||
|
||||
public static class ActiveModelConfig_t {
|
||||
@ -2200,12 +2200,13 @@ public static class C_CSPlayerPawnBase { // C_BasePlayerPawn
|
||||
public const nint m_vecPlayerPatchEconIndices = 0x1598; // uint32_t[5]
|
||||
public const nint m_bHideTargetID = 0x15B4; // bool
|
||||
public const nint m_flLastSmokeOverlayAlpha = 0x15B8; // float
|
||||
public const nint m_vLastSmokeOverlayColor = 0x15BC; // Vector
|
||||
public const nint m_nPlayerSmokedFx = 0x15C8; // ParticleIndex_t
|
||||
public const nint m_nPlayerInfernoBodyFx = 0x15CC; // ParticleIndex_t
|
||||
public const nint m_nPlayerInfernoFootFx = 0x15D0; // ParticleIndex_t
|
||||
public const nint m_flNextMagDropTime = 0x15D4; // float
|
||||
public const nint m_nLastMagDropAttachmentIndex = 0x15D8; // int32_t
|
||||
public const nint m_flLastSmokeAge = 0x15BC; // float
|
||||
public const nint m_vLastSmokeOverlayColor = 0x15C0; // Vector
|
||||
public const nint m_nPlayerSmokedFx = 0x15CC; // ParticleIndex_t
|
||||
public const nint m_nPlayerInfernoBodyFx = 0x15D0; // ParticleIndex_t
|
||||
public const nint m_nPlayerInfernoFootFx = 0x15D4; // ParticleIndex_t
|
||||
public const nint m_flNextMagDropTime = 0x15D8; // float
|
||||
public const nint m_nLastMagDropAttachmentIndex = 0x15DC; // int32_t
|
||||
public const nint m_vecBulletHitModels = 0x15E0; // CUtlVector<C_BulletHitModel*>
|
||||
public const nint m_vecPickupModelSlerpers = 0x15F8; // CUtlVector<C_PickUpModelSlerper*>
|
||||
public const nint m_vecLastAliveLocalVelocity = 0x1610; // Vector
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:35 +0000
|
||||
* Fri, 15 Mar 2024 16:09:39 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
@ -2204,12 +2204,13 @@ namespace C_CSPlayerPawnBase { // C_BasePlayerPawn
|
||||
constexpr std::ptrdiff_t m_vecPlayerPatchEconIndices = 0x1598; // uint32_t[5]
|
||||
constexpr std::ptrdiff_t m_bHideTargetID = 0x15B4; // bool
|
||||
constexpr std::ptrdiff_t m_flLastSmokeOverlayAlpha = 0x15B8; // float
|
||||
constexpr std::ptrdiff_t m_vLastSmokeOverlayColor = 0x15BC; // Vector
|
||||
constexpr std::ptrdiff_t m_nPlayerSmokedFx = 0x15C8; // ParticleIndex_t
|
||||
constexpr std::ptrdiff_t m_nPlayerInfernoBodyFx = 0x15CC; // ParticleIndex_t
|
||||
constexpr std::ptrdiff_t m_nPlayerInfernoFootFx = 0x15D0; // ParticleIndex_t
|
||||
constexpr std::ptrdiff_t m_flNextMagDropTime = 0x15D4; // float
|
||||
constexpr std::ptrdiff_t m_nLastMagDropAttachmentIndex = 0x15D8; // int32_t
|
||||
constexpr std::ptrdiff_t m_flLastSmokeAge = 0x15BC; // float
|
||||
constexpr std::ptrdiff_t m_vLastSmokeOverlayColor = 0x15C0; // Vector
|
||||
constexpr std::ptrdiff_t m_nPlayerSmokedFx = 0x15CC; // ParticleIndex_t
|
||||
constexpr std::ptrdiff_t m_nPlayerInfernoBodyFx = 0x15D0; // ParticleIndex_t
|
||||
constexpr std::ptrdiff_t m_nPlayerInfernoFootFx = 0x15D4; // ParticleIndex_t
|
||||
constexpr std::ptrdiff_t m_flNextMagDropTime = 0x15D8; // float
|
||||
constexpr std::ptrdiff_t m_nLastMagDropAttachmentIndex = 0x15DC; // int32_t
|
||||
constexpr std::ptrdiff_t m_vecBulletHitModels = 0x15E0; // CUtlVector<C_BulletHitModel*>
|
||||
constexpr std::ptrdiff_t m_vecPickupModelSlerpers = 0x15F8; // CUtlVector<C_PickUpModelSlerper*>
|
||||
constexpr std::ptrdiff_t m_vecLastAliveLocalVelocity = 0x1610; // Vector
|
||||
|
@ -7129,6 +7129,10 @@
|
||||
"value": 4792,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flLastSmokeAge": {
|
||||
"value": 5564,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flLastSmokeOverlayAlpha": {
|
||||
"value": 5560,
|
||||
"comment": "float"
|
||||
@ -7150,7 +7154,7 @@
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flNextMagDropTime": {
|
||||
"value": 5588,
|
||||
"value": 5592,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flNightVisionAlpha": {
|
||||
@ -7302,7 +7306,7 @@
|
||||
"comment": "CEntityIndex"
|
||||
},
|
||||
"m_nLastMagDropAttachmentIndex": {
|
||||
"value": 5592,
|
||||
"value": 5596,
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_nMyCollisionGroup": {
|
||||
@ -7310,15 +7314,15 @@
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_nPlayerInfernoBodyFx": {
|
||||
"value": 5580,
|
||||
"comment": "ParticleIndex_t"
|
||||
},
|
||||
"m_nPlayerInfernoFootFx": {
|
||||
"value": 5584,
|
||||
"comment": "ParticleIndex_t"
|
||||
},
|
||||
"m_nPlayerInfernoFootFx": {
|
||||
"value": 5588,
|
||||
"comment": "ParticleIndex_t"
|
||||
},
|
||||
"m_nPlayerSmokedFx": {
|
||||
"value": 5576,
|
||||
"value": 5580,
|
||||
"comment": "ParticleIndex_t"
|
||||
},
|
||||
"m_nSurvivalTeamNumber": {
|
||||
@ -7370,7 +7374,7 @@
|
||||
"comment": "Vector"
|
||||
},
|
||||
"m_vLastSmokeOverlayColor": {
|
||||
"value": 5564,
|
||||
"value": 5568,
|
||||
"comment": "Vector"
|
||||
},
|
||||
"m_vecBulletHitModels": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Thu, 7 Mar 2024 10:34:35 +0000
|
||||
Fri, 15 Mar 2024 16:09:39 +0000
|
||||
'''
|
||||
|
||||
class ActiveModelConfig_t:
|
||||
@ -2007,12 +2007,13 @@ class C_CSPlayerPawnBase: # C_BasePlayerPawn
|
||||
m_vecPlayerPatchEconIndices = 0x1598 # uint32_t[5]
|
||||
m_bHideTargetID = 0x15B4 # bool
|
||||
m_flLastSmokeOverlayAlpha = 0x15B8 # float
|
||||
m_vLastSmokeOverlayColor = 0x15BC # Vector
|
||||
m_nPlayerSmokedFx = 0x15C8 # ParticleIndex_t
|
||||
m_nPlayerInfernoBodyFx = 0x15CC # ParticleIndex_t
|
||||
m_nPlayerInfernoFootFx = 0x15D0 # ParticleIndex_t
|
||||
m_flNextMagDropTime = 0x15D4 # float
|
||||
m_nLastMagDropAttachmentIndex = 0x15D8 # int32_t
|
||||
m_flLastSmokeAge = 0x15BC # float
|
||||
m_vLastSmokeOverlayColor = 0x15C0 # Vector
|
||||
m_nPlayerSmokedFx = 0x15CC # ParticleIndex_t
|
||||
m_nPlayerInfernoBodyFx = 0x15D0 # ParticleIndex_t
|
||||
m_nPlayerInfernoFootFx = 0x15D4 # ParticleIndex_t
|
||||
m_flNextMagDropTime = 0x15D8 # float
|
||||
m_nLastMagDropAttachmentIndex = 0x15DC # int32_t
|
||||
m_vecBulletHitModels = 0x15E0 # CUtlVector<C_BulletHitModel*>
|
||||
m_vecPickupModelSlerpers = 0x15F8 # CUtlVector<C_PickUpModelSlerper*>
|
||||
m_vecLastAliveLocalVelocity = 0x1610 # Vector
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:35 +0000
|
||||
* Fri, 15 Mar 2024 16:09:39 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
@ -2202,12 +2202,13 @@ pub mod C_CSPlayerPawnBase { // C_BasePlayerPawn
|
||||
pub const m_vecPlayerPatchEconIndices: usize = 0x1598; // uint32_t[5]
|
||||
pub const m_bHideTargetID: usize = 0x15B4; // bool
|
||||
pub const m_flLastSmokeOverlayAlpha: usize = 0x15B8; // float
|
||||
pub const m_vLastSmokeOverlayColor: usize = 0x15BC; // Vector
|
||||
pub const m_nPlayerSmokedFx: usize = 0x15C8; // ParticleIndex_t
|
||||
pub const m_nPlayerInfernoBodyFx: usize = 0x15CC; // ParticleIndex_t
|
||||
pub const m_nPlayerInfernoFootFx: usize = 0x15D0; // ParticleIndex_t
|
||||
pub const m_flNextMagDropTime: usize = 0x15D4; // float
|
||||
pub const m_nLastMagDropAttachmentIndex: usize = 0x15D8; // int32_t
|
||||
pub const m_flLastSmokeAge: usize = 0x15BC; // float
|
||||
pub const m_vLastSmokeOverlayColor: usize = 0x15C0; // Vector
|
||||
pub const m_nPlayerSmokedFx: usize = 0x15CC; // ParticleIndex_t
|
||||
pub const m_nPlayerInfernoBodyFx: usize = 0x15D0; // ParticleIndex_t
|
||||
pub const m_nPlayerInfernoFootFx: usize = 0x15D4; // ParticleIndex_t
|
||||
pub const m_flNextMagDropTime: usize = 0x15D8; // float
|
||||
pub const m_nLastMagDropAttachmentIndex: usize = 0x15DC; // int32_t
|
||||
pub const m_vecBulletHitModels: usize = 0x15E0; // CUtlVector<C_BulletHitModel*>
|
||||
pub const m_vecPickupModelSlerpers: usize = 0x15F8; // CUtlVector<C_PickUpModelSlerper*>
|
||||
pub const m_vecLastAliveLocalVelocity: usize = 0x1610; // Vector
|
||||
|
@ -1810,12 +1810,13 @@ C_CSPlayerPawnBase: # C_BasePlayerPawn
|
||||
m_vecPlayerPatchEconIndices: 5528 # uint32_t[5]
|
||||
m_bHideTargetID: 5556 # bool
|
||||
m_flLastSmokeOverlayAlpha: 5560 # float
|
||||
m_vLastSmokeOverlayColor: 5564 # Vector
|
||||
m_nPlayerSmokedFx: 5576 # ParticleIndex_t
|
||||
m_nPlayerInfernoBodyFx: 5580 # ParticleIndex_t
|
||||
m_nPlayerInfernoFootFx: 5584 # ParticleIndex_t
|
||||
m_flNextMagDropTime: 5588 # float
|
||||
m_nLastMagDropAttachmentIndex: 5592 # int32_t
|
||||
m_flLastSmokeAge: 5564 # float
|
||||
m_vLastSmokeOverlayColor: 5568 # Vector
|
||||
m_nPlayerSmokedFx: 5580 # ParticleIndex_t
|
||||
m_nPlayerInfernoBodyFx: 5584 # ParticleIndex_t
|
||||
m_nPlayerInfernoFootFx: 5588 # ParticleIndex_t
|
||||
m_flNextMagDropTime: 5592 # float
|
||||
m_nLastMagDropAttachmentIndex: 5596 # int32_t
|
||||
m_vecBulletHitModels: 5600 # CUtlVector<C_BulletHitModel*>
|
||||
m_vecPickupModelSlerpers: 5624 # CUtlVector<C_PickUpModelSlerper*>
|
||||
m_vecLastAliveLocalVelocity: 5648 # Vector
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:37 +0000
|
||||
*/
|
||||
|
||||
public static class CEmptyEntityInstance {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:37 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Thu, 7 Mar 2024 10:34:33 +0000
|
||||
Fri, 15 Mar 2024 16:09:37 +0000
|
||||
'''
|
||||
|
||||
class CEmptyEntityInstance:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:37 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:35 +0000
|
||||
* Fri, 15 Mar 2024 16:09:39 +0000
|
||||
*/
|
||||
|
||||
public static class CAnimScriptBase {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:35 +0000
|
||||
* Fri, 15 Mar 2024 16:09:39 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Thu, 7 Mar 2024 10:34:35 +0000
|
||||
Fri, 15 Mar 2024 16:09:39 +0000
|
||||
'''
|
||||
|
||||
class CAnimScriptBase:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:35 +0000
|
||||
* Fri, 15 Mar 2024 16:09:39 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:37 +0000
|
||||
*/
|
||||
|
||||
public static class MaterialParamBuffer_t { // MaterialParam_t
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:37 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Thu, 7 Mar 2024 10:34:33 +0000
|
||||
Fri, 15 Mar 2024 16:09:37 +0000
|
||||
'''
|
||||
|
||||
class MaterialParamBuffer_t: # MaterialParam_t
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:37 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:37 +0000
|
||||
*/
|
||||
|
||||
public static class ChangeAccessorFieldPathIndex_t {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:37 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Thu, 7 Mar 2024 10:34:33 +0000
|
||||
Fri, 15 Mar 2024 16:09:37 +0000
|
||||
'''
|
||||
|
||||
class ChangeAccessorFieldPathIndex_t:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:37 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:34 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
public static class CBaseRendererSource2 { // CParticleFunctionRenderer
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:34 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Thu, 7 Mar 2024 10:34:34 +0000
|
||||
Fri, 15 Mar 2024 16:09:38 +0000
|
||||
'''
|
||||
|
||||
class CBaseRendererSource2: # CParticleFunctionRenderer
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:34 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:34 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
public static class CBasePulseGraphInstance {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:34 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Thu, 7 Mar 2024 10:34:34 +0000
|
||||
Fri, 15 Mar 2024 16:09:38 +0000
|
||||
'''
|
||||
|
||||
class CBasePulseGraphInstance:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:34 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:37 +0000
|
||||
*/
|
||||
|
||||
public static class RenderInputLayoutField_t {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:37 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Thu, 7 Mar 2024 10:34:33 +0000
|
||||
Fri, 15 Mar 2024 16:09:37 +0000
|
||||
'''
|
||||
|
||||
class RenderInputLayoutField_t:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:37 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:37 +0000
|
||||
*/
|
||||
|
||||
public static class AABB_t {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:37 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Thu, 7 Mar 2024 10:34:33 +0000
|
||||
Fri, 15 Mar 2024 16:09:37 +0000
|
||||
'''
|
||||
|
||||
class AABB_t:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:37 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:34 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
public static class CSSDSEndFrameViewInfo {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:34 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Thu, 7 Mar 2024 10:34:34 +0000
|
||||
Fri, 15 Mar 2024 16:09:38 +0000
|
||||
'''
|
||||
|
||||
class CSSDSEndFrameViewInfo:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:34 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:37 +0000
|
||||
*/
|
||||
|
||||
public static class CExampleSchemaVData_Monomorphic {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:37 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Thu, 7 Mar 2024 10:34:33 +0000
|
||||
Fri, 15 Mar 2024 16:09:37 +0000
|
||||
'''
|
||||
|
||||
class CExampleSchemaVData_Monomorphic:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:37 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:34 +0000
|
||||
* Fri, 15 Mar 2024 16:09:39 +0000
|
||||
*/
|
||||
|
||||
public static class ActiveModelConfig_t {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:34 +0000
|
||||
* Fri, 15 Mar 2024 16:09:39 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Thu, 7 Mar 2024 10:34:35 +0000
|
||||
Fri, 15 Mar 2024 16:09:39 +0000
|
||||
'''
|
||||
|
||||
class ActiveModelConfig_t:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:35 +0000
|
||||
* Fri, 15 Mar 2024 16:09:39 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
public static class CDSPMixgroupModifier {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Thu, 7 Mar 2024 10:34:33 +0000
|
||||
Fri, 15 Mar 2024 16:09:38 +0000
|
||||
'''
|
||||
|
||||
class CDSPMixgroupModifier:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
public static class CFeIndexedJiggleBone {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Thu, 7 Mar 2024 10:34:33 +0000
|
||||
Fri, 15 Mar 2024 16:09:38 +0000
|
||||
'''
|
||||
|
||||
class CFeIndexedJiggleBone:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:33 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:34 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
public static class AggregateLODSetup_t {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:34 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Thu, 7 Mar 2024 10:34:34 +0000
|
||||
Fri, 15 Mar 2024 16:09:38 +0000
|
||||
'''
|
||||
|
||||
class AggregateLODSetup_t:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:34 +0000
|
||||
* Fri, 15 Mar 2024 16:09:38 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,30 +1,30 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Mon, 11 Mar 2024 20:06:27 +0000
|
||||
* Fri, 15 Mar 2024 16:10:00 +0000
|
||||
*/
|
||||
|
||||
public static class game_info { // Some additional information about the game at dump time
|
||||
public const nint buildNumber = 0x36AB; // Game build number
|
||||
public const nint buildNumber = 0x36AC; // Game build number
|
||||
}
|
||||
|
||||
public static class libclient_so { // libclient.so
|
||||
public const nint dwEntityList = 0x35A5808;
|
||||
public const nint dwForceAttack = 0x372FEB0;
|
||||
public const nint dwForceAttack2 = 0x372FE10;
|
||||
public const nint dwGameEntitySystem = 0x385B700;
|
||||
public const nint dwEntityList = 0x35A7848;
|
||||
public const nint dwForceAttack = 0x3731FD0;
|
||||
public const nint dwForceAttack2 = 0x3731F30;
|
||||
public const nint dwGameEntitySystem = 0x385D880;
|
||||
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1540;
|
||||
public const nint dwGameRules = 0x3731248;
|
||||
public const nint dwGlobalVars = 0x35669D0;
|
||||
public const nint dwGlowManager = 0x3735B50;
|
||||
public const nint dwInterfaceLinkList = 0x37CDF30;
|
||||
public const nint dwLocalPlayerController = 0x3716778;
|
||||
public const nint dwLocalPlayerPawn = 0x3736B38;
|
||||
public const nint dwPlantedC4 = 0x374B398;
|
||||
public const nint dwPrediction = 0x3736A00;
|
||||
public const nint dwGameRules = 0x3733368;
|
||||
public const nint dwGlobalVars = 0x35689D0;
|
||||
public const nint dwGlowManager = 0x3737C70;
|
||||
public const nint dwInterfaceLinkList = 0x37D00B0;
|
||||
public const nint dwLocalPlayerController = 0x3718898;
|
||||
public const nint dwLocalPlayerPawn = 0x3738C58;
|
||||
public const nint dwPlantedC4 = 0x374D4B8;
|
||||
public const nint dwPrediction = 0x3738B20;
|
||||
public const nint dwSensitivity_sensitivity = 0x40;
|
||||
public const nint dwViewAngles = 0x3743870;
|
||||
public const nint dwViewMatrix = 0x3737660;
|
||||
public const nint dwViewRender = 0x3737810;
|
||||
public const nint dwViewAngles = 0x37459A0;
|
||||
public const nint dwViewMatrix = 0x3739780;
|
||||
public const nint dwViewRender = 0x3739930;
|
||||
}
|
||||
|
||||
public static class libengine2_so { // libengine2.so
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Mon, 11 Mar 2024 20:06:27 +0000
|
||||
* Fri, 15 Mar 2024 16:10:00 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
@ -8,27 +8,27 @@
|
||||
#include <cstddef>
|
||||
|
||||
namespace game_info { // Some additional information about the game at dump time
|
||||
constexpr std::ptrdiff_t buildNumber = 0x36AB; // Game build number
|
||||
constexpr std::ptrdiff_t buildNumber = 0x36AC; // Game build number
|
||||
}
|
||||
|
||||
namespace libclient_so { // libclient.so
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x35A5808;
|
||||
constexpr std::ptrdiff_t dwForceAttack = 0x372FEB0;
|
||||
constexpr std::ptrdiff_t dwForceAttack2 = 0x372FE10;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x385B700;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x35A7848;
|
||||
constexpr std::ptrdiff_t dwForceAttack = 0x3731FD0;
|
||||
constexpr std::ptrdiff_t dwForceAttack2 = 0x3731F30;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x385D880;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1540;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x3731248;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x35669D0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x3735B50;
|
||||
constexpr std::ptrdiff_t dwInterfaceLinkList = 0x37CDF30;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x3716778;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x3736B38;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x374B398;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x3736A00;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x3733368;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x35689D0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x3737C70;
|
||||
constexpr std::ptrdiff_t dwInterfaceLinkList = 0x37D00B0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x3718898;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x3738C58;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x374D4B8;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x3738B20;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x3743870;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x3737660;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x3737810;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x37459A0;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x3739780;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x3739930;
|
||||
}
|
||||
|
||||
namespace libengine2_so { // libengine2.so
|
||||
|
@ -2,7 +2,7 @@
|
||||
"game_info": {
|
||||
"data": {
|
||||
"buildNumber": {
|
||||
"value": 13995,
|
||||
"value": 13996,
|
||||
"comment": "Game build number"
|
||||
}
|
||||
},
|
||||
@ -11,19 +11,19 @@
|
||||
"libclient_so": {
|
||||
"data": {
|
||||
"dwEntityList": {
|
||||
"value": 56252424,
|
||||
"value": 56260680,
|
||||
"comment": null
|
||||
},
|
||||
"dwForceAttack": {
|
||||
"value": 57867952,
|
||||
"value": 57876432,
|
||||
"comment": null
|
||||
},
|
||||
"dwForceAttack2": {
|
||||
"value": 57867792,
|
||||
"value": 57876272,
|
||||
"comment": null
|
||||
},
|
||||
"dwGameEntitySystem": {
|
||||
"value": 59094784,
|
||||
"value": 59103360,
|
||||
"comment": null
|
||||
},
|
||||
"dwGameEntitySystem_getHighestEntityIndex": {
|
||||
@ -31,35 +31,35 @@
|
||||
"comment": null
|
||||
},
|
||||
"dwGameRules": {
|
||||
"value": 57872968,
|
||||
"value": 57881448,
|
||||
"comment": null
|
||||
},
|
||||
"dwGlobalVars": {
|
||||
"value": 55994832,
|
||||
"value": 56003024,
|
||||
"comment": null
|
||||
},
|
||||
"dwGlowManager": {
|
||||
"value": 57891664,
|
||||
"value": 57900144,
|
||||
"comment": null
|
||||
},
|
||||
"dwInterfaceLinkList": {
|
||||
"value": 58515248,
|
||||
"value": 58523824,
|
||||
"comment": null
|
||||
},
|
||||
"dwLocalPlayerController": {
|
||||
"value": 57763704,
|
||||
"value": 57772184,
|
||||
"comment": null
|
||||
},
|
||||
"dwLocalPlayerPawn": {
|
||||
"value": 57895736,
|
||||
"value": 57904216,
|
||||
"comment": null
|
||||
},
|
||||
"dwPlantedC4": {
|
||||
"value": 57979800,
|
||||
"value": 57988280,
|
||||
"comment": null
|
||||
},
|
||||
"dwPrediction": {
|
||||
"value": 57895424,
|
||||
"value": 57903904,
|
||||
"comment": null
|
||||
},
|
||||
"dwSensitivity_sensitivity": {
|
||||
@ -67,15 +67,15 @@
|
||||
"comment": null
|
||||
},
|
||||
"dwViewAngles": {
|
||||
"value": 57948272,
|
||||
"value": 57956768,
|
||||
"comment": null
|
||||
},
|
||||
"dwViewMatrix": {
|
||||
"value": 57898592,
|
||||
"value": 57907072,
|
||||
"comment": null
|
||||
},
|
||||
"dwViewRender": {
|
||||
"value": 57899024,
|
||||
"value": 57907504,
|
||||
"comment": null
|
||||
}
|
||||
},
|
||||
|
@ -1,29 +1,29 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Mon, 11 Mar 2024 20:06:27 +0000
|
||||
Fri, 15 Mar 2024 16:10:00 +0000
|
||||
'''
|
||||
|
||||
class game_info: # Some additional information about the game at dump time
|
||||
buildNumber = 0x36AB # Game build number
|
||||
buildNumber = 0x36AC # Game build number
|
||||
|
||||
class libclient_so: # libclient.so
|
||||
dwEntityList = 0x35A5808
|
||||
dwForceAttack = 0x372FEB0
|
||||
dwForceAttack2 = 0x372FE10
|
||||
dwGameEntitySystem = 0x385B700
|
||||
dwEntityList = 0x35A7848
|
||||
dwForceAttack = 0x3731FD0
|
||||
dwForceAttack2 = 0x3731F30
|
||||
dwGameEntitySystem = 0x385D880
|
||||
dwGameEntitySystem_getHighestEntityIndex = 0x1540
|
||||
dwGameRules = 0x3731248
|
||||
dwGlobalVars = 0x35669D0
|
||||
dwGlowManager = 0x3735B50
|
||||
dwInterfaceLinkList = 0x37CDF30
|
||||
dwLocalPlayerController = 0x3716778
|
||||
dwLocalPlayerPawn = 0x3736B38
|
||||
dwPlantedC4 = 0x374B398
|
||||
dwPrediction = 0x3736A00
|
||||
dwGameRules = 0x3733368
|
||||
dwGlobalVars = 0x35689D0
|
||||
dwGlowManager = 0x3737C70
|
||||
dwInterfaceLinkList = 0x37D00B0
|
||||
dwLocalPlayerController = 0x3718898
|
||||
dwLocalPlayerPawn = 0x3738C58
|
||||
dwPlantedC4 = 0x374D4B8
|
||||
dwPrediction = 0x3738B20
|
||||
dwSensitivity_sensitivity = 0x40
|
||||
dwViewAngles = 0x3743870
|
||||
dwViewMatrix = 0x3737660
|
||||
dwViewRender = 0x3737810
|
||||
dwViewAngles = 0x37459A0
|
||||
dwViewMatrix = 0x3739780
|
||||
dwViewRender = 0x3739930
|
||||
|
||||
class libengine2_so: # libengine2.so
|
||||
dwBuildNumber = 0x6D35F4
|
||||
|
@ -1,32 +1,32 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Mon, 11 Mar 2024 20:06:27 +0000
|
||||
* Fri, 15 Mar 2024 16:10:00 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
pub mod game_info { // Some additional information about the game at dump time
|
||||
pub const buildNumber: usize = 0x36AB; // Game build number
|
||||
pub const buildNumber: usize = 0x36AC; // Game build number
|
||||
}
|
||||
|
||||
pub mod libclient_so { // libclient.so
|
||||
pub const dwEntityList: usize = 0x35A5808;
|
||||
pub const dwForceAttack: usize = 0x372FEB0;
|
||||
pub const dwForceAttack2: usize = 0x372FE10;
|
||||
pub const dwGameEntitySystem: usize = 0x385B700;
|
||||
pub const dwEntityList: usize = 0x35A7848;
|
||||
pub const dwForceAttack: usize = 0x3731FD0;
|
||||
pub const dwForceAttack2: usize = 0x3731F30;
|
||||
pub const dwGameEntitySystem: usize = 0x385D880;
|
||||
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1540;
|
||||
pub const dwGameRules: usize = 0x3731248;
|
||||
pub const dwGlobalVars: usize = 0x35669D0;
|
||||
pub const dwGlowManager: usize = 0x3735B50;
|
||||
pub const dwInterfaceLinkList: usize = 0x37CDF30;
|
||||
pub const dwLocalPlayerController: usize = 0x3716778;
|
||||
pub const dwLocalPlayerPawn: usize = 0x3736B38;
|
||||
pub const dwPlantedC4: usize = 0x374B398;
|
||||
pub const dwPrediction: usize = 0x3736A00;
|
||||
pub const dwGameRules: usize = 0x3733368;
|
||||
pub const dwGlobalVars: usize = 0x35689D0;
|
||||
pub const dwGlowManager: usize = 0x3737C70;
|
||||
pub const dwInterfaceLinkList: usize = 0x37D00B0;
|
||||
pub const dwLocalPlayerController: usize = 0x3718898;
|
||||
pub const dwLocalPlayerPawn: usize = 0x3738C58;
|
||||
pub const dwPlantedC4: usize = 0x374D4B8;
|
||||
pub const dwPrediction: usize = 0x3738B20;
|
||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||
pub const dwViewAngles: usize = 0x3743870;
|
||||
pub const dwViewMatrix: usize = 0x3737660;
|
||||
pub const dwViewRender: usize = 0x3737810;
|
||||
pub const dwViewAngles: usize = 0x37459A0;
|
||||
pub const dwViewMatrix: usize = 0x3739780;
|
||||
pub const dwViewRender: usize = 0x3739930;
|
||||
}
|
||||
|
||||
pub mod libengine2_so { // libengine2.so
|
||||
|
@ -1,24 +1,24 @@
|
||||
---
|
||||
game_info: # Some additional information about the game at dump time
|
||||
buildNumber: 13995 # Game build number
|
||||
buildNumber: 13996 # Game build number
|
||||
libclient_so: # libclient.so
|
||||
dwEntityList: 56252424
|
||||
dwForceAttack: 57867952
|
||||
dwForceAttack2: 57867792
|
||||
dwGameEntitySystem: 59094784
|
||||
dwEntityList: 56260680
|
||||
dwForceAttack: 57876432
|
||||
dwForceAttack2: 57876272
|
||||
dwGameEntitySystem: 59103360
|
||||
dwGameEntitySystem_getHighestEntityIndex: 5440
|
||||
dwGameRules: 57872968
|
||||
dwGlobalVars: 55994832
|
||||
dwGlowManager: 57891664
|
||||
dwInterfaceLinkList: 58515248
|
||||
dwLocalPlayerController: 57763704
|
||||
dwLocalPlayerPawn: 57895736
|
||||
dwPlantedC4: 57979800
|
||||
dwPrediction: 57895424
|
||||
dwGameRules: 57881448
|
||||
dwGlobalVars: 56003024
|
||||
dwGlowManager: 57900144
|
||||
dwInterfaceLinkList: 58523824
|
||||
dwLocalPlayerController: 57772184
|
||||
dwLocalPlayerPawn: 57904216
|
||||
dwPlantedC4: 57988280
|
||||
dwPrediction: 57903904
|
||||
dwSensitivity_sensitivity: 64
|
||||
dwViewAngles: 57948272
|
||||
dwViewMatrix: 57898592
|
||||
dwViewRender: 57899024
|
||||
dwViewAngles: 57956768
|
||||
dwViewMatrix: 57907072
|
||||
dwViewRender: 57907504
|
||||
libengine2_so: # libengine2.so
|
||||
dwBuildNumber: 7157236
|
||||
dwNetworkGameClient_deltaTick: 632
|
||||
|
Loading…
x
Reference in New Issue
Block a user