Revert "Game update"

This reverts commit c0a171eb1e.
This commit is contained in:
Jannes
2025-06-11 13:52:30 +03:00
parent c0a171eb1e
commit e38c5082a3
66 changed files with 1737 additions and 1778 deletions

View File

@@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-06-11 04:15:50.467574200 UTC
// 2025-04-22 08:01:05.061863600 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
// Module: client.dll
pub mod buttons {
pub const attack: usize = 0x184E8F0;
pub const attack2: usize = 0x184E980;
pub const back: usize = 0x184EBC0;
pub const duck: usize = 0x184EE90;
pub const forward: usize = 0x184EB30;
pub const jump: usize = 0x184EE00;
pub const left: usize = 0x184EC50;
pub const lookatweapon: usize = 0x1A75170;
pub const reload: usize = 0x184E860;
pub const right: usize = 0x184ECE0;
pub const showscores: usize = 0x1A75050;
pub const sprint: usize = 0x184E7D0;
pub const turnleft: usize = 0x184EA10;
pub const turnright: usize = 0x184EAA0;
pub const r#use: usize = 0x184ED70;
pub const zoom: usize = 0x1A750E0;
pub const attack: usize = 0x186C840;
pub const attack2: usize = 0x186C8D0;
pub const back: usize = 0x186CB10;
pub const duck: usize = 0x186CDE0;
pub const forward: usize = 0x186CA80;
pub const jump: usize = 0x186CD50;
pub const left: usize = 0x186CBA0;
pub const lookatweapon: usize = 0x1A92E50;
pub const reload: usize = 0x186C7B0;
pub const right: usize = 0x186CC30;
pub const showscores: usize = 0x1A92D30;
pub const sprint: usize = 0x186C720;
pub const turnleft: usize = 0x186C960;
pub const turnright: usize = 0x186C9F0;
pub const r#use: usize = 0x186CCC0;
pub const zoom: usize = 0x1A92DC0;
}
}