mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-07 22:50:03 +08:00
Game update (14090)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user