fix: game update

This commit is contained in:
Liam
2026-01-21 18:46:36 -05:00
parent 29118d131d
commit 249cd0b80d
16 changed files with 657 additions and 642 deletions

View File

@@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-12-21 11:22:37.665735500 UTC
// 2026-01-21 23:45:27.960850 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
// Module: client.dll
pub mod buttons {
pub const attack: usize = 0x1BE83A0;
pub const attack2: usize = 0x1BE8430;
pub const back: usize = 0x1BE8670;
pub const duck: usize = 0x1BE8940;
pub const forward: usize = 0x1BE85E0;
pub const jump: usize = 0x1BE88B0;
pub const left: usize = 0x1BE8700;
pub const lookatweapon: usize = 0x1E3C070;
pub const reload: usize = 0x1BE8310;
pub const right: usize = 0x1BE8790;
pub const showscores: usize = 0x1E3BF50;
pub const sprint: usize = 0x1BE8280;
pub const turnleft: usize = 0x1BE84C0;
pub const turnright: usize = 0x1BE8550;
pub const r#use: usize = 0x1BE8820;
pub const zoom: usize = 0x1E3BFE0;
pub const attack: usize = 0x205A560;
pub const attack2: usize = 0x205A5F0;
pub const back: usize = 0x205A830;
pub const duck: usize = 0x205AB00;
pub const forward: usize = 0x205A7A0;
pub const jump: usize = 0x205AA70;
pub const left: usize = 0x205A8C0;
pub const lookatweapon: usize = 0x23111F0;
pub const reload: usize = 0x205A4D0;
pub const right: usize = 0x205A950;
pub const showscores: usize = 0x23110D0;
pub const sprint: usize = 0x205A440;
pub const turnleft: usize = 0x205A680;
pub const turnright: usize = 0x205A710;
pub const r#use: usize = 0x205A9E0;
pub const zoom: usize = 0x2311160;
}
}