Files
cs2-dumper/output/buttons.zig
2026-03-28 09:29:38 +10:00

25 lines
915 B
Zig

// Generated using https://github.com/a2x/cs2-dumper
// 2026-03-27 23:29:07.271766300 UTC
pub const cs2_dumper = struct {
// Module: client.dll
pub const buttons = struct {
pub const attack: usize = 0x2063760;
pub const attack2: usize = 0x20637F0;
pub const back: usize = 0x2063A30;
pub const duck: usize = 0x2063D00;
pub const forward: usize = 0x20639A0;
pub const jump: usize = 0x2063C70;
pub const left: usize = 0x2063AC0;
pub const lookatweapon: usize = 0x231B200;
pub const reload: usize = 0x20636D0;
pub const right: usize = 0x2063B50;
pub const showscores: usize = 0x231B0E0;
pub const sprint: usize = 0x2063640;
pub const turnleft: usize = 0x2063880;
pub const turnright: usize = 0x2063910;
pub const use: usize = 0x2063BE0;
pub const zoom: usize = 0x231B170;
};
};