Game Update

This commit is contained in:
ArcherY417
2025-09-23 11:33:06 +08:00
committed by GitHub
parent 0b1644915b
commit 2607daaf48
71 changed files with 424 additions and 439 deletions

View File

@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-09-19 17:18:57.328261100 UTC
// 2025-09-23 03:29:34.120750500 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 = 0x1E2C670;
pub const dwCSGOInput: usize = 0x1E2C700;
pub const dwEntityList: usize = 0x1D05458;
pub const dwGameEntitySystem: usize = 0x1FA6548;
pub const dwGameEntitySystem: usize = 0x1FA65D8;
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20F0;
pub const dwGameRules: usize = 0x1E21450;
pub const dwGameRules: usize = 0x1E214D0;
pub const dwGlobalVars: usize = 0x1BD6150;
pub const dwGlowManager: usize = 0x1E1E220;
pub const dwLocalPlayerController: usize = 0x1E0E578;
pub const dwGlowManager: usize = 0x1E1E2A0;
pub const dwLocalPlayerController: usize = 0x1E0E5A8;
pub const dwLocalPlayerPawn: usize = 0x1BE0E90;
pub const dwPlantedC4: usize = 0x1E27910;
pub const dwPlantedC4: usize = 0x1E279A0;
pub const dwPrediction: usize = 0x1BE0DC0;
pub const dwSensitivity: usize = 0x1E1ED48;
pub const dwSensitivity: usize = 0x1E1EDC8;
pub const dwSensitivity_sensitivity: usize = 0x48;
pub const dwViewAngles: usize = 0x1E2CE20;
pub const dwViewMatrix: usize = 0x1E22220;
pub const dwViewRender: usize = 0x1E23040;
pub const dwWeaponC4: usize = 0x1DBFAD8;
pub const dwViewAngles: usize = 0x1E2CEB0;
pub const dwViewMatrix: usize = 0x1E222A0;
pub const dwViewRender: usize = 0x1E230C0;
pub const dwWeaponC4: usize = 0x1DBFAE8;
}
// Module: engine2.dll
pub mod engine2_dll {