mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-06-19 03:59:43 +08:00
27 lines
936 B
Rust
27 lines
936 B
Rust
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2025-06-11 04:15:50.467574200 UTC
|
|
|
|
#![allow(non_upper_case_globals, unused)]
|
|
|
|
pub mod cs2_dumper {
|
|
// Module: client.dll
|
|
pub mod buttons {
|
|
pub const attack: usize = 0x184E8F0;
|
|
pub const attack2: usize = 0x184E980;
|
|
pub const back: usize = 0x184EBC0;
|
|
pub const duck: usize = 0x184EE90;
|
|
pub const forward: usize = 0x184EB30;
|
|
pub const jump: usize = 0x184EE00;
|
|
pub const left: usize = 0x184EC50;
|
|
pub const lookatweapon: usize = 0x1A75170;
|
|
pub const reload: usize = 0x184E860;
|
|
pub const right: usize = 0x184ECE0;
|
|
pub const showscores: usize = 0x1A75050;
|
|
pub const sprint: usize = 0x184E7D0;
|
|
pub const turnleft: usize = 0x184EA10;
|
|
pub const turnright: usize = 0x184EAA0;
|
|
pub const r#use: usize = 0x184ED70;
|
|
pub const zoom: usize = 0x1A750E0;
|
|
}
|
|
}
|