23.10.2025 Game Update

This commit is contained in:
tonik
2025-10-23 01:34:25 +02:00
committed by GitHub
parent 66f881d11f
commit 55e079395a
70 changed files with 972 additions and 890 deletions

View File

@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-10-16 05:43:35.292643700 UTC
// 2025-10-22 23:24:33.374715900 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 = 0x1E28800;
pub const dwEntityList: usize = 0x1D00690;
pub const dwGameEntitySystem: usize = 0x1FA4FE0;
pub const dwCSGOInput: usize = 0x1E2FE00;
pub const dwEntityList: usize = 0x1D07A80;
pub const dwGameEntitySystem: usize = 0x1FAC650;
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20F0;
pub const dwGameRules: usize = 0x1E1DB80;
pub const dwGlobalVars: usize = 0x1BD0E50;
pub const dwGlowManager: usize = 0x1E1AA18;
pub const dwLocalPlayerController: usize = 0x1E0A348;
pub const dwLocalPlayerPawn: usize = 0x1BDBB10;
pub const dwPlantedC4: usize = 0x1E23288;
pub const dwPrediction: usize = 0x1BDBA40;
pub const dwSensitivity: usize = 0x1E1B478;
pub const dwGameRules: usize = 0x1E25180;
pub const dwGlobalVars: usize = 0x1BD8060;
pub const dwGlowManager: usize = 0x1E22018;
pub const dwLocalPlayerController: usize = 0x1E11978;
pub const dwLocalPlayerPawn: usize = 0x1BE2D10;
pub const dwPlantedC4: usize = 0x1E2B3D0;
pub const dwPrediction: usize = 0x1BE2C40;
pub const dwSensitivity: usize = 0x1E22A78;
pub const dwSensitivity_sensitivity: usize = 0x50;
pub const dwViewAngles: usize = 0x1E28EB0;
pub const dwViewMatrix: usize = 0x1E1E920;
pub const dwViewRender: usize = 0x1E1F770;
pub const dwWeaponC4: usize = 0x1DBB700;
pub const dwViewAngles: usize = 0x1E304B0;
pub const dwViewMatrix: usize = 0x1E25F30;
pub const dwViewRender: usize = 0x1E26AA8;
pub const dwWeaponC4: usize = 0x1DC2E48;
}
// Module: engine2.dll
pub mod engine2_dll {