Game update (14046)

This commit is contained in:
a2x
2024-11-07 14:36:12 +10:00
parent a68a78f1e6
commit 301dce6703
67 changed files with 745 additions and 593 deletions

View File

@@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-10-31 02:41:35.880004100 UTC
// 2024-11-07 04:35:49.847800300 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
// Module: client.dll
pub mod buttons {
pub const attack: usize = 0x182F6B0;
pub const attack2: usize = 0x182F740;
pub const back: usize = 0x182F980;
pub const duck: usize = 0x182FC50;
pub const forward: usize = 0x182F8F0;
pub const jump: usize = 0x182FBC0;
pub const left: usize = 0x182FA10;
pub const lookatweapon: usize = 0x1A3D810;
pub const reload: usize = 0x182F620;
pub const right: usize = 0x182FAA0;
pub const showscores: usize = 0x1A3D6F0;
pub const sprint: usize = 0x182F590;
pub const turnleft: usize = 0x182F7D0;
pub const turnright: usize = 0x182F860;
pub const r#use: usize = 0x182FB30;
pub const zoom: usize = 0x1A3D780;
pub const attack: usize = 0x183A5E0;
pub const attack2: usize = 0x183A670;
pub const back: usize = 0x183A8B0;
pub const duck: usize = 0x183AB80;
pub const forward: usize = 0x183A820;
pub const jump: usize = 0x183AAF0;
pub const left: usize = 0x183A940;
pub const lookatweapon: usize = 0x1A494B0;
pub const reload: usize = 0x183A550;
pub const right: usize = 0x183A9D0;
pub const showscores: usize = 0x1A49390;
pub const sprint: usize = 0x183A4C0;
pub const turnleft: usize = 0x183A700;
pub const turnright: usize = 0x183A790;
pub const r#use: usize = 0x183AA60;
pub const zoom: usize = 0x1A49420;
}
}