diff --git a/output/animationsystem.dll.cs b/output/animationsystem.dll.cs index 98d8b0e..99caeb4 100644 --- a/output/animationsystem.dll.cs +++ b/output/animationsystem.dll.cs @@ -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 diff --git a/output/animationsystem.dll.hpp b/output/animationsystem.dll.hpp index dbeb367..cc3a6ba 100644 --- a/output/animationsystem.dll.hpp +++ b/output/animationsystem.dll.hpp @@ -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 diff --git a/output/animationsystem.dll.rs b/output/animationsystem.dll.rs index a6b3083..8d63944 100644 --- a/output/animationsystem.dll.rs +++ b/output/animationsystem.dll.rs @@ -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)] diff --git a/output/buttons.cs b/output/buttons.cs index ac7703e..d309407 100644 --- a/output/buttons.cs +++ b/output/buttons.cs @@ -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; } } diff --git a/output/buttons.hpp b/output/buttons.hpp index 4364d1e..17402ee 100644 --- a/output/buttons.hpp +++ b/output/buttons.hpp @@ -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; } } diff --git a/output/buttons.json b/output/buttons.json index ae391b0..ddc867f 100644 --- a/output/buttons.json +++ b/output/buttons.json @@ -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 } } \ No newline at end of file diff --git a/output/buttons.rs b/output/buttons.rs index 63dc417..d25c230 100644 --- a/output/buttons.rs +++ b/output/buttons.rs @@ -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; } } diff --git a/output/client.dll.cs b/output/client.dll.cs index 6824d6d..e9d6975 100644 --- a/output/client.dll.cs +++ b/output/client.dll.cs @@ -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 diff --git a/output/client.dll.hpp b/output/client.dll.hpp index 19ae86f..c2274a5 100644 --- a/output/client.dll.hpp +++ b/output/client.dll.hpp @@ -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 diff --git a/output/client.dll.rs b/output/client.dll.rs index c9fa7ec..94496eb 100644 --- a/output/client.dll.rs +++ b/output/client.dll.rs @@ -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)] diff --git a/output/engine2.dll.cs b/output/engine2.dll.cs index fc33db7..bf448ab 100644 --- a/output/engine2.dll.cs +++ b/output/engine2.dll.cs @@ -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 diff --git a/output/engine2.dll.hpp b/output/engine2.dll.hpp index 6d0882c..c008953 100644 --- a/output/engine2.dll.hpp +++ b/output/engine2.dll.hpp @@ -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 diff --git a/output/engine2.dll.rs b/output/engine2.dll.rs index c6929b0..6cde8f6 100644 --- a/output/engine2.dll.rs +++ b/output/engine2.dll.rs @@ -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)] diff --git a/output/host.dll.cs b/output/host.dll.cs index 0d19de0..383da7b 100644 --- a/output/host.dll.cs +++ b/output/host.dll.cs @@ -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 diff --git a/output/host.dll.hpp b/output/host.dll.hpp index 9152453..f5645f5 100644 --- a/output/host.dll.hpp +++ b/output/host.dll.hpp @@ -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 diff --git a/output/host.dll.rs b/output/host.dll.rs index 8cde03b..a03bd49 100644 --- a/output/host.dll.rs +++ b/output/host.dll.rs @@ -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)] diff --git a/output/info.json b/output/info.json index fbda4d8..25b4b59 100644 --- a/output/info.json +++ b/output/info.json @@ -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" } \ No newline at end of file diff --git a/output/interfaces.cs b/output/interfaces.cs index 43c7a58..8a2b69d 100644 --- a/output/interfaces.cs +++ b/output/interfaces.cs @@ -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 { diff --git a/output/interfaces.hpp b/output/interfaces.hpp index ad81a8c..86ca503 100644 --- a/output/interfaces.hpp +++ b/output/interfaces.hpp @@ -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 { diff --git a/output/interfaces.json b/output/interfaces.json index 1e70be4..9edba7a 100644 --- a/output/interfaces.json +++ b/output/interfaces.json @@ -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 diff --git a/output/interfaces.rs b/output/interfaces.rs index 9bcf3de..cce1e23 100644 --- a/output/interfaces.rs +++ b/output/interfaces.rs @@ -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 { diff --git a/output/materialsystem2.dll.cs b/output/materialsystem2.dll.cs index 71cad9e..d0d1788 100644 --- a/output/materialsystem2.dll.cs +++ b/output/materialsystem2.dll.cs @@ -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 diff --git a/output/materialsystem2.dll.hpp b/output/materialsystem2.dll.hpp index 9d2cb33..9e12546 100644 --- a/output/materialsystem2.dll.hpp +++ b/output/materialsystem2.dll.hpp @@ -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 diff --git a/output/materialsystem2.dll.rs b/output/materialsystem2.dll.rs index 1885cf0..3b641a2 100644 --- a/output/materialsystem2.dll.rs +++ b/output/materialsystem2.dll.rs @@ -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)] diff --git a/output/networksystem.dll.cs b/output/networksystem.dll.cs index 698ca1f..989fe8e 100644 --- a/output/networksystem.dll.cs +++ b/output/networksystem.dll.cs @@ -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 diff --git a/output/networksystem.dll.hpp b/output/networksystem.dll.hpp index 7d1b7a6..98c37fb 100644 --- a/output/networksystem.dll.hpp +++ b/output/networksystem.dll.hpp @@ -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 diff --git a/output/networksystem.dll.rs b/output/networksystem.dll.rs index d1b5a45..05fff50 100644 --- a/output/networksystem.dll.rs +++ b/output/networksystem.dll.rs @@ -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)] diff --git a/output/offsets.cs b/output/offsets.cs index 5543ed8..c125afb 100644 --- a/output/offsets.cs +++ b/output/offsets.cs @@ -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 { diff --git a/output/offsets.hpp b/output/offsets.hpp index 15b7699..71cd970 100644 --- a/output/offsets.hpp +++ b/output/offsets.hpp @@ -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 { diff --git a/output/offsets.json b/output/offsets.json index 2a088b3..80e97b9 100644 --- a/output/offsets.json +++ b/output/offsets.json @@ -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, diff --git a/output/offsets.rs b/output/offsets.rs index 82ce70f..ddde302 100644 --- a/output/offsets.rs +++ b/output/offsets.rs @@ -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 { diff --git a/output/panorama.dll.cs b/output/panorama.dll.cs index f4810e1..017182c 100644 --- a/output/panorama.dll.cs +++ b/output/panorama.dll.cs @@ -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 diff --git a/output/panorama.dll.hpp b/output/panorama.dll.hpp index 8caf69e..8885c38 100644 --- a/output/panorama.dll.hpp +++ b/output/panorama.dll.hpp @@ -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 diff --git a/output/panorama.dll.rs b/output/panorama.dll.rs index eff8dd5..bd1ca2d 100644 --- a/output/panorama.dll.rs +++ b/output/panorama.dll.rs @@ -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)] diff --git a/output/particles.dll.cs b/output/particles.dll.cs index c7adc68..a6baf5a 100644 --- a/output/particles.dll.cs +++ b/output/particles.dll.cs @@ -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 diff --git a/output/particles.dll.hpp b/output/particles.dll.hpp index 9c5ef76..af610c8 100644 --- a/output/particles.dll.hpp +++ b/output/particles.dll.hpp @@ -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 diff --git a/output/particles.dll.rs b/output/particles.dll.rs index a2f41d1..12b7fa9 100644 --- a/output/particles.dll.rs +++ b/output/particles.dll.rs @@ -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)] diff --git a/output/pulse_system.dll.cs b/output/pulse_system.dll.cs index c9cf265..8e573ee 100644 --- a/output/pulse_system.dll.cs +++ b/output/pulse_system.dll.cs @@ -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 diff --git a/output/pulse_system.dll.hpp b/output/pulse_system.dll.hpp index 9e7915c..2150428 100644 --- a/output/pulse_system.dll.hpp +++ b/output/pulse_system.dll.hpp @@ -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 diff --git a/output/pulse_system.dll.rs b/output/pulse_system.dll.rs index 330dfd1..c8e640a 100644 --- a/output/pulse_system.dll.rs +++ b/output/pulse_system.dll.rs @@ -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)] diff --git a/output/rendersystemdx11.dll.cs b/output/rendersystemdx11.dll.cs index a961f21..454c1dc 100644 --- a/output/rendersystemdx11.dll.cs +++ b/output/rendersystemdx11.dll.cs @@ -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 diff --git a/output/rendersystemdx11.dll.hpp b/output/rendersystemdx11.dll.hpp index 58b2798..b812892 100644 --- a/output/rendersystemdx11.dll.hpp +++ b/output/rendersystemdx11.dll.hpp @@ -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 diff --git a/output/rendersystemdx11.dll.rs b/output/rendersystemdx11.dll.rs index cfef538..3d75b75 100644 --- a/output/rendersystemdx11.dll.rs +++ b/output/rendersystemdx11.dll.rs @@ -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)] diff --git a/output/resourcesystem.dll.cs b/output/resourcesystem.dll.cs index 8672ccb..f1b7b07 100644 --- a/output/resourcesystem.dll.cs +++ b/output/resourcesystem.dll.cs @@ -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 diff --git a/output/resourcesystem.dll.hpp b/output/resourcesystem.dll.hpp index 71159ca..ebdc581 100644 --- a/output/resourcesystem.dll.hpp +++ b/output/resourcesystem.dll.hpp @@ -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 diff --git a/output/resourcesystem.dll.rs b/output/resourcesystem.dll.rs index afdee33..9bf02d6 100644 --- a/output/resourcesystem.dll.rs +++ b/output/resourcesystem.dll.rs @@ -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)] diff --git a/output/scenesystem.dll.cs b/output/scenesystem.dll.cs index 0a2c09b..1f8f243 100644 --- a/output/scenesystem.dll.cs +++ b/output/scenesystem.dll.cs @@ -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 diff --git a/output/scenesystem.dll.hpp b/output/scenesystem.dll.hpp index 37ecb71..fc0f97a 100644 --- a/output/scenesystem.dll.hpp +++ b/output/scenesystem.dll.hpp @@ -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 diff --git a/output/scenesystem.dll.rs b/output/scenesystem.dll.rs index 9699718..9e6e9e4 100644 --- a/output/scenesystem.dll.rs +++ b/output/scenesystem.dll.rs @@ -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)] diff --git a/output/schemasystem.dll.cs b/output/schemasystem.dll.cs index c620c3d..6b19b9d 100644 --- a/output/schemasystem.dll.cs +++ b/output/schemasystem.dll.cs @@ -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 diff --git a/output/schemasystem.dll.hpp b/output/schemasystem.dll.hpp index 1d099dd..f66e0b5 100644 --- a/output/schemasystem.dll.hpp +++ b/output/schemasystem.dll.hpp @@ -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 diff --git a/output/schemasystem.dll.rs b/output/schemasystem.dll.rs index 8c8d2e9..a09a43c 100644 --- a/output/schemasystem.dll.rs +++ b/output/schemasystem.dll.rs @@ -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)] diff --git a/output/server.dll.cs b/output/server.dll.cs index 316d574..3277da9 100644 --- a/output/server.dll.cs +++ b/output/server.dll.cs @@ -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 diff --git a/output/server.dll.hpp b/output/server.dll.hpp index 98f64f6..60307b6 100644 --- a/output/server.dll.hpp +++ b/output/server.dll.hpp @@ -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 diff --git a/output/server.dll.rs b/output/server.dll.rs index 302a443..4b18cd4 100644 --- a/output/server.dll.rs +++ b/output/server.dll.rs @@ -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)] diff --git a/output/soundsystem.dll.cs b/output/soundsystem.dll.cs index a11e979..e87d5cc 100644 --- a/output/soundsystem.dll.cs +++ b/output/soundsystem.dll.cs @@ -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 diff --git a/output/soundsystem.dll.hpp b/output/soundsystem.dll.hpp index 11b8331..dbba45a 100644 --- a/output/soundsystem.dll.hpp +++ b/output/soundsystem.dll.hpp @@ -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 diff --git a/output/soundsystem.dll.rs b/output/soundsystem.dll.rs index 260de4e..44e75c1 100644 --- a/output/soundsystem.dll.rs +++ b/output/soundsystem.dll.rs @@ -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)] diff --git a/output/vphysics2.dll.cs b/output/vphysics2.dll.cs index fc9119a..19b041d 100644 --- a/output/vphysics2.dll.cs +++ b/output/vphysics2.dll.cs @@ -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 diff --git a/output/vphysics2.dll.hpp b/output/vphysics2.dll.hpp index adb1082..82ce059 100644 --- a/output/vphysics2.dll.hpp +++ b/output/vphysics2.dll.hpp @@ -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 diff --git a/output/vphysics2.dll.rs b/output/vphysics2.dll.rs index 67c7d97..2b79bfc 100644 --- a/output/vphysics2.dll.rs +++ b/output/vphysics2.dll.rs @@ -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)] diff --git a/output/worldrenderer.dll.cs b/output/worldrenderer.dll.cs index 6bb7ae1..12bde30 100644 --- a/output/worldrenderer.dll.cs +++ b/output/worldrenderer.dll.cs @@ -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 diff --git a/output/worldrenderer.dll.hpp b/output/worldrenderer.dll.hpp index 64226fd..a244b94 100644 --- a/output/worldrenderer.dll.hpp +++ b/output/worldrenderer.dll.hpp @@ -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 diff --git a/output/worldrenderer.dll.rs b/output/worldrenderer.dll.rs index d7f34b5..2633e07 100644 --- a/output/worldrenderer.dll.rs +++ b/output/worldrenderer.dll.rs @@ -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)]