mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-07 22:50:03 +08:00
27 lines
936 B
Rust
27 lines
936 B
Rust
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2025-07-29 08:05:49.300075200 UTC
|
|
|
|
#![allow(non_upper_case_globals, unused)]
|
|
|
|
pub mod cs2_dumper {
|
|
// Module: client.dll
|
|
pub mod buttons {
|
|
pub const attack: usize = 0x1AED450;
|
|
pub const attack2: usize = 0x1AED4E0;
|
|
pub const back: usize = 0x1AED720;
|
|
pub const duck: usize = 0x1AED9F0;
|
|
pub const forward: usize = 0x1AED690;
|
|
pub const jump: usize = 0x1AED960;
|
|
pub const left: usize = 0x1AED7B0;
|
|
pub const lookatweapon: usize = 0x1D2BD30;
|
|
pub const reload: usize = 0x1AED3C0;
|
|
pub const right: usize = 0x1AED840;
|
|
pub const showscores: usize = 0x1D2BC10;
|
|
pub const sprint: usize = 0x1AED330;
|
|
pub const turnleft: usize = 0x1AED570;
|
|
pub const turnright: usize = 0x1AED600;
|
|
pub const r#use: usize = 0x1AED8D0;
|
|
pub const zoom: usize = 0x1D2BCA0;
|
|
}
|
|
}
|