mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-07-04 23:49:43 +08:00
27 lines
933 B
Rust
27 lines
933 B
Rust
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2025-07-03 04:46:07.725715 UTC
|
|
|
|
#![allow(non_upper_case_globals, unused)]
|
|
|
|
pub mod cs2_dumper {
|
|
// Module: client.dll
|
|
pub mod buttons {
|
|
pub const attack: usize = 0x18508E0;
|
|
pub const attack2: usize = 0x1850970;
|
|
pub const back: usize = 0x1850BB0;
|
|
pub const duck: usize = 0x1850E80;
|
|
pub const forward: usize = 0x1850B20;
|
|
pub const jump: usize = 0x1850DF0;
|
|
pub const left: usize = 0x1850C40;
|
|
pub const lookatweapon: usize = 0x1A77020;
|
|
pub const reload: usize = 0x1850850;
|
|
pub const right: usize = 0x1850CD0;
|
|
pub const showscores: usize = 0x1A76F00;
|
|
pub const sprint: usize = 0x18507C0;
|
|
pub const turnleft: usize = 0x1850A00;
|
|
pub const turnright: usize = 0x1850A90;
|
|
pub const r#use: usize = 0x1850D60;
|
|
pub const zoom: usize = 0x1A76F90;
|
|
}
|
|
}
|