Game update (14029)

This commit is contained in:
a2x
2024-08-22 10:14:33 +10:00
parent 36946e7af2
commit 2678f275ee
65 changed files with 259 additions and 259 deletions

View File

@@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-08-21 00:00:00.519767300 UTC
// 2024-08-22 00:13:39.639692900 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
// Module: client.dll
pub mod buttons {
pub const attack: usize = 0x17CC040;
pub const attack2: usize = 0x17CC0D0;
pub const back: usize = 0x17CC310;
pub const duck: usize = 0x17CC5E0;
pub const forward: usize = 0x17CC280;
pub const jump: usize = 0x17CC550;
pub const left: usize = 0x17CC3A0;
pub const lookatweapon: usize = 0x19D9CC0;
pub const reload: usize = 0x17CBFB0;
pub const right: usize = 0x17CC430;
pub const showscores: usize = 0x19D9BA0;
pub const sprint: usize = 0x17CBF20;
pub const turnleft: usize = 0x17CC160;
pub const turnright: usize = 0x17CC1F0;
pub const r#use: usize = 0x17CC4C0;
pub const zoom: usize = 0x19D9C30;
pub const attack: usize = 0x17CC020;
pub const attack2: usize = 0x17CC0B0;
pub const back: usize = 0x17CC2F0;
pub const duck: usize = 0x17CC5C0;
pub const forward: usize = 0x17CC260;
pub const jump: usize = 0x17CC530;
pub const left: usize = 0x17CC380;
pub const lookatweapon: usize = 0x19D9CB0;
pub const reload: usize = 0x17CBF90;
pub const right: usize = 0x17CC410;
pub const showscores: usize = 0x19D9B90;
pub const sprint: usize = 0x17CBF00;
pub const turnleft: usize = 0x17CC140;
pub const turnright: usize = 0x17CC1D0;
pub const r#use: usize = 0x17CC4A0;
pub const zoom: usize = 0x19D9C20;
}
}