Update dwLocalPlayerPawn offset

This commit is contained in:
a2x
2025-01-22 12:32:17 +10:00
parent 72653b261d
commit 13591b7ea4
5 changed files with 8 additions and 8 deletions

View File

@@ -88,7 +88,7 @@ pattern_map! {
"dwLocalPlayerController" => pattern!("488905${'} 8b9e") => None,
"dwPlantedC4" => pattern!("488b15${'} 41ffc0") => None,
"dwPrediction" => pattern!("488d05${'} c3 cccccccccccccccc 4883ec? 8b0d") => Some(|_view, map, rva| {
map.insert("dwLocalPlayerPawn".to_string(), rva + 0x168);
map.insert("dwLocalPlayerPawn".to_string(), rva + 0x180);
}),
"dwSensitivity" => pattern!("488d0d${[8]'} 440f28c1 0f28f3 0f28fa e8") => None,
"dwSensitivity_sensitivity" => pattern!("ff50u1 4c8bc6 488d55? 488bcf e8${} 84c0 0f85${} 4c8d45? 8bd3 488bcf e8${} e9${} f30f1006") => None,