Teleport ESP
Shows the positions of teleporting enemy heroes on the map and minimap with a countdown timer.
Menu locationโ
Visual (ะะธะทัะฐะปั) โ Maphack (ะะฐะฟั
ะฐะบ) โ Teleport ESP (ะขะตะปะตะฟะพัั ESP)
What it doesโ
The script tracks the teleports of enemy heroes and displays information about active teleports directly on the game screen and minimap. It works only during the game (in-game) and resets when the game ends.
Teleport displayโ
For each active enemy teleport, the script draws visual elements at the start and end points:
- Progress bar above the hero's HP bar โ a purple bar showing the remaining teleport time. At the start point it decreases from full; at the end point it increases toward full.
- Ability image (teleport spell icon) with a circular timer in the form of an arc colored with the player's color. As the countdown progresses, the arc closes.
- Numeric timer โ the remaining time in seconds, displayed directly on the icon.
Minimapโ
- The hero icon is drawn at the start point and the end point of the teleport.
- At the end point, an additional animated pulsing indicator (
ping_teleporting) is shown in the player's color, shrinking in size as the teleport approaches. - An arrow line indicating the direction from the start to the end point (if the corresponding setting is enabled).
Teleport cancellationโ
If a teleport was interrupted, an animated label "Teleport cancelled (start/end)" with the hero icon briefly appears on the screen. The label smoothly rises upward and disappears over 4 seconds.
Side notificationโ
On each new enemy teleport, a notification is shown on the right side of the screen with:
- the hero icon;
- the icon of the ability used (teleport, bottle, item, etc.);
- the destination location (map zone: Base, Top, Mid, Bot, Forest, Outpost, etc.) or the nearest building.
For Nature's Prophet (Furion with furion_teleportation) no sound is played. For all other teleport abilities, General.PingWarning is played.
Twin Gateโ
Teleports through Twin Gate (portals on the map) are handled separately: hero icons are shown at both portals using the same circular timer principle and an arrow on the minimap.
Settingsโ
| Option | Type | Default | Description |
|---|---|---|---|
| State | Toggle | On | Enables/disables the entire script. |
| Side alert | Toggle | On | Shows the side notification with hero, ability, and location on each new teleport. |
| Draw line | Toggle | On | Draws a direction line from the start to the end point of the teleport. |
| Draw image | Toggle | On | Shows the teleport ability icon with a circular timer at the start and end points in the world. |
| Draw direction line on minimap | Toggle | On | Draws an arrow line from the start to the end point of the teleport on the minimap (visible only to you). |
| Image size | Slider | 0 | Additional size of the ability icon at the teleport points. Range: 0โ30. Hidden if "Draw image" is disabled. |