mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-08 02:00:02 +08:00
Game update (14015) (2)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-14 04:06:49.525200800 UTC
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@@ -7,22 +7,22 @@ pub mod cs2_dumper {
|
||||
pub mod offsets {
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const dwCSGOInput: usize = 0x1A1E1B0;
|
||||
pub const dwCSGOInput: usize = 0x1A1E430;
|
||||
pub const dwEntityList: usize = 0x19B49B8;
|
||||
pub const dwGameEntitySystem: usize = 0x1AD38C8;
|
||||
pub const dwGameEntitySystem: usize = 0x1AD3888;
|
||||
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x1510;
|
||||
pub const dwGameRules: usize = 0x1A12418;
|
||||
pub const dwGlobalVars: usize = 0x180E4E0;
|
||||
pub const dwGlowManager: usize = 0x1A11B30;
|
||||
pub const dwGameRules: usize = 0x1A12408;
|
||||
pub const dwGlobalVars: usize = 0x180E510;
|
||||
pub const dwGlowManager: usize = 0x1A11B20;
|
||||
pub const dwLocalPlayerController: usize = 0x1A04768;
|
||||
pub const dwLocalPlayerPawn: usize = 0x181A998;
|
||||
pub const dwPlantedC4: usize = 0x1A1B528;
|
||||
pub const dwPrediction: usize = 0x181A850;
|
||||
pub const dwSensitivity: usize = 0x1A13258;
|
||||
pub const dwLocalPlayerPawn: usize = 0x181A9C8;
|
||||
pub const dwPlantedC4: usize = 0x1A1B7A8;
|
||||
pub const dwPrediction: usize = 0x181A880;
|
||||
pub const dwSensitivity: usize = 0x1A13248;
|
||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||
pub const dwViewAngles: usize = 0x1A235C8;
|
||||
pub const dwViewMatrix: usize = 0x1A16A70;
|
||||
pub const dwViewRender: usize = 0x1A17388;
|
||||
pub const dwViewAngles: usize = 0x1A23848;
|
||||
pub const dwViewMatrix: usize = 0x1A16A60;
|
||||
pub const dwViewRender: usize = 0x1A17378;
|
||||
pub const dwWeaponC4: usize = 0x19B86F0;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
|
Reference in New Issue
Block a user