Game update (14005)

This commit is contained in:
a2x
2024-04-27 10:05:34 +10:00
parent 96b0942a47
commit b0218519b5
64 changed files with 250 additions and 250 deletions

View File

@@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-26 04:15:57.943456300 UTC
// 2024-04-27 00:03:34.843899 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
// Module: client.dll
pub mod buttons {
pub const attack: usize = 0x1733240;
pub const attack2: usize = 0x17332D0;
pub const back: usize = 0x1733510;
pub const duck: usize = 0x17337E0;
pub const forward: usize = 0x1733480;
pub const jump: usize = 0x1733750;
pub const left: usize = 0x17335A0;
pub const lookatweapon: usize = 0x192EE80;
pub const reload: usize = 0x17331B0;
pub const right: usize = 0x1733630;
pub const showscores: usize = 0x192ED60;
pub const sprint: usize = 0x1733120;
pub const turnleft: usize = 0x1733360;
pub const turnright: usize = 0x17333F0;
pub const r#use: usize = 0x17336C0;
pub const zoom: usize = 0x192EDF0;
pub const attack: usize = 0x1733230;
pub const attack2: usize = 0x17332C0;
pub const back: usize = 0x1733500;
pub const duck: usize = 0x17337D0;
pub const forward: usize = 0x1733470;
pub const jump: usize = 0x1733740;
pub const left: usize = 0x1733590;
pub const lookatweapon: usize = 0x192EE70;
pub const reload: usize = 0x17331A0;
pub const right: usize = 0x1733620;
pub const showscores: usize = 0x192ED50;
pub const sprint: usize = 0x1733110;
pub const turnleft: usize = 0x1733350;
pub const turnright: usize = 0x17333E0;
pub const r#use: usize = 0x17336B0;
pub const zoom: usize = 0x192EDE0;
}
}