Skip to main content

Who Got the Creep

Shows the icon of the hero that last-hit a creep and warns about invisible enemies near neutral camps.


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โ€‹

OptionTypeDefaultDescription
StateToggleOnEnables/disables the entire script.

Who got the creepโ€‹

OptionTypeDefaultDescription
StateToggleOnEnables/disables the last-hit tracker.
Show ally creepsToggleOffShow the icon when an allied creep last-hits an enemy creep.
Show ally heroesToggleOffShow the icon for allied heroes. By default only enemies are shown.
SizeSlider30The hero icon size in pixels (scaled to the resolution). Range: 25โ€“50.
Time to show secondsSlider2How many seconds the icon stays on screen after a last-hit. Range: 1โ€“5.
OpacitySlider85The icon opacity as a percentage. Range: 40โ€“100.
Disable after N minutesSlider15After how many minutes from the start of the match the tracker stops working. Range: 5โ€“60.

Xp ESP (enemies-near-neutrals detector)โ€‹

OptionTypeDefaultDescription
StateToggleOffEnables/disables the detector.
Enemy warningColor picker๐Ÿ”ด RedThe color of the warning circle and the enemy count above the health bar โ€” indicates invisible enemies near a neutral camp.
Last hitted neutralColor picker๐Ÿ”ต BlueThe color of the outline circle at the death point of an invisible neutral.