Game update (14021)

This commit is contained in:
a2x 2024-07-12 12:08:42 +10:00
parent 9742458443
commit 0a63e2cc3a
64 changed files with 250 additions and 250 deletions

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Schemas {
// Module: animationsystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper {
// Module: client.dll
@ -11,14 +11,14 @@ namespace CS2Dumper {
public const nint forward = 0x181C3A0;
public const nint jump = 0x181C670;
public const nint left = 0x181C4C0;
public const nint lookatweapon = 0x1A27D50;
public const nint lookatweapon = 0x1A27D30;
public const nint reload = 0x181C0D0;
public const nint right = 0x181C550;
public const nint showscores = 0x1A27C30;
public const nint showscores = 0x1A27C10;
public const nint sprint = 0x181C040;
public const nint turnleft = 0x181C280;
public const nint turnright = 0x181C310;
public const nint use = 0x181C5E0;
public const nint zoom = 0x1A27CC0;
public const nint zoom = 0x1A27CA0;
}
}

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once
@ -15,14 +15,14 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t forward = 0x181C3A0;
constexpr std::ptrdiff_t jump = 0x181C670;
constexpr std::ptrdiff_t left = 0x181C4C0;
constexpr std::ptrdiff_t lookatweapon = 0x1A27D50;
constexpr std::ptrdiff_t lookatweapon = 0x1A27D30;
constexpr std::ptrdiff_t reload = 0x181C0D0;
constexpr std::ptrdiff_t right = 0x181C550;
constexpr std::ptrdiff_t showscores = 0x1A27C30;
constexpr std::ptrdiff_t showscores = 0x1A27C10;
constexpr std::ptrdiff_t sprint = 0x181C040;
constexpr std::ptrdiff_t turnleft = 0x181C280;
constexpr std::ptrdiff_t turnright = 0x181C310;
constexpr std::ptrdiff_t use = 0x181C5E0;
constexpr std::ptrdiff_t zoom = 0x1A27CC0;
constexpr std::ptrdiff_t zoom = 0x1A27CA0;
}
}

View File

@ -7,14 +7,14 @@
"forward": 25281440,
"jump": 25282160,
"left": 25281728,
"lookatweapon": 27426128,
"lookatweapon": 27426096,
"reload": 25280720,
"right": 25281872,
"showscores": 27425840,
"showscores": 27425808,
"sprint": 25280576,
"turnleft": 25281152,
"turnright": 25281296,
"use": 25282016,
"zoom": 27425984
"zoom": 27425952
}
}

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, unused)]
@ -13,14 +13,14 @@ pub mod cs2_dumper {
pub const forward: usize = 0x181C3A0;
pub const jump: usize = 0x181C670;
pub const left: usize = 0x181C4C0;
pub const lookatweapon: usize = 0x1A27D50;
pub const lookatweapon: usize = 0x1A27D30;
pub const reload: usize = 0x181C0D0;
pub const right: usize = 0x181C550;
pub const showscores: usize = 0x1A27C30;
pub const showscores: usize = 0x1A27C10;
pub const sprint: usize = 0x181C040;
pub const turnleft: usize = 0x181C280;
pub const turnright: usize = 0x181C310;
pub const r#use: usize = 0x181C5E0;
pub const zoom: usize = 0x1A27CC0;
pub const zoom: usize = 0x1A27CA0;
}
}

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Schemas {
// Module: client.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Schemas {
// Module: engine2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Schemas {
// Module: host.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,4 +1,4 @@
{
"build_number": 14020,
"timestamp": "2024-07-02T22:14:16.333089500+00:00"
"build_number": 14021,
"timestamp": "2024-07-12T02:07:06.756971700+00:00"
}

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Interfaces {
// Module: animationsystem.dll
@ -10,11 +10,11 @@ namespace CS2Dumper.Interfaces {
// Module: client.dll
public static class ClientDll {
public const nint ClientToolsInfo_001 = 0x181B770;
public const nint EmptyWorldService001_Client = 0x17D8660;
public const nint EmptyWorldService001_Client = 0x17D8670;
public const nint GameClientExports001 = 0x1818428;
public const nint LegacyGameUI001 = 0x1838200;
public const nint Source2Client002 = 0x1A195F0;
public const nint Source2ClientConfig001 = 0x19BA1D0;
public const nint Source2Client002 = 0x1A195D0;
public const nint Source2ClientConfig001 = 0x19BA1B0;
public const nint Source2ClientPrediction001 = 0x18238C0;
public const nint Source2ClientUI001 = 0x1836D30;
}
@ -159,13 +159,13 @@ namespace CS2Dumper.Interfaces {
public static class ServerDll {
public const nint EmptyWorldService001_Server = 0x1360FC0;
public const nint EntitySubclassUtilsV001 = 0x13134D0;
public const nint NavGameTest001 = 0x13FF7C8;
public const nint ServerToolsInfo_001 = 0x13B4ED8;
public const nint Source2GameClients001 = 0x13B0340;
public const nint Source2GameDirector001 = 0x14E46E0;
public const nint Source2GameEntities001 = 0x13B4EA0;
public const nint Source2Server001 = 0x13B4D10;
public const nint Source2ServerConfig001 = 0x159F608;
public const nint NavGameTest001 = 0x13FF7D8;
public const nint ServerToolsInfo_001 = 0x13B4EE8;
public const nint Source2GameClients001 = 0x13B0350;
public const nint Source2GameDirector001 = 0x14E4740;
public const nint Source2GameEntities001 = 0x13B4EB0;
public const nint Source2Server001 = 0x13B4D20;
public const nint Source2ServerConfig001 = 0x159F628;
public const nint customnavsystem001 = 0x12F8D58;
}
// Module: soundsystem.dll
@ -181,26 +181,26 @@ namespace CS2Dumper.Interfaces {
}
// Module: steamclient64.dll
public static class Steamclient64Dll {
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0x8BD7552F;
public const nint IVALIDATE001 = 0x153A840;
public const nint SteamClient006 = 0x1538080;
public const nint SteamClient007 = 0x1538088;
public const nint SteamClient008 = 0x1538090;
public const nint SteamClient009 = 0x1538098;
public const nint SteamClient010 = 0x15380A0;
public const nint SteamClient011 = 0x15380A8;
public const nint SteamClient012 = 0x15380B0;
public const nint SteamClient013 = 0x15380B8;
public const nint SteamClient014 = 0x15380C0;
public const nint SteamClient015 = 0x15380C8;
public const nint SteamClient016 = 0x15380D0;
public const nint SteamClient017 = 0x15380D8;
public const nint SteamClient018 = 0x15380E0;
public const nint SteamClient019 = 0x15380E8;
public const nint SteamClient020 = 0x15380F0;
public const nint SteamClient021 = 0x15380F8;
public const nint p2pvoice002 = 0x14E6ECF;
public const nint p2pvoicesingleton002 = 0x15140E0;
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0x65ACBD2A;
public const nint IVALIDATE001 = 0x14EDA30;
public const nint SteamClient006 = 0x14EB270;
public const nint SteamClient007 = 0x14EB278;
public const nint SteamClient008 = 0x14EB280;
public const nint SteamClient009 = 0x14EB288;
public const nint SteamClient010 = 0x14EB290;
public const nint SteamClient011 = 0x14EB298;
public const nint SteamClient012 = 0x14EB2A0;
public const nint SteamClient013 = 0x14EB2A8;
public const nint SteamClient014 = 0x14EB2B0;
public const nint SteamClient015 = 0x14EB2B8;
public const nint SteamClient016 = 0x14EB2C0;
public const nint SteamClient017 = 0x14EB2C8;
public const nint SteamClient018 = 0x14EB2D0;
public const nint SteamClient019 = 0x14EB2D8;
public const nint SteamClient020 = 0x14EB2E0;
public const nint SteamClient021 = 0x14EB2E8;
public const nint p2pvoice002 = 0x14E5C5F;
public const nint p2pvoicesingleton002 = 0x14C90E0;
}
// Module: tier0.dll
public static class Tier0Dll {
@ -232,8 +232,8 @@ namespace CS2Dumper.Interfaces {
}
// Module: vstdlib_s64.dll
public static class VstdlibS64Dll {
public const nint IVALIDATE001 = 0xA7B40;
public const nint VEngineCvar002 = 0x65070;
public const nint IVALIDATE001 = 0xA5B40;
public const nint VEngineCvar002 = 0x63070;
}
// Module: worldrenderer.dll
public static class WorldrendererDll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once
@ -15,11 +15,11 @@ namespace cs2_dumper {
// Module: client.dll
namespace client_dll {
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x181B770;
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x17D8660;
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x17D8670;
constexpr std::ptrdiff_t GameClientExports001 = 0x1818428;
constexpr std::ptrdiff_t LegacyGameUI001 = 0x1838200;
constexpr std::ptrdiff_t Source2Client002 = 0x1A195F0;
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19BA1D0;
constexpr std::ptrdiff_t Source2Client002 = 0x1A195D0;
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19BA1B0;
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x18238C0;
constexpr std::ptrdiff_t Source2ClientUI001 = 0x1836D30;
}
@ -164,13 +164,13 @@ namespace cs2_dumper {
namespace server_dll {
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1360FC0;
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x13134D0;
constexpr std::ptrdiff_t NavGameTest001 = 0x13FF7C8;
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13B4ED8;
constexpr std::ptrdiff_t Source2GameClients001 = 0x13B0340;
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14E46E0;
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13B4EA0;
constexpr std::ptrdiff_t Source2Server001 = 0x13B4D10;
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x159F608;
constexpr std::ptrdiff_t NavGameTest001 = 0x13FF7D8;
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13B4EE8;
constexpr std::ptrdiff_t Source2GameClients001 = 0x13B0350;
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14E4740;
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13B4EB0;
constexpr std::ptrdiff_t Source2Server001 = 0x13B4D20;
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x159F628;
constexpr std::ptrdiff_t customnavsystem001 = 0x12F8D58;
}
// Module: soundsystem.dll
@ -186,26 +186,26 @@ namespace cs2_dumper {
}
// Module: steamclient64.dll
namespace steamclient64_dll {
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0x8BD7552F;
constexpr std::ptrdiff_t IVALIDATE001 = 0x153A840;
constexpr std::ptrdiff_t SteamClient006 = 0x1538080;
constexpr std::ptrdiff_t SteamClient007 = 0x1538088;
constexpr std::ptrdiff_t SteamClient008 = 0x1538090;
constexpr std::ptrdiff_t SteamClient009 = 0x1538098;
constexpr std::ptrdiff_t SteamClient010 = 0x15380A0;
constexpr std::ptrdiff_t SteamClient011 = 0x15380A8;
constexpr std::ptrdiff_t SteamClient012 = 0x15380B0;
constexpr std::ptrdiff_t SteamClient013 = 0x15380B8;
constexpr std::ptrdiff_t SteamClient014 = 0x15380C0;
constexpr std::ptrdiff_t SteamClient015 = 0x15380C8;
constexpr std::ptrdiff_t SteamClient016 = 0x15380D0;
constexpr std::ptrdiff_t SteamClient017 = 0x15380D8;
constexpr std::ptrdiff_t SteamClient018 = 0x15380E0;
constexpr std::ptrdiff_t SteamClient019 = 0x15380E8;
constexpr std::ptrdiff_t SteamClient020 = 0x15380F0;
constexpr std::ptrdiff_t SteamClient021 = 0x15380F8;
constexpr std::ptrdiff_t p2pvoice002 = 0x14E6ECF;
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x15140E0;
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0x65ACBD2A;
constexpr std::ptrdiff_t IVALIDATE001 = 0x14EDA30;
constexpr std::ptrdiff_t SteamClient006 = 0x14EB270;
constexpr std::ptrdiff_t SteamClient007 = 0x14EB278;
constexpr std::ptrdiff_t SteamClient008 = 0x14EB280;
constexpr std::ptrdiff_t SteamClient009 = 0x14EB288;
constexpr std::ptrdiff_t SteamClient010 = 0x14EB290;
constexpr std::ptrdiff_t SteamClient011 = 0x14EB298;
constexpr std::ptrdiff_t SteamClient012 = 0x14EB2A0;
constexpr std::ptrdiff_t SteamClient013 = 0x14EB2A8;
constexpr std::ptrdiff_t SteamClient014 = 0x14EB2B0;
constexpr std::ptrdiff_t SteamClient015 = 0x14EB2B8;
constexpr std::ptrdiff_t SteamClient016 = 0x14EB2C0;
constexpr std::ptrdiff_t SteamClient017 = 0x14EB2C8;
constexpr std::ptrdiff_t SteamClient018 = 0x14EB2D0;
constexpr std::ptrdiff_t SteamClient019 = 0x14EB2D8;
constexpr std::ptrdiff_t SteamClient020 = 0x14EB2E0;
constexpr std::ptrdiff_t SteamClient021 = 0x14EB2E8;
constexpr std::ptrdiff_t p2pvoice002 = 0x14E5C5F;
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x14C90E0;
}
// Module: tier0.dll
namespace tier0_dll {
@ -237,8 +237,8 @@ namespace cs2_dumper {
}
// Module: vstdlib_s64.dll
namespace vstdlib_s64_dll {
constexpr std::ptrdiff_t IVALIDATE001 = 0xA7B40;
constexpr std::ptrdiff_t VEngineCvar002 = 0x65070;
constexpr std::ptrdiff_t IVALIDATE001 = 0xA5B40;
constexpr std::ptrdiff_t VEngineCvar002 = 0x63070;
}
// Module: worldrenderer.dll
namespace worldrenderer_dll {

View File

@ -5,11 +5,11 @@
},
"client.dll": {
"ClientToolsInfo_001": 25278320,
"EmptyWorldService001_Client": 25003616,
"EmptyWorldService001_Client": 25003632,
"GameClientExports001": 25265192,
"LegacyGameUI001": 25395712,
"Source2Client002": 27366896,
"Source2ClientConfig001": 26976720,
"Source2Client002": 27366864,
"Source2ClientConfig001": 26976688,
"Source2ClientPrediction001": 25311424,
"Source2ClientUI001": 25390384
},
@ -132,13 +132,13 @@
"server.dll": {
"EmptyWorldService001_Server": 20320192,
"EntitySubclassUtilsV001": 20002000,
"NavGameTest001": 20969416,
"ServerToolsInfo_001": 20664024,
"Source2GameClients001": 20644672,
"Source2GameDirector001": 21907168,
"Source2GameEntities001": 20663968,
"Source2Server001": 20663568,
"Source2ServerConfig001": 22672904,
"NavGameTest001": 20969432,
"ServerToolsInfo_001": 20664040,
"Source2GameClients001": 20644688,
"Source2GameDirector001": 21907264,
"Source2GameEntities001": 20663984,
"Source2Server001": 20663584,
"Source2ServerConfig001": 22672936,
"customnavsystem001": 19893592
},
"soundsystem.dll": {
@ -151,26 +151,26 @@
"SteamAudio001": 2447184
},
"steamclient64.dll": {
"CLIENTENGINE_INTERFACE_VERSION005": 2346145071,
"IVALIDATE001": 22259776,
"SteamClient006": 22249600,
"SteamClient007": 22249608,
"SteamClient008": 22249616,
"SteamClient009": 22249624,
"SteamClient010": 22249632,
"SteamClient011": 22249640,
"SteamClient012": 22249648,
"SteamClient013": 22249656,
"SteamClient014": 22249664,
"SteamClient015": 22249672,
"SteamClient016": 22249680,
"SteamClient017": 22249688,
"SteamClient018": 22249696,
"SteamClient019": 22249704,
"SteamClient020": 22249712,
"SteamClient021": 22249720,
"p2pvoice002": 21917391,
"p2pvoicesingleton002": 22102240
"CLIENTENGINE_INTERFACE_VERSION005": 1705819434,
"IVALIDATE001": 21944880,
"SteamClient006": 21934704,
"SteamClient007": 21934712,
"SteamClient008": 21934720,
"SteamClient009": 21934728,
"SteamClient010": 21934736,
"SteamClient011": 21934744,
"SteamClient012": 21934752,
"SteamClient013": 21934760,
"SteamClient014": 21934768,
"SteamClient015": 21934776,
"SteamClient016": 21934784,
"SteamClient017": 21934792,
"SteamClient018": 21934800,
"SteamClient019": 21934808,
"SteamClient020": 21934816,
"SteamClient021": 21934824,
"p2pvoice002": 21912671,
"p2pvoicesingleton002": 21795040
},
"tier0.dll": {
"TestScriptMgr001": 3594800,
@ -195,8 +195,8 @@
"VScriptManager010": 1213952
},
"vstdlib_s64.dll": {
"IVALIDATE001": 686912,
"VEngineCvar002": 413808
"IVALIDATE001": 678720,
"VEngineCvar002": 405616
},
"worldrenderer.dll": {
"WorldRendererMgr001": 1441648

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, unused)]
@ -13,11 +13,11 @@ pub mod cs2_dumper {
// Module: client.dll
pub mod client_dll {
pub const ClientToolsInfo_001: usize = 0x181B770;
pub const EmptyWorldService001_Client: usize = 0x17D8660;
pub const EmptyWorldService001_Client: usize = 0x17D8670;
pub const GameClientExports001: usize = 0x1818428;
pub const LegacyGameUI001: usize = 0x1838200;
pub const Source2Client002: usize = 0x1A195F0;
pub const Source2ClientConfig001: usize = 0x19BA1D0;
pub const Source2Client002: usize = 0x1A195D0;
pub const Source2ClientConfig001: usize = 0x19BA1B0;
pub const Source2ClientPrediction001: usize = 0x18238C0;
pub const Source2ClientUI001: usize = 0x1836D30;
}
@ -162,13 +162,13 @@ pub mod cs2_dumper {
pub mod server_dll {
pub const EmptyWorldService001_Server: usize = 0x1360FC0;
pub const EntitySubclassUtilsV001: usize = 0x13134D0;
pub const NavGameTest001: usize = 0x13FF7C8;
pub const ServerToolsInfo_001: usize = 0x13B4ED8;
pub const Source2GameClients001: usize = 0x13B0340;
pub const Source2GameDirector001: usize = 0x14E46E0;
pub const Source2GameEntities001: usize = 0x13B4EA0;
pub const Source2Server001: usize = 0x13B4D10;
pub const Source2ServerConfig001: usize = 0x159F608;
pub const NavGameTest001: usize = 0x13FF7D8;
pub const ServerToolsInfo_001: usize = 0x13B4EE8;
pub const Source2GameClients001: usize = 0x13B0350;
pub const Source2GameDirector001: usize = 0x14E4740;
pub const Source2GameEntities001: usize = 0x13B4EB0;
pub const Source2Server001: usize = 0x13B4D20;
pub const Source2ServerConfig001: usize = 0x159F628;
pub const customnavsystem001: usize = 0x12F8D58;
}
// Module: soundsystem.dll
@ -184,26 +184,26 @@ pub mod cs2_dumper {
}
// Module: steamclient64.dll
pub mod steamclient64_dll {
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x8BD7552F;
pub const IVALIDATE001: usize = 0x153A840;
pub const SteamClient006: usize = 0x1538080;
pub const SteamClient007: usize = 0x1538088;
pub const SteamClient008: usize = 0x1538090;
pub const SteamClient009: usize = 0x1538098;
pub const SteamClient010: usize = 0x15380A0;
pub const SteamClient011: usize = 0x15380A8;
pub const SteamClient012: usize = 0x15380B0;
pub const SteamClient013: usize = 0x15380B8;
pub const SteamClient014: usize = 0x15380C0;
pub const SteamClient015: usize = 0x15380C8;
pub const SteamClient016: usize = 0x15380D0;
pub const SteamClient017: usize = 0x15380D8;
pub const SteamClient018: usize = 0x15380E0;
pub const SteamClient019: usize = 0x15380E8;
pub const SteamClient020: usize = 0x15380F0;
pub const SteamClient021: usize = 0x15380F8;
pub const p2pvoice002: usize = 0x14E6ECF;
pub const p2pvoicesingleton002: usize = 0x15140E0;
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x65ACBD2A;
pub const IVALIDATE001: usize = 0x14EDA30;
pub const SteamClient006: usize = 0x14EB270;
pub const SteamClient007: usize = 0x14EB278;
pub const SteamClient008: usize = 0x14EB280;
pub const SteamClient009: usize = 0x14EB288;
pub const SteamClient010: usize = 0x14EB290;
pub const SteamClient011: usize = 0x14EB298;
pub const SteamClient012: usize = 0x14EB2A0;
pub const SteamClient013: usize = 0x14EB2A8;
pub const SteamClient014: usize = 0x14EB2B0;
pub const SteamClient015: usize = 0x14EB2B8;
pub const SteamClient016: usize = 0x14EB2C0;
pub const SteamClient017: usize = 0x14EB2C8;
pub const SteamClient018: usize = 0x14EB2D0;
pub const SteamClient019: usize = 0x14EB2D8;
pub const SteamClient020: usize = 0x14EB2E0;
pub const SteamClient021: usize = 0x14EB2E8;
pub const p2pvoice002: usize = 0x14E5C5F;
pub const p2pvoicesingleton002: usize = 0x14C90E0;
}
// Module: tier0.dll
pub mod tier0_dll {
@ -235,8 +235,8 @@ pub mod cs2_dumper {
}
// Module: vstdlib_s64.dll
pub mod vstdlib_s64_dll {
pub const IVALIDATE001: usize = 0xA7B40;
pub const VEngineCvar002: usize = 0x65070;
pub const IVALIDATE001: usize = 0xA5B40;
pub const VEngineCvar002: usize = 0x63070;
}
// Module: worldrenderer.dll
pub mod worldrenderer_dll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Schemas {
// Module: materialsystem2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Schemas {
// Module: networksystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Offsets {
// Module: client.dll
public static class ClientDll {
public const nint dwCSGOInput = 0x1A27E30;
public const nint dwEntityList = 0x19BDD78;
public const nint dwGameEntitySystem = 0x1ADCBC8;
public const nint dwCSGOInput = 0x1A27E10;
public const nint dwEntityList = 0x19BDD58;
public const nint dwGameEntitySystem = 0x1ADCB98;
public const nint dwGameEntitySystem_highestEntityIndex = 0x1510;
public const nint dwGameRules = 0x1A1B668;
public const nint dwGameRules = 0x1A1B648;
public const nint dwGlobalVars = 0x1817638;
public const nint dwGlowManager = 0x1A1AD50;
public const nint dwLocalPlayerController = 0x1A0D9A8;
public const nint dwGlowManager = 0x1A1AD30;
public const nint dwLocalPlayerController = 0x1A0D988;
public const nint dwLocalPlayerPawn = 0x1823A08;
public const nint dwPlantedC4 = 0x1A251A8;
public const nint dwPlantedC4 = 0x1A25188;
public const nint dwPrediction = 0x18238C0;
public const nint dwSensitivity = 0x1A1C338;
public const nint dwSensitivity = 0x1A1C318;
public const nint dwSensitivity_sensitivity = 0x40;
public const nint dwViewAngles = 0x1A2D248;
public const nint dwViewMatrix = 0x1A1FCD0;
public const nint dwViewRender = 0x1A20468;
public const nint dwWeaponC4 = 0x19C1940;
public const nint dwViewAngles = 0x1A2D228;
public const nint dwViewMatrix = 0x1A1FCB0;
public const nint dwViewRender = 0x1A20448;
public const nint dwWeaponC4 = 0x19C1920;
}
// Module: engine2.dll
public static class Engine2Dll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once
@ -9,23 +9,23 @@ namespace cs2_dumper {
namespace offsets {
// Module: client.dll
namespace client_dll {
constexpr std::ptrdiff_t dwCSGOInput = 0x1A27E30;
constexpr std::ptrdiff_t dwEntityList = 0x19BDD78;
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1ADCBC8;
constexpr std::ptrdiff_t dwCSGOInput = 0x1A27E10;
constexpr std::ptrdiff_t dwEntityList = 0x19BDD58;
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1ADCB98;
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x1510;
constexpr std::ptrdiff_t dwGameRules = 0x1A1B668;
constexpr std::ptrdiff_t dwGameRules = 0x1A1B648;
constexpr std::ptrdiff_t dwGlobalVars = 0x1817638;
constexpr std::ptrdiff_t dwGlowManager = 0x1A1AD50;
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A0D9A8;
constexpr std::ptrdiff_t dwGlowManager = 0x1A1AD30;
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A0D988;
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1823A08;
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A251A8;
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A25188;
constexpr std::ptrdiff_t dwPrediction = 0x18238C0;
constexpr std::ptrdiff_t dwSensitivity = 0x1A1C338;
constexpr std::ptrdiff_t dwSensitivity = 0x1A1C318;
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
constexpr std::ptrdiff_t dwViewAngles = 0x1A2D248;
constexpr std::ptrdiff_t dwViewMatrix = 0x1A1FCD0;
constexpr std::ptrdiff_t dwViewRender = 0x1A20468;
constexpr std::ptrdiff_t dwWeaponC4 = 0x19C1940;
constexpr std::ptrdiff_t dwViewAngles = 0x1A2D228;
constexpr std::ptrdiff_t dwViewMatrix = 0x1A1FCB0;
constexpr std::ptrdiff_t dwViewRender = 0x1A20448;
constexpr std::ptrdiff_t dwWeaponC4 = 0x19C1920;
}
// Module: engine2.dll
namespace engine2_dll {

View File

@ -1,22 +1,22 @@
{
"client.dll": {
"dwCSGOInput": 27426352,
"dwEntityList": 26991992,
"dwGameEntitySystem": 28167112,
"dwCSGOInput": 27426320,
"dwEntityList": 26991960,
"dwGameEntitySystem": 28167064,
"dwGameEntitySystem_highestEntityIndex": 5392,
"dwGameRules": 27375208,
"dwGameRules": 27375176,
"dwGlobalVars": 25261624,
"dwGlowManager": 27372880,
"dwLocalPlayerController": 27318696,
"dwGlowManager": 27372848,
"dwLocalPlayerController": 27318664,
"dwLocalPlayerPawn": 25311752,
"dwPlantedC4": 27414952,
"dwPlantedC4": 27414920,
"dwPrediction": 25311424,
"dwSensitivity": 27378488,
"dwSensitivity": 27378456,
"dwSensitivity_sensitivity": 64,
"dwViewAngles": 27447880,
"dwViewMatrix": 27393232,
"dwViewRender": 27395176,
"dwWeaponC4": 27007296
"dwViewAngles": 27447848,
"dwViewMatrix": 27393200,
"dwViewRender": 27395144,
"dwWeaponC4": 27007264
},
"engine2.dll": {
"dwBuildNumber": 5437492,

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 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 = 0x1A27E30;
pub const dwEntityList: usize = 0x19BDD78;
pub const dwGameEntitySystem: usize = 0x1ADCBC8;
pub const dwCSGOInput: usize = 0x1A27E10;
pub const dwEntityList: usize = 0x19BDD58;
pub const dwGameEntitySystem: usize = 0x1ADCB98;
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x1510;
pub const dwGameRules: usize = 0x1A1B668;
pub const dwGameRules: usize = 0x1A1B648;
pub const dwGlobalVars: usize = 0x1817638;
pub const dwGlowManager: usize = 0x1A1AD50;
pub const dwLocalPlayerController: usize = 0x1A0D9A8;
pub const dwGlowManager: usize = 0x1A1AD30;
pub const dwLocalPlayerController: usize = 0x1A0D988;
pub const dwLocalPlayerPawn: usize = 0x1823A08;
pub const dwPlantedC4: usize = 0x1A251A8;
pub const dwPlantedC4: usize = 0x1A25188;
pub const dwPrediction: usize = 0x18238C0;
pub const dwSensitivity: usize = 0x1A1C338;
pub const dwSensitivity: usize = 0x1A1C318;
pub const dwSensitivity_sensitivity: usize = 0x40;
pub const dwViewAngles: usize = 0x1A2D248;
pub const dwViewMatrix: usize = 0x1A1FCD0;
pub const dwViewRender: usize = 0x1A20468;
pub const dwWeaponC4: usize = 0x19C1940;
pub const dwViewAngles: usize = 0x1A2D228;
pub const dwViewMatrix: usize = 0x1A1FCB0;
pub const dwViewRender: usize = 0x1A20448;
pub const dwWeaponC4: usize = 0x19C1920;
}
// Module: engine2.dll
pub mod engine2_dll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Schemas {
// Module: panorama.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Schemas {
// Module: particles.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Schemas {
// Module: pulse_system.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Schemas {
// Module: rendersystemdx11.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Schemas {
// Module: resourcesystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Schemas {
// Module: scenesystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Schemas {
// Module: schemasystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Schemas {
// Module: server.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Schemas {
// Module: soundsystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Schemas {
// Module: vphysics2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
namespace CS2Dumper.Schemas {
// Module: worldrenderer.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-02 22:14:16.333089500 UTC
// 2024-07-12 02:07:06.756971700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]