Zayoe4 / Brawlhalla-health-hud-V2

A sleek, low-overhead overlay that allows you to see the exact health of all players.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brawlhalla Health HUD v2.0

Forked by Zayoe4 to use native health values instead color gradients as indicators. Results in more accurate damage statistics.

Use Java 8 or older for optimal experience

This is an open-source Java application that can overlay the health of your opponents onto your screen. Since dll injection in Java isn't really a thing, it achieves this by making itself an "always on top" window, and tricking windows into thinking a fullscreen application is on the top.

this version runs faster due to the replacement of getPixelColor, (now less than 100MB at all times, less than 1% CPU on most machines) is coded much cleaner, and has a nicer UI.

picture

picture

BHH now also supports a Smash bros inspired UI mode

picture

picture

How to use

  1. Download Java
  2. Put the jar in a folder somewhere
  3. Open it
  4. Press F2 to close it.

this program may not work if Brawlhalla is in windowed mode.

#Contributions

kristian for system-hook

Sasjo for multiline

About

A sleek, low-overhead overlay that allows you to see the exact health of all players.


Languages

Language:Java 100.0%