diff --git a/output/animationsystem_dll.cs b/output/animationsystem_dll.cs index e9e60ec..d700db1 100644 --- a/output/animationsystem_dll.cs +++ b/output/animationsystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Schemas { // Module: animationsystem.dll diff --git a/output/animationsystem_dll.hpp b/output/animationsystem_dll.hpp index 645e0e7..f2c7f9e 100644 --- a/output/animationsystem_dll.hpp +++ b/output/animationsystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once diff --git a/output/animationsystem_dll.rs b/output/animationsystem_dll.rs index 83e96bd..0cc705e 100644 --- a/output/animationsystem_dll.rs +++ b/output/animationsystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 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 76a0f0a..b2f8c27 100644 --- a/output/buttons.cs +++ b/output/buttons.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper { // Module: client.dll @@ -11,14 +11,14 @@ namespace CS2Dumper { public const nint forward = 0x1850B20; public const nint jump = 0x1850DF0; public const nint left = 0x1850C40; - public const nint lookatweapon = 0x1A77020; + public const nint lookatweapon = 0x1A77030; public const nint reload = 0x1850850; public const nint right = 0x1850CD0; - public const nint showscores = 0x1A76F00; + public const nint showscores = 0x1A76F10; public const nint sprint = 0x18507C0; public const nint turnleft = 0x1850A00; public const nint turnright = 0x1850A90; public const nint use = 0x1850D60; - public const nint zoom = 0x1A76F90; + public const nint zoom = 0x1A76FA0; } } diff --git a/output/buttons.hpp b/output/buttons.hpp index 5728a07..f1a7bfa 100644 --- a/output/buttons.hpp +++ b/output/buttons.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once @@ -15,14 +15,14 @@ namespace cs2_dumper { constexpr std::ptrdiff_t forward = 0x1850B20; constexpr std::ptrdiff_t jump = 0x1850DF0; constexpr std::ptrdiff_t left = 0x1850C40; - constexpr std::ptrdiff_t lookatweapon = 0x1A77020; + constexpr std::ptrdiff_t lookatweapon = 0x1A77030; constexpr std::ptrdiff_t reload = 0x1850850; constexpr std::ptrdiff_t right = 0x1850CD0; - constexpr std::ptrdiff_t showscores = 0x1A76F00; + constexpr std::ptrdiff_t showscores = 0x1A76F10; constexpr std::ptrdiff_t sprint = 0x18507C0; constexpr std::ptrdiff_t turnleft = 0x1850A00; constexpr std::ptrdiff_t turnright = 0x1850A90; constexpr std::ptrdiff_t use = 0x1850D60; - constexpr std::ptrdiff_t zoom = 0x1A76F90; + constexpr std::ptrdiff_t zoom = 0x1A76FA0; } } diff --git a/output/buttons.json b/output/buttons.json index 6ba4fed..fea4dac 100644 --- a/output/buttons.json +++ b/output/buttons.json @@ -7,14 +7,14 @@ "forward": 25496352, "jump": 25497072, "left": 25496640, - "lookatweapon": 27750432, + "lookatweapon": 27750448, "reload": 25495632, "right": 25496784, - "showscores": 27750144, + "showscores": 27750160, "sprint": 25495488, "turnleft": 25496064, "turnright": 25496208, "use": 25496928, - "zoom": 27750288 + "zoom": 27750304 } } \ No newline at end of file diff --git a/output/buttons.rs b/output/buttons.rs index 0bd0906..8c704c9 100644 --- a/output/buttons.rs +++ b/output/buttons.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #![allow(non_upper_case_globals, unused)] @@ -13,14 +13,14 @@ pub mod cs2_dumper { pub const forward: usize = 0x1850B20; pub const jump: usize = 0x1850DF0; pub const left: usize = 0x1850C40; - pub const lookatweapon: usize = 0x1A77020; + pub const lookatweapon: usize = 0x1A77030; pub const reload: usize = 0x1850850; pub const right: usize = 0x1850CD0; - pub const showscores: usize = 0x1A76F00; + pub const showscores: usize = 0x1A76F10; pub const sprint: usize = 0x18507C0; pub const turnleft: usize = 0x1850A00; pub const turnright: usize = 0x1850A90; pub const r#use: usize = 0x1850D60; - pub const zoom: usize = 0x1A76F90; + pub const zoom: usize = 0x1A76FA0; } } diff --git a/output/client_dll.cs b/output/client_dll.cs index cb71301..2a79667 100644 --- a/output/client_dll.cs +++ b/output/client_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Schemas { // Module: client.dll diff --git a/output/client_dll.hpp b/output/client_dll.hpp index 93ee87c..aa9caee 100644 --- a/output/client_dll.hpp +++ b/output/client_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once diff --git a/output/client_dll.rs b/output/client_dll.rs index 25ae2c1..5344017 100644 --- a/output/client_dll.rs +++ b/output/client_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 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 4e5e3a8..7c02c91 100644 --- a/output/engine2_dll.cs +++ b/output/engine2_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Schemas { // Module: engine2.dll diff --git a/output/engine2_dll.hpp b/output/engine2_dll.hpp index 7eaedd5..34a5677 100644 --- a/output/engine2_dll.hpp +++ b/output/engine2_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once diff --git a/output/engine2_dll.rs b/output/engine2_dll.rs index 11ea724..1638d6a 100644 --- a/output/engine2_dll.rs +++ b/output/engine2_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 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 320d339..4cf4318 100644 --- a/output/host_dll.cs +++ b/output/host_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Schemas { // Module: host.dll diff --git a/output/host_dll.hpp b/output/host_dll.hpp index 40c2558..820bc46 100644 --- a/output/host_dll.hpp +++ b/output/host_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once diff --git a/output/host_dll.rs b/output/host_dll.rs index 529c82b..da568f2 100644 --- a/output/host_dll.rs +++ b/output/host_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 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 ec49460..b795b3c 100644 --- a/output/info.json +++ b/output/info.json @@ -1,4 +1,4 @@ { - "build_number": 14085, - "timestamp": "2025-07-03T04:46:07.725715+00:00" + "build_number": 14086, + "timestamp": "2025-07-08T05:06:56.461788900+00:00" } \ No newline at end of file diff --git a/output/interfaces.cs b/output/interfaces.cs index 5f47c21..57b21a2 100644 --- a/output/interfaces.cs +++ b/output/interfaces.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Interfaces { // Module: animationsystem.dll @@ -12,11 +12,11 @@ namespace CS2Dumper.Interfaces { public const nint ClientToolsInfo_001 = 0x184FED0; public const nint EmptyWorldService001_Client = 0x180C0F0; public const nint GameClientExports001 = 0x184CB88; - public const nint LegacyGameUI001 = 0x186D1E0; - public const nint Source2Client002 = 0x1A66880; - public const nint Source2ClientConfig001 = 0x19FF470; + public const nint LegacyGameUI001 = 0x186D1F0; + public const nint Source2Client002 = 0x1A668A0; + public const nint Source2ClientConfig001 = 0x19FF490; public const nint Source2ClientPrediction001 = 0x1857F50; - public const nint Source2ClientUI001 = 0x186B710; + public const nint Source2ClientUI001 = 0x186B720; } // Module: engine2.dll public static class Engine2Dll { diff --git a/output/interfaces.hpp b/output/interfaces.hpp index 19463b1..2e01269 100644 --- a/output/interfaces.hpp +++ b/output/interfaces.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once @@ -17,11 +17,11 @@ namespace cs2_dumper { constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x184FED0; constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x180C0F0; constexpr std::ptrdiff_t GameClientExports001 = 0x184CB88; - constexpr std::ptrdiff_t LegacyGameUI001 = 0x186D1E0; - constexpr std::ptrdiff_t Source2Client002 = 0x1A66880; - constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19FF470; + constexpr std::ptrdiff_t LegacyGameUI001 = 0x186D1F0; + constexpr std::ptrdiff_t Source2Client002 = 0x1A668A0; + constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19FF490; constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1857F50; - constexpr std::ptrdiff_t Source2ClientUI001 = 0x186B710; + constexpr std::ptrdiff_t Source2ClientUI001 = 0x186B720; } // Module: engine2.dll namespace engine2_dll { diff --git a/output/interfaces.json b/output/interfaces.json index 5e8e06b..69919c3 100644 --- a/output/interfaces.json +++ b/output/interfaces.json @@ -7,11 +7,11 @@ "ClientToolsInfo_001": 25493200, "EmptyWorldService001_Client": 25215216, "GameClientExports001": 25480072, - "LegacyGameUI001": 25612768, - "Source2Client002": 27682944, - "Source2ClientConfig001": 27260016, + "LegacyGameUI001": 25612784, + "Source2Client002": 27682976, + "Source2ClientConfig001": 27260048, "Source2ClientPrediction001": 25526096, - "Source2ClientUI001": 25605904 + "Source2ClientUI001": 25605920 }, "engine2.dll": { "BenchmarkService001": 5532976, diff --git a/output/interfaces.rs b/output/interfaces.rs index 3cfe889..7ad3f27 100644 --- a/output/interfaces.rs +++ b/output/interfaces.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #![allow(non_upper_case_globals, unused)] @@ -15,11 +15,11 @@ pub mod cs2_dumper { pub const ClientToolsInfo_001: usize = 0x184FED0; pub const EmptyWorldService001_Client: usize = 0x180C0F0; pub const GameClientExports001: usize = 0x184CB88; - pub const LegacyGameUI001: usize = 0x186D1E0; - pub const Source2Client002: usize = 0x1A66880; - pub const Source2ClientConfig001: usize = 0x19FF470; + pub const LegacyGameUI001: usize = 0x186D1F0; + pub const Source2Client002: usize = 0x1A668A0; + pub const Source2ClientConfig001: usize = 0x19FF490; pub const Source2ClientPrediction001: usize = 0x1857F50; - pub const Source2ClientUI001: usize = 0x186B710; + pub const Source2ClientUI001: usize = 0x186B720; } // Module: engine2.dll pub mod engine2_dll { diff --git a/output/materialsystem2_dll.cs b/output/materialsystem2_dll.cs index c20846e..79b77e5 100644 --- a/output/materialsystem2_dll.cs +++ b/output/materialsystem2_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Schemas { // Module: materialsystem2.dll diff --git a/output/materialsystem2_dll.hpp b/output/materialsystem2_dll.hpp index 66af46b..8607d68 100644 --- a/output/materialsystem2_dll.hpp +++ b/output/materialsystem2_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once diff --git a/output/materialsystem2_dll.rs b/output/materialsystem2_dll.rs index cd86ce3..d485255 100644 --- a/output/materialsystem2_dll.rs +++ b/output/materialsystem2_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 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 6170eb0..73689bc 100644 --- a/output/networksystem_dll.cs +++ b/output/networksystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Schemas { // Module: networksystem.dll diff --git a/output/networksystem_dll.hpp b/output/networksystem_dll.hpp index 3e7cfdf..3cd819c 100644 --- a/output/networksystem_dll.hpp +++ b/output/networksystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once diff --git a/output/networksystem_dll.rs b/output/networksystem_dll.rs index 0d2d6bd..c153060 100644 --- a/output/networksystem_dll.rs +++ b/output/networksystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 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 0e441dc..ff0914e 100644 --- a/output/offsets.cs +++ b/output/offsets.cs @@ -1,26 +1,26 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Offsets { // Module: client.dll public static class ClientDll { - public const nint dwCSGOInput = 0x1A77100; - public const nint dwEntityList = 0x1A044C0; - public const nint dwGameEntitySystem = 0x1B27B48; + public const nint dwCSGOInput = 0x1A77110; + public const nint dwEntityList = 0x1A044E0; + public const nint dwGameEntitySystem = 0x1B27C08; public const nint dwGameEntitySystem_highestEntityIndex = 0x20F0; - public const nint dwGameRules = 0x1A68B28; + public const nint dwGameRules = 0x1A68B48; public const nint dwGlobalVars = 0x184BEB0; - public const nint dwGlowManager = 0x1A68278; - public const nint dwLocalPlayerController = 0x1A52D00; + public const nint dwGlowManager = 0x1A68298; + public const nint dwLocalPlayerController = 0x1A52D20; public const nint dwLocalPlayerPawn = 0x18580D0; - public const nint dwPlantedC4 = 0x1A71C30; + public const nint dwPlantedC4 = 0x1A71C40; public const nint dwPrediction = 0x1857F50; - public const nint dwSensitivity = 0x1A69848; + public const nint dwSensitivity = 0x1A69868; public const nint dwSensitivity_sensitivity = 0x40; - public const nint dwViewAngles = 0x1A774D0; - public const nint dwViewMatrix = 0x1A6D260; - public const nint dwViewRender = 0x1A6DB70; - public const nint dwWeaponC4 = 0x1A06550; + public const nint dwViewAngles = 0x1A774E0; + public const nint dwViewMatrix = 0x1A6D280; + public const nint dwViewRender = 0x1A6DB90; + public const nint dwWeaponC4 = 0x1A06570; } // Module: engine2.dll public static class Engine2Dll { diff --git a/output/offsets.hpp b/output/offsets.hpp index 5bb5ad7..3e59911 100644 --- a/output/offsets.hpp +++ b/output/offsets.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once @@ -9,23 +9,23 @@ namespace cs2_dumper { namespace offsets { // Module: client.dll namespace client_dll { - constexpr std::ptrdiff_t dwCSGOInput = 0x1A77100; - constexpr std::ptrdiff_t dwEntityList = 0x1A044C0; - constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B27B48; + constexpr std::ptrdiff_t dwCSGOInput = 0x1A77110; + constexpr std::ptrdiff_t dwEntityList = 0x1A044E0; + constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B27C08; constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0; - constexpr std::ptrdiff_t dwGameRules = 0x1A68B28; + constexpr std::ptrdiff_t dwGameRules = 0x1A68B48; constexpr std::ptrdiff_t dwGlobalVars = 0x184BEB0; - constexpr std::ptrdiff_t dwGlowManager = 0x1A68278; - constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A52D00; + constexpr std::ptrdiff_t dwGlowManager = 0x1A68298; + constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A52D20; constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x18580D0; - constexpr std::ptrdiff_t dwPlantedC4 = 0x1A71C30; + constexpr std::ptrdiff_t dwPlantedC4 = 0x1A71C40; constexpr std::ptrdiff_t dwPrediction = 0x1857F50; - constexpr std::ptrdiff_t dwSensitivity = 0x1A69848; + constexpr std::ptrdiff_t dwSensitivity = 0x1A69868; constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40; - constexpr std::ptrdiff_t dwViewAngles = 0x1A774D0; - constexpr std::ptrdiff_t dwViewMatrix = 0x1A6D260; - constexpr std::ptrdiff_t dwViewRender = 0x1A6DB70; - constexpr std::ptrdiff_t dwWeaponC4 = 0x1A06550; + constexpr std::ptrdiff_t dwViewAngles = 0x1A774E0; + constexpr std::ptrdiff_t dwViewMatrix = 0x1A6D280; + constexpr std::ptrdiff_t dwViewRender = 0x1A6DB90; + constexpr std::ptrdiff_t dwWeaponC4 = 0x1A06570; } // Module: engine2.dll namespace engine2_dll { diff --git a/output/offsets.json b/output/offsets.json index ecdaf7f..557f568 100644 --- a/output/offsets.json +++ b/output/offsets.json @@ -1,22 +1,22 @@ { "client.dll": { - "dwCSGOInput": 27750656, - "dwEntityList": 27280576, - "dwGameEntitySystem": 28474184, + "dwCSGOInput": 27750672, + "dwEntityList": 27280608, + "dwGameEntitySystem": 28474376, "dwGameEntitySystem_highestEntityIndex": 8432, - "dwGameRules": 27691816, + "dwGameRules": 27691848, "dwGlobalVars": 25476784, - "dwGlowManager": 27689592, - "dwLocalPlayerController": 27602176, + "dwGlowManager": 27689624, + "dwLocalPlayerController": 27602208, "dwLocalPlayerPawn": 25526480, - "dwPlantedC4": 27728944, + "dwPlantedC4": 27728960, "dwPrediction": 25526096, - "dwSensitivity": 27695176, + "dwSensitivity": 27695208, "dwSensitivity_sensitivity": 64, - "dwViewAngles": 27751632, - "dwViewMatrix": 27710048, - "dwViewRender": 27712368, - "dwWeaponC4": 27288912 + "dwViewAngles": 27751648, + "dwViewMatrix": 27710080, + "dwViewRender": 27712400, + "dwWeaponC4": 27288944 }, "engine2.dll": { "dwBuildNumber": 5508068, diff --git a/output/offsets.rs b/output/offsets.rs index 6657afd..076e359 100644 --- a/output/offsets.rs +++ b/output/offsets.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 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 = 0x1A77100; - pub const dwEntityList: usize = 0x1A044C0; - pub const dwGameEntitySystem: usize = 0x1B27B48; + pub const dwCSGOInput: usize = 0x1A77110; + pub const dwEntityList: usize = 0x1A044E0; + pub const dwGameEntitySystem: usize = 0x1B27C08; pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20F0; - pub const dwGameRules: usize = 0x1A68B28; + pub const dwGameRules: usize = 0x1A68B48; pub const dwGlobalVars: usize = 0x184BEB0; - pub const dwGlowManager: usize = 0x1A68278; - pub const dwLocalPlayerController: usize = 0x1A52D00; + pub const dwGlowManager: usize = 0x1A68298; + pub const dwLocalPlayerController: usize = 0x1A52D20; pub const dwLocalPlayerPawn: usize = 0x18580D0; - pub const dwPlantedC4: usize = 0x1A71C30; + pub const dwPlantedC4: usize = 0x1A71C40; pub const dwPrediction: usize = 0x1857F50; - pub const dwSensitivity: usize = 0x1A69848; + pub const dwSensitivity: usize = 0x1A69868; pub const dwSensitivity_sensitivity: usize = 0x40; - pub const dwViewAngles: usize = 0x1A774D0; - pub const dwViewMatrix: usize = 0x1A6D260; - pub const dwViewRender: usize = 0x1A6DB70; - pub const dwWeaponC4: usize = 0x1A06550; + pub const dwViewAngles: usize = 0x1A774E0; + pub const dwViewMatrix: usize = 0x1A6D280; + pub const dwViewRender: usize = 0x1A6DB90; + pub const dwWeaponC4: usize = 0x1A06570; } // Module: engine2.dll pub mod engine2_dll { diff --git a/output/panorama_dll.cs b/output/panorama_dll.cs index e1ffb43..3af52e1 100644 --- a/output/panorama_dll.cs +++ b/output/panorama_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Schemas { // Module: panorama.dll diff --git a/output/panorama_dll.hpp b/output/panorama_dll.hpp index 600ad0d..9f7bcd8 100644 --- a/output/panorama_dll.hpp +++ b/output/panorama_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once diff --git a/output/panorama_dll.rs b/output/panorama_dll.rs index 5b51ada..85d5122 100644 --- a/output/panorama_dll.rs +++ b/output/panorama_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 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 a15eba4..562aab0 100644 --- a/output/particles_dll.cs +++ b/output/particles_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Schemas { // Module: particles.dll diff --git a/output/particles_dll.hpp b/output/particles_dll.hpp index 6a97a9d..5d52e6a 100644 --- a/output/particles_dll.hpp +++ b/output/particles_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once diff --git a/output/particles_dll.rs b/output/particles_dll.rs index b1a9f35..8dfd4df 100644 --- a/output/particles_dll.rs +++ b/output/particles_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 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 9c0fc35..7d6ff98 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 -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Schemas { // Module: pulse_system.dll diff --git a/output/pulse_system_dll.hpp b/output/pulse_system_dll.hpp index ab6a4c5..bbc1b04 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 -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once diff --git a/output/pulse_system_dll.rs b/output/pulse_system_dll.rs index a15424b..e434b7c 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 -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 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 3176d29..66aa4af 100644 --- a/output/rendersystemdx11_dll.cs +++ b/output/rendersystemdx11_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Schemas { // Module: rendersystemdx11.dll diff --git a/output/rendersystemdx11_dll.hpp b/output/rendersystemdx11_dll.hpp index af2413e..b1da472 100644 --- a/output/rendersystemdx11_dll.hpp +++ b/output/rendersystemdx11_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once diff --git a/output/rendersystemdx11_dll.rs b/output/rendersystemdx11_dll.rs index 4f0f270..f61a6ef 100644 --- a/output/rendersystemdx11_dll.rs +++ b/output/rendersystemdx11_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 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 1058f1c..eeaf28a 100644 --- a/output/resourcesystem_dll.cs +++ b/output/resourcesystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Schemas { // Module: resourcesystem.dll diff --git a/output/resourcesystem_dll.hpp b/output/resourcesystem_dll.hpp index c39a931..11d3748 100644 --- a/output/resourcesystem_dll.hpp +++ b/output/resourcesystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once diff --git a/output/resourcesystem_dll.rs b/output/resourcesystem_dll.rs index ad6087b..fbea932 100644 --- a/output/resourcesystem_dll.rs +++ b/output/resourcesystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 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 9b3592e..0689366 100644 --- a/output/scenesystem_dll.cs +++ b/output/scenesystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Schemas { // Module: scenesystem.dll diff --git a/output/scenesystem_dll.hpp b/output/scenesystem_dll.hpp index 74cd2bf..12172b4 100644 --- a/output/scenesystem_dll.hpp +++ b/output/scenesystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once diff --git a/output/scenesystem_dll.rs b/output/scenesystem_dll.rs index 6feadf6..aebd3f2 100644 --- a/output/scenesystem_dll.rs +++ b/output/scenesystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 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 c7ce033..c40f757 100644 --- a/output/schemasystem_dll.cs +++ b/output/schemasystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Schemas { // Module: schemasystem.dll diff --git a/output/schemasystem_dll.hpp b/output/schemasystem_dll.hpp index 1e43db2..852a101 100644 --- a/output/schemasystem_dll.hpp +++ b/output/schemasystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once diff --git a/output/schemasystem_dll.rs b/output/schemasystem_dll.rs index 96ab93c..137f314 100644 --- a/output/schemasystem_dll.rs +++ b/output/schemasystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 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 90af701..ec87db5 100644 --- a/output/server_dll.cs +++ b/output/server_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Schemas { // Module: server.dll diff --git a/output/server_dll.hpp b/output/server_dll.hpp index 0a3d3c1..784046e 100644 --- a/output/server_dll.hpp +++ b/output/server_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once diff --git a/output/server_dll.rs b/output/server_dll.rs index f042a32..c43bba4 100644 --- a/output/server_dll.rs +++ b/output/server_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 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 145fef9..1a84535 100644 --- a/output/soundsystem_dll.cs +++ b/output/soundsystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Schemas { // Module: soundsystem.dll diff --git a/output/soundsystem_dll.hpp b/output/soundsystem_dll.hpp index 1982214..cea5e18 100644 --- a/output/soundsystem_dll.hpp +++ b/output/soundsystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once diff --git a/output/soundsystem_dll.rs b/output/soundsystem_dll.rs index e9234a3..f419ae0 100644 --- a/output/soundsystem_dll.rs +++ b/output/soundsystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 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 049b653..aa83cce 100644 --- a/output/vphysics2_dll.cs +++ b/output/vphysics2_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Schemas { // Module: vphysics2.dll diff --git a/output/vphysics2_dll.hpp b/output/vphysics2_dll.hpp index 914ec48..a45522e 100644 --- a/output/vphysics2_dll.hpp +++ b/output/vphysics2_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once diff --git a/output/vphysics2_dll.rs b/output/vphysics2_dll.rs index e0d3b6d..89bd8bc 100644 --- a/output/vphysics2_dll.rs +++ b/output/vphysics2_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 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 1485731..7db12f6 100644 --- a/output/worldrenderer_dll.cs +++ b/output/worldrenderer_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC namespace CS2Dumper.Schemas { // Module: worldrenderer.dll diff --git a/output/worldrenderer_dll.hpp b/output/worldrenderer_dll.hpp index 5300291..74077e8 100644 --- a/output/worldrenderer_dll.hpp +++ b/output/worldrenderer_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #pragma once diff --git a/output/worldrenderer_dll.rs b/output/worldrenderer_dll.rs index 59ff62c..d1fef25 100644 --- a/output/worldrenderer_dll.rs +++ b/output/worldrenderer_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-07-03 04:46:07.725715 UTC +// 2025-07-08 05:06:56.461788900 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]