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

Commit

Permalink
Update offsets for vol.3 game edition
Browse files Browse the repository at this point in the history
  • Loading branch information
FssAy committed Jun 25, 2023
1 parent ca360b7 commit ca2bd58
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bear100"
version = "1.0.2"
version = "1.0.3"
edition = "2021"
authors = [
"FssAy"
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ EA didn't implement any anti-cheat system, even on the server side. That's why w
increases by millions of dollars for no reason nothing bad happens. <br>
Either way I am not responsible for any unwanted behaviour caused by this software, use it on your own risk.

### NOW AVAILABLE FOR VOL.02
<img src="https://i.imgur.com/zsUiLRX.png" width="120">
### NOW AVAILABLE FOR VOL.03
<img src="https://i.imgur.com/znWqmWB.png" width="120">

## Usage
*If this instruction is not followed an error will occur.* <br>
Expand All @@ -29,9 +29,9 @@ The executable does not need to be run as an administrator, but if any errors oc
- [ ] Resets already collected bears *(might not be possible)*

## Tested on:
- game version - `STEAM 1.0.6.24400`
- game version - `STEAM 1.0.6.53569`
- game mode - `singleplayer` `multiplayer`
- day - `31 March 2023`
- day - `25 June 2023`
- os - `Windows 10 Pro x64`

## Config
Expand All @@ -43,11 +43,11 @@ The default config:
{
"process_name": "NeedForSpeedUnbound.exe",
"offsets": [
84103280,
85013392,
8,
960,
32,
116
100
],
"replace_value": 100000000,
"timeout_s": 4,
Expand Down
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![0x5035070, 0x8, 0x3C0, 0x20, 0x74],
offsets: vec![0x05113390, 0x8, 0x3C0, 0x20, 0x64],
replace_value: 100_000_000,
timeout_s: 4,
refresh_rate_ms: 700,
Expand Down

0 comments on commit ca2bd58

Please sign in to comment.