A tool to solve the hacking minigame in Cyberpunk 2077.
Help is available by clicking the Help button in the top right corner.
https://cyberpunk-2077-hacking-solver.lixquid.com
- Customizable buffer size
- Attempts to solve for the most amount of rewards
- Clone the repository
- Install dependencies:
yarn install
- Start the development server:
yarn start
- Open http://localhost:1234 in your browser
Changes to the source files will be automatically reloaded in the browser.
- Remove the
dist
folder:rm -rf dist
- Build the project:
yarn build
- The production files will be in the
dist
folder