mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
Latest Game Update.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2026-03-27 23:29:07.271766300 UTC
|
||||
// 2026-04-03 12:31:25.327747800 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 = 0x231B2E0;
|
||||
pub const dwEntityList: usize = 0x24B0258;
|
||||
pub const dwGameEntitySystem: usize = 0x24B0258;
|
||||
pub const dwCSGOInput: usize = 0x231E330;
|
||||
pub const dwEntityList: usize = 0x24B3268;
|
||||
pub const dwGameEntitySystem: usize = 0x24B3268;
|
||||
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20A0;
|
||||
pub const dwGameRules: usize = 0x230EED0;
|
||||
pub const dwGlobalVars: usize = 0x205F540;
|
||||
pub const dwGlowManager: usize = 0x230BCD8;
|
||||
pub const dwLocalPlayerController: usize = 0x22F5028;
|
||||
pub const dwLocalPlayerPawn: usize = 0x206A9E0;
|
||||
pub const dwPlantedC4: usize = 0x2318A60;
|
||||
pub const dwPrediction: usize = 0x206A8F0;
|
||||
pub const dwSensitivity: usize = 0x230C7E8;
|
||||
pub const dwGameRules: usize = 0x2311ED0;
|
||||
pub const dwGlobalVars: usize = 0x2062540;
|
||||
pub const dwGlowManager: usize = 0x230ECD8;
|
||||
pub const dwLocalPlayerController: usize = 0x22F8028;
|
||||
pub const dwLocalPlayerPawn: usize = 0x206D9E0;
|
||||
pub const dwPlantedC4: usize = 0x231BAB0;
|
||||
pub const dwPrediction: usize = 0x206D8F0;
|
||||
pub const dwSensitivity: usize = 0x230F7E8;
|
||||
pub const dwSensitivity_sensitivity: usize = 0x58;
|
||||
pub const dwViewAngles: usize = 0x231B968;
|
||||
pub const dwViewMatrix: usize = 0x2310F10;
|
||||
pub const dwViewRender: usize = 0x2311328;
|
||||
pub const dwWeaponC4: usize = 0x229A2B0;
|
||||
pub const dwViewAngles: usize = 0x231E9B8;
|
||||
pub const dwViewMatrix: usize = 0x2313F10;
|
||||
pub const dwViewRender: usize = 0x2314328;
|
||||
pub const dwWeaponC4: usize = 0x229D2B0;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
|
||||
Reference in New Issue
Block a user