Who Got the Creep
Shows the icon of the hero that last-hit a creep and warns about invisible enemies near neutral camps.
Menu locationโ
Visual (ะะธะทัะฐะปั) โ Creep ESP
What it doesโ
The script includes two independent modules: the last-hit tracker and the enemies-near-neutrals detector.
Last-hit tracker (Who got the creep)โ
When a creep is last-hit, the icon of the hero that dealt the killing blow appears above the creep's position on the map. The icon is shown for a set amount of time, then disappears.
- It tracks last-hits by any heroes: enemies, allies, and your own character.
- By default it shows only enemy last-hitters. Showing allied heroes and allied creeps is enabled separately.
- It works only during the first N minutes of the match (configurable). If the game time has exceeded the threshold, the icons stop appearing.
Enemies-near-neutrals detector (Xp ESP)โ
When a neutral creep is killed and more heroes receive experience for it than your client can see (that is, invisible enemies were nearby), the script:
- Draws a colored circle with a radius of 1500 at the neutral's death point โ the color corresponds to the "Enemy warning" setting.
- Shows the number of invisible enemies above your hero's health bar in the same color.
- If the neutral was invisible at the moment of death (the creep was out of vision), it additionally draws an outline circle at its death point โ in the color of the "Last hitted neutral" setting.
Detection logic for invisible enemies: the script computes the total number of heroes that received experience for the neutral, subtracts the number of allied heroes nearby and the number of visible enemies. If the result is greater than zero, then invisible enemies were nearby.
Settingsโ
Generalโ
| Option | Type | Default | Description |
|---|---|---|---|
| State | Toggle | On | Enables/disables the entire script. |
Who got the creepโ
| Option | Type | Default | Description |
|---|---|---|---|
| State | Toggle | On | Enables/disables the last-hit tracker. |
| Show ally creeps | Toggle | Off | Show the icon when an allied creep last-hits an enemy creep. |
| Show ally heroes | Toggle | Off | Show the icon for allied heroes. By default only enemies are shown. |
| Size | Slider | 30 | The hero icon size in pixels (scaled to the resolution). Range: 25โ50. |
| Time to show seconds | Slider | 2 | How many seconds the icon stays on screen after a last-hit. Range: 1โ5. |
| Opacity | Slider | 85 | The icon opacity as a percentage. Range: 40โ100. |
| Disable after N minutes | Slider | 15 | After how many minutes from the start of the match the tracker stops working. Range: 5โ60. |
Xp ESP (enemies-near-neutrals detector)โ
| Option | Type | Default | Description |
|---|---|---|---|
| State | Toggle | Off | Enables/disables the detector. |
| Enemy warning | Color picker | ๐ด Red | The color of the warning circle and the enemy count above the health bar โ indicates invisible enemies near a neutral camp. |
| Last hitted neutral | Color picker | ๐ต Blue | The color of the outline circle at the death point of an invisible neutral. |