Game update (14039)

This commit is contained in:
a2x
2024-10-18 11:52:11 +10:00
parent 6e8b0e0f99
commit 6351b59870
66 changed files with 339 additions and 339 deletions

View File

@@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-10-17 10:20:21.774422600 UTC
// 2024-10-18 01:51:41.241413900 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
// Module: client.dll
pub mod buttons {
pub const attack: usize = 0x18285D0;
pub const attack2: usize = 0x1828660;
pub const back: usize = 0x18288A0;
pub const duck: usize = 0x1828B70;
pub const forward: usize = 0x1828810;
pub const jump: usize = 0x1828AE0;
pub const left: usize = 0x1828930;
pub const lookatweapon: usize = 0x1A364E0;
pub const reload: usize = 0x1828540;
pub const right: usize = 0x18289C0;
pub const showscores: usize = 0x1A363C0;
pub const sprint: usize = 0x18284B0;
pub const turnleft: usize = 0x18286F0;
pub const turnright: usize = 0x1828780;
pub const r#use: usize = 0x1828A50;
pub const zoom: usize = 0x1A36450;
pub const attack: usize = 0x182A5E0;
pub const attack2: usize = 0x182A670;
pub const back: usize = 0x182A8B0;
pub const duck: usize = 0x182AB80;
pub const forward: usize = 0x182A820;
pub const jump: usize = 0x182AAF0;
pub const left: usize = 0x182A940;
pub const lookatweapon: usize = 0x1A38600;
pub const reload: usize = 0x182A550;
pub const right: usize = 0x182A9D0;
pub const showscores: usize = 0x1A384E0;
pub const sprint: usize = 0x182A4C0;
pub const turnleft: usize = 0x182A700;
pub const turnright: usize = 0x182A790;
pub const r#use: usize = 0x182AA60;
pub const zoom: usize = 0x1A38570;
}
}