Souls
A soul-orb collection helper: it automatically shoots the dropping orbs to secure or deny souls. It works as a trigger bot on orbs or as a silent aim with auto-pickup.
Menu locationโ
Aimbot โ Souls
The Souls section is part of the aim config: there is a shared one under the Aimbot tab and a separate copy for each hero under Heroes โ <hero> โ Aimbot โ Souls.
What it doesโ
The script watches for soul orbs (the souls that drop on a kill). It only runs while the weapon can fire (not reloading, hero not disarmed), the shop and menu are closed, and the match time is below the Disable souls by time threshold. An orb is considered if it is visible, not a vault orb (xp_orb_vault), and can still be shot in time (reachable before it despawns, based on distance / bullet speed).
There are two modes, set by the Type dropdown:
Standard โ trigger botโ
For each orb in the FoV a marker is drawn at the crosshair. As soon as an orb enters the hit zone (by the perpendicular distance from the camera ray to the orb, accounting for the radii), the script automatically taps attack (IN_ATTACK) to shoot the orb.
PSilent โ silent auto-pickupโ
The script picks the orb closest to the ray within the FoV and the max distance, draws an FoV ring on the target, and steers the shot with silent aim (using Smooth Pitch/Yaw and the smooth type). It only fires once the aim has converged on the target and the main aim system is not busy. In this mode extra sliders (FoV radius, Smooth Pitch/Yaw) and the Smooth Type dropdown are available.
Settingsโ
| Menu item | Type | Default | Description |
|---|---|---|---|
| Trigger bot | Toggle | On | Enables the soul-collection helper. |
| Type | Dropdown | Standard | Mode: Standard (trigger bot on orbs) or PSilent (silent auto-pickup). |
| Smooth Type | Dropdown | Humanized | Humanized / Aggressive. Visible only in PSilent mode. |
| Disable souls by time | Slider | 15 | Stop working on orbs after (X) minutes of the match. Range: 5โ120. |
| FoV width | Slider | 5 | The FoV ring line width. Range: 2โ10. |
| FoV color | Color picker | White | The FoV ring and marker color. |
| FoV radius | Slider | 60 | The auto-pickup radius (PSilent only). Range: 0โ100. Visible only in PSilent mode. |
| Smooth Pitch | Slider | 30 | Vertical aim smoothing: higher = smoother, 0 = instant. Range: 0โ100. Visible only in PSilent mode. |
| Smooth Yaw | Slider | 30 | Horizontal aim smoothing: higher = smoother, 0 = instant. Range: 0โ100. Visible only in PSilent mode. |