fix memflow stuff to fix linux compilation

This commit is contained in:
GOffrier-DEV
2024-08-20 15:16:41 +02:00
parent bc337a247f
commit 5e7a138c93
82 changed files with 1 additions and 161473 deletions

View File

@@ -1,26 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-07-22 10:50:13.060719885 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
// Module: client.dll
pub mod buttons {
pub const attack: usize = 0x38EF7F0;
pub const attack2: usize = 0x38EF750;
pub const back: usize = 0x38EF3D0;
pub const duck: usize = 0x38EEF30;
pub const forward: usize = 0x38EF470;
pub const jump: usize = 0x38EEFD0;
pub const left: usize = 0x38EF330;
pub const lookatweapon: usize = 0x3902CD0;
pub const reload: usize = 0x38EF890;
pub const right: usize = 0x38EF290;
pub const showscores: usize = 0x3902E10;
pub const sprint: usize = 0x38EF930;
pub const turnleft: usize = 0x38EF6B0;
pub const turnright: usize = 0x38EF610;
pub const r#use: usize = 0x38EF070;
pub const zoom: usize = 0x3902D70;
}
}