Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Update offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
FssAy committed Mar 31, 2023
1 parent e97f8f6 commit 66c9611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bear100/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ impl Default for Config {
fn default() -> Self {
Self {
process_name: "NeedForSpeedUnbound.exe".to_string(),
offsets: vec![0x04F2BA00, 0x8, 0x3C0, 0x20, 0x74],
offsets: vec![0x5035070, 0x8, 0x3C0, 0x20, 0x74],
replace_value: 100_000_000,
timeout_s: 4,
refresh_rate_ms: 700,
Expand Down

0 comments on commit 66c9611

Please sign in to comment.