Game Update (14087)

Game Update (14087)
This commit is contained in:
ToOl_UmbRelLa
2025-07-15 22:13:11 -07:00
committed by GitHub
parent d79726ea51
commit 4707a17461
65 changed files with 617 additions and 609 deletions

View File

@@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-07-08 05:06:56.461788900 UTC
// 2025-07-16 05:10:37.294351600 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
// Module: client.dll
pub mod buttons {
pub const attack: usize = 0x18508E0;
pub const attack2: usize = 0x1850970;
pub const back: usize = 0x1850BB0;
pub const duck: usize = 0x1850E80;
pub const forward: usize = 0x1850B20;
pub const jump: usize = 0x1850DF0;
pub const left: usize = 0x1850C40;
pub const lookatweapon: usize = 0x1A77030;
pub const reload: usize = 0x1850850;
pub const right: usize = 0x1850CD0;
pub const showscores: usize = 0x1A76F10;
pub const sprint: usize = 0x18507C0;
pub const turnleft: usize = 0x1850A00;
pub const turnright: usize = 0x1850A90;
pub const r#use: usize = 0x1850D60;
pub const zoom: usize = 0x1A76FA0;
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;
}
}