mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 10:09:59 +08:00
25 lines
915 B
Zig
25 lines
915 B
Zig
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2026-04-03 12:31:25.327747800 UTC
|
|
|
|
pub const cs2_dumper = struct {
|
|
// Module: client.dll
|
|
pub const buttons = struct {
|
|
pub const attack: usize = 0x2066760;
|
|
pub const attack2: usize = 0x20667F0;
|
|
pub const back: usize = 0x2066A30;
|
|
pub const duck: usize = 0x2066D00;
|
|
pub const forward: usize = 0x20669A0;
|
|
pub const jump: usize = 0x2066C70;
|
|
pub const left: usize = 0x2066AC0;
|
|
pub const lookatweapon: usize = 0x231E250;
|
|
pub const reload: usize = 0x20666D0;
|
|
pub const right: usize = 0x2066B50;
|
|
pub const showscores: usize = 0x231E130;
|
|
pub const sprint: usize = 0x2066640;
|
|
pub const turnleft: usize = 0x2066880;
|
|
pub const turnright: usize = 0x2066910;
|
|
pub const use: usize = 0x2066BE0;
|
|
pub const zoom: usize = 0x231E1C0;
|
|
};
|
|
};
|