mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
27 lines
936 B
Rust
27 lines
936 B
Rust
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2024-11-07 04:35:49.847800300 UTC
|
|
|
|
#![allow(non_upper_case_globals, unused)]
|
|
|
|
pub mod cs2_dumper {
|
|
// Module: client.dll
|
|
pub mod buttons {
|
|
pub const attack: usize = 0x183A5E0;
|
|
pub const attack2: usize = 0x183A670;
|
|
pub const back: usize = 0x183A8B0;
|
|
pub const duck: usize = 0x183AB80;
|
|
pub const forward: usize = 0x183A820;
|
|
pub const jump: usize = 0x183AAF0;
|
|
pub const left: usize = 0x183A940;
|
|
pub const lookatweapon: usize = 0x1A494B0;
|
|
pub const reload: usize = 0x183A550;
|
|
pub const right: usize = 0x183A9D0;
|
|
pub const showscores: usize = 0x1A49390;
|
|
pub const sprint: usize = 0x183A4C0;
|
|
pub const turnleft: usize = 0x183A700;
|
|
pub const turnright: usize = 0x183A790;
|
|
pub const r#use: usize = 0x183AA60;
|
|
pub const zoom: usize = 0x1A49420;
|
|
}
|
|
}
|