/app-cyberpunk-2077-hacking-solver

A tool to solve the hacking minigame in Cyberpunk 2077.

Primary LanguageTypeScriptMIT LicenseMIT

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

Features

  • Customizable buffer size
  • Attempts to solve for the most amount of rewards

Development

Prerequisites

Getting started

  1. Clone the repository
  2. Install dependencies: yarn install
  3. Start the development server: yarn start
  4. Open http://localhost:1234 in your browser

Changes to the source files will be automatically reloaded in the browser.

Building for production

  1. Remove the dist folder: rm -rf dist
  2. Build the project: yarn build
  3. The production files will be in the dist folder