Game update (14015) (2)

This commit is contained in:
a2x
2024-06-18 12:47:46 +10:00
parent bfc2ceb13d
commit 13836dd019
64 changed files with 305 additions and 305 deletions

View File

@@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-06-14 04:06:49.525200800 UTC
// 2024-06-18 02:29:36.184201900 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
// Module: client.dll
pub mod buttons {
pub const attack: usize = 0x1813100;
pub const attack2: usize = 0x1813190;
pub const back: usize = 0x18133D0;
pub const duck: usize = 0x18136A0;
pub const forward: usize = 0x1813340;
pub const jump: usize = 0x1813610;
pub const left: usize = 0x1813460;
pub const lookatweapon: usize = 0x1A1E0D0;
pub const reload: usize = 0x1813070;
pub const right: usize = 0x18134F0;
pub const showscores: usize = 0x1A1DFB0;
pub const sprint: usize = 0x1812FE0;
pub const turnleft: usize = 0x1813220;
pub const turnright: usize = 0x18132B0;
pub const r#use: usize = 0x1813580;
pub const zoom: usize = 0x1A1E040;
pub const attack: usize = 0x1813130;
pub const attack2: usize = 0x18131C0;
pub const back: usize = 0x1813400;
pub const duck: usize = 0x18136D0;
pub const forward: usize = 0x1813370;
pub const jump: usize = 0x1813640;
pub const left: usize = 0x1813490;
pub const lookatweapon: usize = 0x1A1E350;
pub const reload: usize = 0x18130A0;
pub const right: usize = 0x1813520;
pub const showscores: usize = 0x1A1E230;
pub const sprint: usize = 0x1813010;
pub const turnleft: usize = 0x1813250;
pub const turnright: usize = 0x18132E0;
pub const r#use: usize = 0x18135B0;
pub const zoom: usize = 0x1A1E2C0;
}
}