📦 Game Update 14016

This commit is contained in:
pidjan
2024-06-21 03:16:04 +03:00
committed by GitHub
parent 2fa116a6c4
commit bd71ae7dc2
64 changed files with 190 additions and 190 deletions

View File

@@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-06-18 02:29:36.184201900 UTC
// 2024-06-21 00:09:51.615729800 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
// Module: client.dll
pub mod buttons {
pub const attack: usize = 0x1813130;
pub const attack2: usize = 0x18131C0;
pub const back: usize = 0x1813400;
pub const duck: usize = 0x18136D0;
pub const forward: usize = 0x1813370;
pub const jump: usize = 0x1813640;
pub const left: usize = 0x1813490;
pub const attack: usize = 0x1813120;
pub const attack2: usize = 0x18131B0;
pub const back: usize = 0x18133F0;
pub const duck: usize = 0x18136C0;
pub const forward: usize = 0x1813360;
pub const jump: usize = 0x1813630;
pub const left: usize = 0x1813480;
pub const lookatweapon: usize = 0x1A1E350;
pub const reload: usize = 0x18130A0;
pub const right: usize = 0x1813520;
pub const reload: usize = 0x1813090;
pub const right: usize = 0x1813510;
pub const showscores: usize = 0x1A1E230;
pub const sprint: usize = 0x1813010;
pub const turnleft: usize = 0x1813250;
pub const turnright: usize = 0x18132E0;
pub const r#use: usize = 0x18135B0;
pub const sprint: usize = 0x1813000;
pub const turnleft: usize = 0x1813240;
pub const turnright: usize = 0x18132D0;
pub const r#use: usize = 0x18135A0;
pub const zoom: usize = 0x1A1E2C0;
}
}