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

FssAy/bear100

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHEAT OUTDATED, READ BEFORE MAKING AN ISSUE

With every patch it is required to update the offsets. I've uninstalled the game and will never update the cheat.

If you want to achieve the same effect - download the Frosty Editor tool, find the Bear collectable entity and change it's value to any amount of cash you want. Visit NFS modding Discord servers to see how to use the Frosty Editor and mod the game.

If you want to contribute - do a pointer scan for the Bear collectible value, find offsets that are as similar to the ones in the config file (there always will be thousands of different offsets, but these for some reason are the most reliable) and do a PR with new offsets in the config builder.

---> !!! Important Notice !!! <---

Warning If you don't know how to use the command line on Windows, just use the "NOOB EDITION". It's the same cheat but packed into a trainer UI, so you cannot mess it up. If for some reason you don't know how to navigate to the releases page, here is a link that will automatically download the "NOOB EDITION".

Warning If you don't know how to use the command line on Windows, just use the "NOOB EDITION". It's the same cheat but packed into a trainer UI, so you cannot mess it up. If for some reason you don't know how to navigate to the releases page, here is a link that will automatically download the "NOOB EDITION".

---> !!! Important Notice !!! <---



Bear100

A simple NFS Unbound cheat to change the "Bear Champ" reward.

Pretty easy way to make money on the multiplayer.
The user's money is server sided, but the rewards from collectibles not, which allows this script to work.

You shouldn't be banned by using it.
EA didn't implement any anti-cheat system, even on the server side. That's why when your bank money increases by millions of dollars for no reason nothing bad happens.
Either way I am not responsible for any unwanted behaviour caused by this software, use it on your own risk.

NOW AVAILABLE FOR VOL.03

Usage

If this instruction is not followed an error will occur.
Run the executable after loading the save on singleplayer, or after finding a session on multiplayer.
To be 100% sure it works, just open your map and then run the executable.

Errors might contain the System Error Code. To find out what does the value mean visit this website.

The executable does not need to be run as an administrator, but if any errors occur, it could help in some cases.

Features

  • Supports both singleplayer and multiplayer
  • Allows to determine exact amount of the reward
  • Allows to easily change the offsets without recompilation
  • Resets already collected bears (might not be possible)

Tested on:

  • game version - STEAM 1.0.6.53569
  • game mode - singleplayer multiplayer
  • day - 25 June 2023
  • os - Windows 10 Pro x64

Config

The config file config.json is created with default values in any case it's not valid.
For example when the file is missing or it's syntax is invalid.

The default config:

{
  "process_name": "NeedForSpeedUnbound.exe",
  "offsets": [
    85013392,
    8,
    960,
    32,
    100
  ],
  "replace_value": 100000000,
  "timeout_s": 4,
  "refresh_rate_ms": 700,
  "show_app_info": true
}

To find out what each option does see the Config struct in /bear100/config.rs.

! WARNING!
The replace_value allows values up to 4.294.967.295, but values above 2.147.483.647 should be avoided, the usage of such values was not tested and might crash your game or even corrupt the save file.
100.000.000 should be enough money for your whole gameplay.

Compilation

To build the project run command cargo build --bin bear100 --release.

! WARNING!
This software works only on 64 bit versions of Windows.

Results

Before After

Click for video showcase.