Game update (14135)

This commit is contained in:
Coslly
2026-02-05 12:38:26 +09:00
committed by GitHub
parent 72b2b39fce
commit 223f681b80
68 changed files with 1212 additions and 1204 deletions

View File

@@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2026-01-30 00:30:02.594526700 UTC
// 2026-02-05 03:37:03.980792600 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
// Module: client.dll
pub mod buttons {
pub const attack: usize = 0x205B5E0;
pub const attack2: usize = 0x205B670;
pub const back: usize = 0x205B8B0;
pub const duck: usize = 0x205BB80;
pub const forward: usize = 0x205B820;
pub const jump: usize = 0x205BAF0;
pub const left: usize = 0x205B940;
pub const lookatweapon: usize = 0x2312470;
pub const reload: usize = 0x205B550;
pub const right: usize = 0x205B9D0;
pub const showscores: usize = 0x2312350;
pub const sprint: usize = 0x205B4C0;
pub const turnleft: usize = 0x205B700;
pub const turnright: usize = 0x205B790;
pub const r#use: usize = 0x205BA60;
pub const zoom: usize = 0x23123E0;
pub const attack: usize = 0x205F870;
pub const attack2: usize = 0x205F900;
pub const back: usize = 0x205FB40;
pub const duck: usize = 0x205FE10;
pub const forward: usize = 0x205FAB0;
pub const jump: usize = 0x205FD80;
pub const left: usize = 0x205FBD0;
pub const lookatweapon: usize = 0x2316FA0;
pub const reload: usize = 0x205F7E0;
pub const right: usize = 0x205FC60;
pub const showscores: usize = 0x2316E80;
pub const sprint: usize = 0x205F750;
pub const turnleft: usize = 0x205F990;
pub const turnright: usize = 0x205FA20;
pub const r#use: usize = 0x205FCF0;
pub const zoom: usize = 0x2316F10;
}
}