diff --git a/output/animationsystem.dll.cs b/output/animationsystem.dll.cs index 60b72b9..ccc4894 100644 --- a/output/animationsystem.dll.cs +++ b/output/animationsystem.dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Schemas { // Module: animationsystem.dll diff --git a/output/animationsystem.dll.hpp b/output/animationsystem.dll.hpp index 36d992f..e843ece 100644 --- a/output/animationsystem.dll.hpp +++ b/output/animationsystem.dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once diff --git a/output/animationsystem.dll.rs b/output/animationsystem.dll.rs index 79faa7b..74f1435 100644 --- a/output/animationsystem.dll.rs +++ b/output/animationsystem.dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 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 ff6093c..5d28a03 100644 --- a/output/buttons.cs +++ b/output/buttons.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper { // Module: client.dll @@ -11,14 +11,14 @@ namespace CS2Dumper { public const nint forward = 0x172F2A0; public const nint jump = 0x172F570; public const nint left = 0x172F3C0; - public const nint lookatweapon = 0x192A4D0; + public const nint lookatweapon = 0x192A500; public const nint reload = 0x172EFD0; public const nint right = 0x172F450; - public const nint showscores = 0x192A3B0; + public const nint showscores = 0x192A3E0; public const nint sprint = 0x172EF40; public const nint turnleft = 0x172F180; public const nint turnright = 0x172F210; public const nint use = 0x172F4E0; - public const nint zoom = 0x192A440; + public const nint zoom = 0x192A470; } } diff --git a/output/buttons.hpp b/output/buttons.hpp index 14b5266..6162832 100644 --- a/output/buttons.hpp +++ b/output/buttons.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once @@ -15,14 +15,14 @@ namespace cs2_dumper { constexpr std::ptrdiff_t forward = 0x172F2A0; constexpr std::ptrdiff_t jump = 0x172F570; constexpr std::ptrdiff_t left = 0x172F3C0; - constexpr std::ptrdiff_t lookatweapon = 0x192A4D0; + constexpr std::ptrdiff_t lookatweapon = 0x192A500; constexpr std::ptrdiff_t reload = 0x172EFD0; constexpr std::ptrdiff_t right = 0x172F450; - constexpr std::ptrdiff_t showscores = 0x192A3B0; + constexpr std::ptrdiff_t showscores = 0x192A3E0; constexpr std::ptrdiff_t sprint = 0x172EF40; constexpr std::ptrdiff_t turnleft = 0x172F180; constexpr std::ptrdiff_t turnright = 0x172F210; constexpr std::ptrdiff_t use = 0x172F4E0; - constexpr std::ptrdiff_t zoom = 0x192A440; + constexpr std::ptrdiff_t zoom = 0x192A470; } } diff --git a/output/buttons.json b/output/buttons.json index 666a4ec..98dd264 100644 --- a/output/buttons.json +++ b/output/buttons.json @@ -7,14 +7,14 @@ "forward": 24310432, "jump": 24311152, "left": 24310720, - "lookatweapon": 26387664, + "lookatweapon": 26387712, "reload": 24309712, "right": 24310864, - "showscores": 26387376, + "showscores": 26387424, "sprint": 24309568, "turnleft": 24310144, "turnright": 24310288, "use": 24311008, - "zoom": 26387520 + "zoom": 26387568 } } \ No newline at end of file diff --git a/output/buttons.rs b/output/buttons.rs index 6aa847b..1b2cee1 100644 --- a/output/buttons.rs +++ b/output/buttons.rs @@ -1,7 +1,7 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC -#![allow(non_upper_case_globals, non_camel_case_types, unused)] +#![allow(non_upper_case_globals, unused)] pub mod cs2_dumper { // Module: client.dll @@ -13,14 +13,14 @@ pub mod cs2_dumper { pub const forward: usize = 0x172F2A0; pub const jump: usize = 0x172F570; pub const left: usize = 0x172F3C0; - pub const lookatweapon: usize = 0x192A4D0; + pub const lookatweapon: usize = 0x192A500; pub const reload: usize = 0x172EFD0; pub const right: usize = 0x172F450; - pub const showscores: usize = 0x192A3B0; + pub const showscores: usize = 0x192A3E0; pub const sprint: usize = 0x172EF40; pub const turnleft: usize = 0x172F180; pub const turnright: usize = 0x172F210; pub const r#use: usize = 0x172F4E0; - pub const zoom: usize = 0x192A440; + pub const zoom: usize = 0x192A470; } } diff --git a/output/client.dll.cs b/output/client.dll.cs index fc0ed23..500161b 100644 --- a/output/client.dll.cs +++ b/output/client.dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Schemas { // Module: client.dll diff --git a/output/client.dll.hpp b/output/client.dll.hpp index 48b1671..483028a 100644 --- a/output/client.dll.hpp +++ b/output/client.dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once diff --git a/output/client.dll.rs b/output/client.dll.rs index 0cc0da6..f3fd5ec 100644 --- a/output/client.dll.rs +++ b/output/client.dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 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 327bcb4..3bb59d6 100644 --- a/output/engine2.dll.cs +++ b/output/engine2.dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Schemas { // Module: engine2.dll diff --git a/output/engine2.dll.hpp b/output/engine2.dll.hpp index 5c53e20..d41a0ec 100644 --- a/output/engine2.dll.hpp +++ b/output/engine2.dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once diff --git a/output/engine2.dll.rs b/output/engine2.dll.rs index 7c4d513..349e8c2 100644 --- a/output/engine2.dll.rs +++ b/output/engine2.dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 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 26d9be5..0522c4c 100644 --- a/output/host.dll.cs +++ b/output/host.dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Schemas { // Module: host.dll diff --git a/output/host.dll.hpp b/output/host.dll.hpp index 79c2c8f..1f401d9 100644 --- a/output/host.dll.hpp +++ b/output/host.dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once diff --git a/output/host.dll.rs b/output/host.dll.rs index 0a67d8a..adce4f1 100644 --- a/output/host.dll.rs +++ b/output/host.dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 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 c3e3cea..c03b14a 100644 --- a/output/info.json +++ b/output/info.json @@ -1,4 +1,4 @@ { "build_number": 14002, - "timestamp": "2024-04-08T07:10:44.298916800+00:00" + "timestamp": "2024-04-17T08:47:21.349682+00:00" } \ No newline at end of file diff --git a/output/interfaces.cs b/output/interfaces.cs index 453726d..4cf918d 100644 --- a/output/interfaces.cs +++ b/output/interfaces.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Interfaces { // Module: animationsystem.dll @@ -12,11 +12,11 @@ namespace CS2Dumper.Interfaces { public const nint ClientToolsInfo_001 = 0x7332F0; public const nint EmptyWorldService001_Client = 0x480A90; public const nint GameClientExports001 = 0x733300; - public const nint LegacyGameUI001 = 0x8AF730; + public const nint LegacyGameUI001 = 0x8AF740; public const nint Source2Client002 = 0x733310; public const nint Source2ClientConfig001 = 0x46BCD0; public const nint Source2ClientPrediction001 = 0x7AFE50; - public const nint Source2ClientUI001 = 0x89EC00; + public const nint Source2ClientUI001 = 0x89EC10; } // Module: engine2.dll public static class Engine2Dll { diff --git a/output/interfaces.hpp b/output/interfaces.hpp index 2653203..28faf0d 100644 --- a/output/interfaces.hpp +++ b/output/interfaces.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once @@ -17,11 +17,11 @@ namespace cs2_dumper { constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x7332F0; constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x480A90; constexpr std::ptrdiff_t GameClientExports001 = 0x733300; - constexpr std::ptrdiff_t LegacyGameUI001 = 0x8AF730; + constexpr std::ptrdiff_t LegacyGameUI001 = 0x8AF740; constexpr std::ptrdiff_t Source2Client002 = 0x733310; constexpr std::ptrdiff_t Source2ClientConfig001 = 0x46BCD0; constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7AFE50; - constexpr std::ptrdiff_t Source2ClientUI001 = 0x89EC00; + constexpr std::ptrdiff_t Source2ClientUI001 = 0x89EC10; } // Module: engine2.dll namespace engine2_dll { diff --git a/output/interfaces.json b/output/interfaces.json index d2d7d9d..16e2c7e 100644 --- a/output/interfaces.json +++ b/output/interfaces.json @@ -7,11 +7,11 @@ "ClientToolsInfo_001": 7549680, "EmptyWorldService001_Client": 4721296, "GameClientExports001": 7549696, - "LegacyGameUI001": 9107248, + "LegacyGameUI001": 9107264, "Source2Client002": 7549712, "Source2ClientConfig001": 4635856, "Source2ClientPrediction001": 8060496, - "Source2ClientUI001": 9038848 + "Source2ClientUI001": 9038864 }, "engine2.dll": { "BenchmarkService001": 1536624, diff --git a/output/interfaces.rs b/output/interfaces.rs index 170eb13..a0265b1 100644 --- a/output/interfaces.rs +++ b/output/interfaces.rs @@ -1,7 +1,7 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC -#![allow(non_upper_case_globals, non_camel_case_types, unused)] +#![allow(non_upper_case_globals, unused)] pub mod cs2_dumper { pub mod interfaces { @@ -15,11 +15,11 @@ pub mod cs2_dumper { pub const ClientToolsInfo_001: usize = 0x7332F0; pub const EmptyWorldService001_Client: usize = 0x480A90; pub const GameClientExports001: usize = 0x733300; - pub const LegacyGameUI001: usize = 0x8AF730; + pub const LegacyGameUI001: usize = 0x8AF740; pub const Source2Client002: usize = 0x733310; pub const Source2ClientConfig001: usize = 0x46BCD0; pub const Source2ClientPrediction001: usize = 0x7AFE50; - pub const Source2ClientUI001: usize = 0x89EC00; + pub const Source2ClientUI001: usize = 0x89EC10; } // Module: engine2.dll pub mod engine2_dll { diff --git a/output/materialsystem2.dll.cs b/output/materialsystem2.dll.cs index 3ff423d..8933795 100644 --- a/output/materialsystem2.dll.cs +++ b/output/materialsystem2.dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Schemas { // Module: materialsystem2.dll diff --git a/output/materialsystem2.dll.hpp b/output/materialsystem2.dll.hpp index be7532a..c8219cd 100644 --- a/output/materialsystem2.dll.hpp +++ b/output/materialsystem2.dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once diff --git a/output/materialsystem2.dll.rs b/output/materialsystem2.dll.rs index 587b871..09a1e31 100644 --- a/output/materialsystem2.dll.rs +++ b/output/materialsystem2.dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 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 1e8856a..0e07394 100644 --- a/output/networksystem.dll.cs +++ b/output/networksystem.dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Schemas { // Module: networksystem.dll diff --git a/output/networksystem.dll.hpp b/output/networksystem.dll.hpp index 0445aa4..3196c66 100644 --- a/output/networksystem.dll.hpp +++ b/output/networksystem.dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once diff --git a/output/networksystem.dll.rs b/output/networksystem.dll.rs index 7315186..ee7d751 100644 --- a/output/networksystem.dll.rs +++ b/output/networksystem.dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 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 c3d43b1..d398c0b 100644 --- a/output/offsets.cs +++ b/output/offsets.cs @@ -1,26 +1,26 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-10 01:18:49.435410600 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Offsets { // Module: client.dll public static class ClientDll { - public const nint dwCSGOInput = 0x192A5B0; - public const nint dwEntityList = 0x18C1DB8; - public const nint dwGameEntitySystem = 0x19DF750; + public const nint dwCSGOInput = 0x192A5E0; + public const nint dwEntityList = 0x18C1DE8; + public const nint dwGameEntitySystem = 0x19DF790; public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510; - public const nint dwGameRules = 0x191EC70; + public const nint dwGameRules = 0x191ECA0; public const nint dwGlobalVars = 0x1729BA0; - public const nint dwGlowManager = 0x191F090; - public const nint dwLocalPlayerController = 0x1911578; + public const nint dwGlowManager = 0x191F0C0; + public const nint dwLocalPlayerController = 0x19115A8; public const nint dwLocalPlayerPawn = 0x17361E8; - public const nint dwPlantedC4 = 0x1927A68; + public const nint dwPlantedC4 = 0x1927A98; public const nint dwPrediction = 0x17360B0; - public const nint dwSensitivity = 0x191F9B8; + public const nint dwSensitivity = 0x191F9E8; public const nint dwSensitivity_sensitivity = 0x40; - public const nint dwViewAngles = 0x192F940; - public const nint dwViewMatrix = 0x19231B0; - public const nint dwViewRender = 0x19239B0; - public const nint dwWeaponC4 = 0x18C5210; + public const nint dwViewAngles = 0x192F970; + public const nint dwViewMatrix = 0x19231E0; + public const nint dwViewRender = 0x19239E0; + public const nint dwWeaponC4 = 0x18C5240; } // Module: engine2.dll public static class Engine2Dll { diff --git a/output/offsets.hpp b/output/offsets.hpp index a60b758..db65df9 100644 --- a/output/offsets.hpp +++ b/output/offsets.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-10 01:18:49.435410600 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once @@ -9,23 +9,23 @@ namespace cs2_dumper { namespace offsets { // Module: client.dll namespace client_dll { - constexpr std::ptrdiff_t dwCSGOInput = 0x192A5B0; - constexpr std::ptrdiff_t dwEntityList = 0x18C1DB8; - constexpr std::ptrdiff_t dwGameEntitySystem = 0x19DF750; + constexpr std::ptrdiff_t dwCSGOInput = 0x192A5E0; + constexpr std::ptrdiff_t dwEntityList = 0x18C1DE8; + constexpr std::ptrdiff_t dwGameEntitySystem = 0x19DF790; constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510; - constexpr std::ptrdiff_t dwGameRules = 0x191EC70; + constexpr std::ptrdiff_t dwGameRules = 0x191ECA0; constexpr std::ptrdiff_t dwGlobalVars = 0x1729BA0; - constexpr std::ptrdiff_t dwGlowManager = 0x191F090; - constexpr std::ptrdiff_t dwLocalPlayerController = 0x1911578; + constexpr std::ptrdiff_t dwGlowManager = 0x191F0C0; + constexpr std::ptrdiff_t dwLocalPlayerController = 0x19115A8; constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x17361E8; - constexpr std::ptrdiff_t dwPlantedC4 = 0x1927A68; + constexpr std::ptrdiff_t dwPlantedC4 = 0x1927A98; constexpr std::ptrdiff_t dwPrediction = 0x17360B0; - constexpr std::ptrdiff_t dwSensitivity = 0x191F9B8; + constexpr std::ptrdiff_t dwSensitivity = 0x191F9E8; constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40; - constexpr std::ptrdiff_t dwViewAngles = 0x192F940; - constexpr std::ptrdiff_t dwViewMatrix = 0x19231B0; - constexpr std::ptrdiff_t dwViewRender = 0x19239B0; - constexpr std::ptrdiff_t dwWeaponC4 = 0x18C5210; + constexpr std::ptrdiff_t dwViewAngles = 0x192F970; + constexpr std::ptrdiff_t dwViewMatrix = 0x19231E0; + constexpr std::ptrdiff_t dwViewRender = 0x19239E0; + constexpr std::ptrdiff_t dwWeaponC4 = 0x18C5240; } // Module: engine2.dll namespace engine2_dll { diff --git a/output/offsets.json b/output/offsets.json index 957b685..b8f83d4 100644 --- a/output/offsets.json +++ b/output/offsets.json @@ -1,22 +1,22 @@ { "client.dll": { - "dwCSGOInput": 26387888, - "dwEntityList": 25959864, - "dwGameEntitySystem": 27129680, + "dwCSGOInput": 26387936, + "dwEntityList": 25959912, + "dwGameEntitySystem": 27129744, "dwGameEntitySystem_getHighestEntityIndex": 5392, - "dwGameRules": 26340464, + "dwGameRules": 26340512, "dwGlobalVars": 24288160, - "dwGlowManager": 26341520, - "dwLocalPlayerController": 26285432, + "dwGlowManager": 26341568, + "dwLocalPlayerController": 26285480, "dwLocalPlayerPawn": 24338920, - "dwPlantedC4": 26376808, + "dwPlantedC4": 26376856, "dwPrediction": 24338608, - "dwSensitivity": 26343864, + "dwSensitivity": 26343912, "dwSensitivity_sensitivity": 64, - "dwViewAngles": 26409280, - "dwViewMatrix": 26358192, - "dwViewRender": 26360240, - "dwWeaponC4": 25973264 + "dwViewAngles": 26409328, + "dwViewMatrix": 26358240, + "dwViewRender": 26360288, + "dwWeaponC4": 25973312 }, "engine2.dll": { "dwBuildNumber": 5330276, diff --git a/output/offsets.rs b/output/offsets.rs index 82a9158..90af482 100644 --- a/output/offsets.rs +++ b/output/offsets.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-10 01:18:49.435410600 UTC +// 2024-04-17 08:47:21.349682 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 = 0x192A5B0; - pub const dwEntityList: usize = 0x18C1DB8; - pub const dwGameEntitySystem: usize = 0x19DF750; + pub const dwCSGOInput: usize = 0x192A5E0; + pub const dwEntityList: usize = 0x18C1DE8; + pub const dwGameEntitySystem: usize = 0x19DF790; pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510; - pub const dwGameRules: usize = 0x191EC70; + pub const dwGameRules: usize = 0x191ECA0; pub const dwGlobalVars: usize = 0x1729BA0; - pub const dwGlowManager: usize = 0x191F090; - pub const dwLocalPlayerController: usize = 0x1911578; + pub const dwGlowManager: usize = 0x191F0C0; + pub const dwLocalPlayerController: usize = 0x19115A8; pub const dwLocalPlayerPawn: usize = 0x17361E8; - pub const dwPlantedC4: usize = 0x1927A68; + pub const dwPlantedC4: usize = 0x1927A98; pub const dwPrediction: usize = 0x17360B0; - pub const dwSensitivity: usize = 0x191F9B8; + pub const dwSensitivity: usize = 0x191F9E8; pub const dwSensitivity_sensitivity: usize = 0x40; - pub const dwViewAngles: usize = 0x192F940; - pub const dwViewMatrix: usize = 0x19231B0; - pub const dwViewRender: usize = 0x19239B0; - pub const dwWeaponC4: usize = 0x18C5210; + pub const dwViewAngles: usize = 0x192F970; + pub const dwViewMatrix: usize = 0x19231E0; + pub const dwViewRender: usize = 0x19239E0; + pub const dwWeaponC4: usize = 0x18C5240; } // Module: engine2.dll pub mod engine2_dll { diff --git a/output/panorama.dll.cs b/output/panorama.dll.cs index 1aa5632..b1b3183 100644 --- a/output/panorama.dll.cs +++ b/output/panorama.dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Schemas { // Module: panorama.dll diff --git a/output/panorama.dll.hpp b/output/panorama.dll.hpp index 5185992..753fa8b 100644 --- a/output/panorama.dll.hpp +++ b/output/panorama.dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once diff --git a/output/panorama.dll.rs b/output/panorama.dll.rs index 0b26fdf..37ba442 100644 --- a/output/panorama.dll.rs +++ b/output/panorama.dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 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 e0bb625..8a09576 100644 --- a/output/particles.dll.cs +++ b/output/particles.dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Schemas { // Module: particles.dll diff --git a/output/particles.dll.hpp b/output/particles.dll.hpp index b8e71b3..ac87346 100644 --- a/output/particles.dll.hpp +++ b/output/particles.dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once diff --git a/output/particles.dll.rs b/output/particles.dll.rs index a69690f..4b6ebba 100644 --- a/output/particles.dll.rs +++ b/output/particles.dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 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 56b2efc..156b49e 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-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Schemas { // Module: pulse_system.dll diff --git a/output/pulse_system.dll.hpp b/output/pulse_system.dll.hpp index e27b196..6ec6c7c 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-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once diff --git a/output/pulse_system.dll.rs b/output/pulse_system.dll.rs index d07a356..9dcb4b1 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-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 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 dc68f86..3b33480 100644 --- a/output/rendersystemdx11.dll.cs +++ b/output/rendersystemdx11.dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Schemas { // Module: rendersystemdx11.dll diff --git a/output/rendersystemdx11.dll.hpp b/output/rendersystemdx11.dll.hpp index e9cdb5b..39a4226 100644 --- a/output/rendersystemdx11.dll.hpp +++ b/output/rendersystemdx11.dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once diff --git a/output/rendersystemdx11.dll.rs b/output/rendersystemdx11.dll.rs index 36dfb8e..f26535a 100644 --- a/output/rendersystemdx11.dll.rs +++ b/output/rendersystemdx11.dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 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 b42e1be..edd14a7 100644 --- a/output/resourcesystem.dll.cs +++ b/output/resourcesystem.dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Schemas { // Module: resourcesystem.dll diff --git a/output/resourcesystem.dll.hpp b/output/resourcesystem.dll.hpp index 4107208..3a2fb01 100644 --- a/output/resourcesystem.dll.hpp +++ b/output/resourcesystem.dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once diff --git a/output/resourcesystem.dll.rs b/output/resourcesystem.dll.rs index 412ed71..3cf08cd 100644 --- a/output/resourcesystem.dll.rs +++ b/output/resourcesystem.dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 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 c31fab4..d5fbca4 100644 --- a/output/scenesystem.dll.cs +++ b/output/scenesystem.dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Schemas { // Module: scenesystem.dll diff --git a/output/scenesystem.dll.hpp b/output/scenesystem.dll.hpp index faac95a..7fb6e26 100644 --- a/output/scenesystem.dll.hpp +++ b/output/scenesystem.dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once diff --git a/output/scenesystem.dll.rs b/output/scenesystem.dll.rs index 8deb377..30aa0f2 100644 --- a/output/scenesystem.dll.rs +++ b/output/scenesystem.dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 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 bcb1c27..67fb9f6 100644 --- a/output/schemasystem.dll.cs +++ b/output/schemasystem.dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Schemas { // Module: schemasystem.dll diff --git a/output/schemasystem.dll.hpp b/output/schemasystem.dll.hpp index 9945994..8c8fb85 100644 --- a/output/schemasystem.dll.hpp +++ b/output/schemasystem.dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once diff --git a/output/schemasystem.dll.rs b/output/schemasystem.dll.rs index 91e637a..3874c1d 100644 --- a/output/schemasystem.dll.rs +++ b/output/schemasystem.dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 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 9855310..2160b10 100644 --- a/output/server.dll.cs +++ b/output/server.dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Schemas { // Module: server.dll diff --git a/output/server.dll.hpp b/output/server.dll.hpp index 35da8e4..fc19520 100644 --- a/output/server.dll.hpp +++ b/output/server.dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once diff --git a/output/server.dll.rs b/output/server.dll.rs index a076457..cc5b05a 100644 --- a/output/server.dll.rs +++ b/output/server.dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 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 c8de5b3..45a3599 100644 --- a/output/soundsystem.dll.cs +++ b/output/soundsystem.dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Schemas { // Module: soundsystem.dll diff --git a/output/soundsystem.dll.hpp b/output/soundsystem.dll.hpp index 68f7eba..98e2d27 100644 --- a/output/soundsystem.dll.hpp +++ b/output/soundsystem.dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once diff --git a/output/soundsystem.dll.rs b/output/soundsystem.dll.rs index 91c49bc..2a7210b 100644 --- a/output/soundsystem.dll.rs +++ b/output/soundsystem.dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 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 69da764..63022e2 100644 --- a/output/vphysics2.dll.cs +++ b/output/vphysics2.dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Schemas { // Module: vphysics2.dll diff --git a/output/vphysics2.dll.hpp b/output/vphysics2.dll.hpp index 1beb57c..bf80d3b 100644 --- a/output/vphysics2.dll.hpp +++ b/output/vphysics2.dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once diff --git a/output/vphysics2.dll.rs b/output/vphysics2.dll.rs index e730c8b..16418dd 100644 --- a/output/vphysics2.dll.rs +++ b/output/vphysics2.dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 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 11a7886..f3d0a8f 100644 --- a/output/worldrenderer.dll.cs +++ b/output/worldrenderer.dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC namespace CS2Dumper.Schemas { // Module: worldrenderer.dll diff --git a/output/worldrenderer.dll.hpp b/output/worldrenderer.dll.hpp index 911a650..e88e4fb 100644 --- a/output/worldrenderer.dll.hpp +++ b/output/worldrenderer.dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #pragma once diff --git a/output/worldrenderer.dll.rs b/output/worldrenderer.dll.rs index 5066020..633cd85 100644 --- a/output/worldrenderer.dll.rs +++ b/output/worldrenderer.dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-04-08 07:10:44.298916800 UTC +// 2024-04-17 08:47:21.349682 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]