1
0
mirror of https://github.com/a2x/cs2-dumper.git synced 2025-06-08 05:15:35 +08:00

Update offsets.rs

This commit is contained in:
渟雲 2024-08-15 06:34:57 +08:00 committed by GitHub
parent 77ab54a3f5
commit 6c7d4e2e0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -72,7 +72,7 @@ macro_rules! pattern_map {
pattern_map! {
client => {
"dwCSGOInput" => pattern!("488d0d${'} e8${}8bbe8412") => Some(|view, map, rva| {
"dwCSGOInput" => pattern!("488d0d${'} e8${} 8bbe8412") => Some(|view, map, rva| {
let mut save = [0; 2];
if view.scanner().finds_code(pattern!("f2410f108430u4"), &mut save) {