Game update (14132)

This commit is contained in:
a2x
2026-01-24 12:41:02 +10:00
parent a9a8d543e2
commit a03f9725e9
73 changed files with 322 additions and 500 deletions

View File

@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2026-01-23 01:03:20.898173500 UTC
// 2026-01-24 02:38:39.726673900 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 = 0x23113E0;
pub const dwEntityList: usize = 0x24A6B48;
pub const dwGameEntitySystem: usize = 0x24A6B48;
pub const dwCSGOInput: usize = 0x23123E0;
pub const dwEntityList: usize = 0x24A7B48;
pub const dwGameEntitySystem: usize = 0x24A7B48;
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20A0;
pub const dwGameRules: usize = 0x23025F0;
pub const dwGlobalVars: usize = 0x20562A8;
pub const dwGlowManager: usize = 0x2302600;
pub const dwLocalPlayerController: usize = 0x22EBA28;
pub const dwLocalPlayerPawn: usize = 0x2061850;
pub const dwPlantedC4: usize = 0x230EB80;
pub const dwPrediction: usize = 0x2061760;
pub const dwSensitivity: usize = 0x2303128;
pub const dwGameRules: usize = 0x23035F0;
pub const dwGlobalVars: usize = 0x20572A8;
pub const dwGlowManager: usize = 0x2303600;
pub const dwLocalPlayerController: usize = 0x22ECA28;
pub const dwLocalPlayerPawn: usize = 0x2062850;
pub const dwPlantedC4: usize = 0x230FB80;
pub const dwPrediction: usize = 0x2062760;
pub const dwSensitivity: usize = 0x2304128;
pub const dwSensitivity_sensitivity: usize = 0x58;
pub const dwViewAngles: usize = 0x2311A68;
pub const dwViewMatrix: usize = 0x2307850;
pub const dwViewRender: usize = 0x2307A88;
pub const dwWeaponC4: usize = 0x2290910;
pub const dwViewAngles: usize = 0x2312A68;
pub const dwViewMatrix: usize = 0x2308850;
pub const dwViewRender: usize = 0x2308A88;
pub const dwWeaponC4: usize = 0x2291910;
}
// Module: engine2.dll
pub mod engine2_dll {