CyberBreach
An overlay which solves Breach Protocol by trying all the possible moves. Shows the path which you have to click to get best results. If it isn’t possible to hit all the sequences, best option is picked starting with last sequence.
Supported version: – ANY – Cyberpunk Version
Currently build for FullHD (1920×1080) – other resolutions will be scaled but results might vary
THE GAME MUST BE RUN IN WINDOWED – BORDERLESS mode. Otherwise, the overlay will not be drawn.
Functionality
Reads the Matrix, Sequence and Buffer using OCR (Tesseract).
Plays all the possible moves and finds the best move set to ensure as many sequences are hit.
Shows an in-game overlay with what you have to click to win the game.
Disclaimer
This is the first version and I expect bugs. Remember, OCR is not 100% perfect and might sometimes fail when reading information (the matrix or sequences) depending on various factors. If such cases occur, it will help if you attach a screenshot of your Breach Protocol to the bug report. If you don’t do that, I can’t help you.
How to install it
1. Download the .zip
1.1 Ensure the .Net Core Runtime is installed: https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-3.1.10-windows-x64-installer
2. Extract it wherever you like (i.e: Desktop)
3. Installation Done.
How to use it
0. Start Cyberpunk, ensure the Breach Protocol screen is open.
1. Start CyberBreach.OCR.exe as Administrator
2. Switch to the game window
3. Press “Home” to start the Tool – It will take a screenshot, so ensure your mouse pointer is not hovering important data.
4. Press “END” to HIDE the overlay.
Configurable Parts – CyberBreach.OCR.exe.config
Use the link below to find the key codes you want to use
Key Code Mapping = https://www.cambiaresearch.com/articles/15/javascript-char-codes-key-codes
1. KeyCodeStart – allows to bind other key for Starting the overlay
2. keyCodeStop – allows to bind other key for Hiding the overlay
FAQ
It doesn’t work on my end! what should i do?
– Please try to move it to Desktop and Run it as Admin.
– Install .net core – https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-3.1.10-windows-x64-installer
– ensure you setup the correct keys for START/STOP
– ensure you execute the file yourself, not via some other program
Is it safe to use?
– I have no idea, i’ve had no reports of anyone being banned, but you use it at your own risk!!
Please use the Github page to ask for features, it is easier to track.
Credits:
lolp1 – for his overlay, this version contains it.
michel-pi – for his overlay, this version contains parts of it.
TESSERACT and Backtracking!