Game update (14090)

This commit is contained in:
a2x
2025-07-29 18:11:56 +10:00
parent 778d3f2e4b
commit 7f60c80c21
93 changed files with 81586 additions and 66642 deletions

View File

@@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-07-16 05:17:05.277202900 UTC
// 2025-07-29 08:05:49.300075200 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
// Module: client.dll
pub mod buttons {
pub const attack: usize = 0x18518E0;
pub const attack2: usize = 0x1851970;
pub const back: usize = 0x1851BB0;
pub const duck: usize = 0x1851E80;
pub const forward: usize = 0x1851B20;
pub const jump: usize = 0x1851DF0;
pub const left: usize = 0x1851C40;
pub const lookatweapon: usize = 0x1A781A0;
pub const reload: usize = 0x1851850;
pub const right: usize = 0x1851CD0;
pub const showscores: usize = 0x1A78080;
pub const sprint: usize = 0x18517C0;
pub const turnleft: usize = 0x1851A00;
pub const turnright: usize = 0x1851A90;
pub const r#use: usize = 0x1851D60;
pub const zoom: usize = 0x1A78110;
pub const attack: usize = 0x1AED450;
pub const attack2: usize = 0x1AED4E0;
pub const back: usize = 0x1AED720;
pub const duck: usize = 0x1AED9F0;
pub const forward: usize = 0x1AED690;
pub const jump: usize = 0x1AED960;
pub const left: usize = 0x1AED7B0;
pub const lookatweapon: usize = 0x1D2BD30;
pub const reload: usize = 0x1AED3C0;
pub const right: usize = 0x1AED840;
pub const showscores: usize = 0x1D2BC10;
pub const sprint: usize = 0x1AED330;
pub const turnleft: usize = 0x1AED570;
pub const turnright: usize = 0x1AED600;
pub const r#use: usize = 0x1AED8D0;
pub const zoom: usize = 0x1D2BCA0;
}
}