dagnarus15/breakout13-datahud-installer — explained in plain English
Analysis updated 2026-08-08 · repo last pushed 2026-07-21
Install a data HUD overlay into your Breakout 13 game to see extra stats while playing.
Use the backup feature to undo the HUD installation and restore the original game files.
Run the graphical bilingual installer for a click-through setup experience on Windows.
Review the installer source code before running it to verify it is safe and offline.
| dagnarus15/breakout13-datahud-installer | 00kaku/gallery-slider-block | 0verflowme/weirdhta | |
|---|---|---|---|
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2026-07-21 | 2021-05-19 | 2022-06-16 |
| Maintenance | Active | Dormant | Dormant |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | general | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Must be run from inside the actual Breakout 13 game folder so the installer can find the game's main HTML file.
Breakout 13 Data HUD Installer is a tool that adds a "data HUD" overlay, extra on-screen information, to a game called Breakout 13. If you play this game and want more visible stats or a progress bar while you play, this installer patches the game's files to include those JavaScript add-ons automatically. The installer first checks that it's running inside a real Breakout 13 game folder (by looking for the game's main HTML file). Then it copies two JavaScript files into the game's scripts directory, creates a backup of the original game file so you can undo the change, and injects the new script tags so the HUD loads when the game runs. It works entirely offline, nothing is downloaded, no data is sent anywhere, and the only outbound link is one you click yourself inside the HUD. The project ships three installer variants: a text-based English one, a text-based Russian one, and a graphical bilingual one that picks its language based on your Windows settings. The text-based versions show a support URL and wait for you to press Enter, the graphical one uses a standard Windows installer flow with click-through confirmation. This is aimed at Breakout 13 players who want the HUD mod but prefer a clean installer over manually editing game files. The source code is published for transparency and security review, you can see exactly what the installer does before running it, and there's even a helper script to scan built installers against VirusTotal. Note that no formal open-source license is granted, so the code is viewable but not freely reusable.
A tool that adds an on-screen data HUD overlay to the game Breakout 13 by patching game files with JavaScript add-ons, with backup and undo support.
Mainly JavaScript. The stack also includes JavaScript, Windows Installer, HTML.
Active — commit in last 30 days (last push 2026-07-21).
The code is publicly viewable for transparency and security review, but no formal open-source license is granted, so it is not freely reusable.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.