Bars
Draws a health bar with numeric HP next to every enemy hero, plus an optional distance readout and a crowd-control indicator (stun/sleep/root, etc.).
Menu locationโ
Visual โ ESP Preview โ Target info
The feature is part of the shared ESP Preview section and creates the Target info node. Its settings are reflected on the preview card: the bar and the numeric HP can be dragged onto any side of the box right in the preview, and the mouse wheel changes the bar thickness and the text size โ the changes are written to the real ESP settings.
What it doesโ
For every alive enemy hero within the Distance value, the script draws a flat cs2-style health bar next to the target's box. The bar and all text elements are laid out on their sides so they never overlap. The bar is not drawn while the shop is open or while the hero is in the in-menu hideout.
Health barโ
- Width sets the bar thickness (2โ4). When the border is enabled (Border), it is drawn on top.
- Position chooses the side the bar is anchored to:
Left,Right,Top,Bottom. - Dynamic color โ the bar is green at high HP, yellow at โค45%, red at โค25%. When disabled, the custom Color inner / Color outer are used.
- Border โ a thin frame around the bar in the Color outline colour.
Numeric HPโ
- Text % HP enables the numeric readout next to/over the bar.
- Text format โ format:
PercentorHealth(absolute HP value). - Text size sets the text height (14โ30). This size is shared by the numeric HP and the distance readout.
- Number position โ the side the number is placed on:
Left,Right,Top,Bottom, orAttached. InAttachedmode the number rides the bar's fill level and follows the current HP line.
Distance (m)โ
Shows the distance to each enemy in meters (e.g. 15m) next to the box. Off by default. Distance position sets the side the readout sits on (default Bottom, so it stays clear of the left-side bar).
Status (CC)โ
A separate sub-node that shows the current crowd-control effect on the enemy (e.g. STUN 1.4s) next to the box. Only the highest-priority active state is shown; priority: stun > sleep > root > silence > disarm > slow. If the effect's time can be resolved from a buff, it is appended to the label. Each state can be toggled individually.
Settingsโ
Target info (main)โ
| Menu item | Type | Default | Description |
|---|---|---|---|
| State | Toggle | On | Enables/disables the whole bars module. |
| Width | Slider | 2 | The health bar thickness. Range: 2โ4. |
| Text % HP | Toggle | On | Show the numeric HP value next to the bar. |
| Text format | Dropdown | Percent | Number format: Percent or Health (absolute HP). Hidden when Text % HP is off. |
| Text size | Slider | 16 | The height of the HP and distance text. Range: 14โ30. Hidden when both Text % HP and Distance (m) are off. |
| Border | Toggle | On | Draw a thin frame around the bar. |
| Dynamic color | Toggle | On | Colour the bar by HP level (green/yellow/red). When off, Color inner/outer are used. |
| Position | Dropdown | Left | The bar side: Left, Right, Top, Bottom. |
| Number position | Dropdown | Left | The HP number side: Left, Right, Top, Bottom, Attached (rides the fill level). |
| Distance (m) | Toggle | Off | Show the distance to the enemy in meters. |
| Distance position | Dropdown | Bottom | The distance readout side: Left, Right, Top, Bottom. Hidden when Distance (m) is off. |
| Distance | Slider | 200 | The maximum bar rendering distance. Range: 10โ500. |
| Color outer | Color picker | Green | The colour of the filled part of the bar (only when Dynamic color is off). |
| Color inner | Color picker | Black | The colour of the unfilled part of the bar (only when Dynamic color is off). |
| Color outline | Color picker | Dark purple | The bar frame colour (visible only when Border is on). |
Status (CC)โ
| Menu item | Type | Default | Description |
|---|---|---|---|
| State | Toggle | On | Show the crowd-control indicator next to the enemy box. |
| Stun | Toggle | On | Count stuns. |
| Sleep | Toggle | On | Count sleep. |
| Root | Toggle | On | Count immobilize (root). |
| Silence | Toggle | On | Count silence. |
| Disarm | Toggle | On | Count disarm. |
| Slow | Toggle | On | Count slow. |
| Status position | Dropdown | Right | The crowd-control indicator side: Left, Right, Top, Bottom. |
| Status color | Color picker | Warm red | The crowd-control text colour. |