Game update (14057)

Game update (14057)
This commit is contained in:
Christopher
2024-11-27 16:55:53 -06:00
committed by GitHub
parent 2640f996dd
commit 768571a4ab
64 changed files with 262 additions and 262 deletions

View File

@@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-11-21 03:01:24.891899 UTC
// 2024-11-27 22:53:17.703713100 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
// Module: client.dll
pub mod buttons {
pub const attack: usize = 0x184D4E0;
pub const attack2: usize = 0x184D570;
pub const back: usize = 0x184D7B0;
pub const duck: usize = 0x184DA80;
pub const forward: usize = 0x184D720;
pub const jump: usize = 0x184D9F0;
pub const left: usize = 0x184D840;
pub const lookatweapon: usize = 0x1A5D160;
pub const reload: usize = 0x184D450;
pub const right: usize = 0x184D8D0;
pub const showscores: usize = 0x1A5D040;
pub const sprint: usize = 0x184D3C0;
pub const turnleft: usize = 0x184D600;
pub const turnright: usize = 0x184D690;
pub const r#use: usize = 0x184D960;
pub const zoom: usize = 0x1A5D0D0;
pub const attack: usize = 0x184E4D0;
pub const attack2: usize = 0x184E560;
pub const back: usize = 0x184E7A0;
pub const duck: usize = 0x184EA70;
pub const forward: usize = 0x184E710;
pub const jump: usize = 0x184E9E0;
pub const left: usize = 0x184E830;
pub const lookatweapon: usize = 0x1A5E1A0;
pub const reload: usize = 0x184E440;
pub const right: usize = 0x184E8C0;
pub const showscores: usize = 0x1A5E080;
pub const sprint: usize = 0x184E3B0;
pub const turnleft: usize = 0x184E5F0;
pub const turnright: usize = 0x184E680;
pub const r#use: usize = 0x184E950;
pub const zoom: usize = 0x1A5E110;
}
}