Skip to main content

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.


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 itemTypeDefaultDescription
Trigger botToggleOnEnables the soul-collection helper.
TypeDropdownStandardMode: Standard (trigger bot on orbs) or PSilent (silent auto-pickup).
Smooth TypeDropdownHumanizedHumanized / Aggressive. Visible only in PSilent mode.
Disable souls by timeSlider15Stop working on orbs after (X) minutes of the match. Range: 5โ€“120.
FoV widthSlider5The FoV ring line width. Range: 2โ€“10.
FoV colorColor pickerWhiteThe FoV ring and marker color.
FoV radiusSlider60The auto-pickup radius (PSilent only). Range: 0โ€“100. Visible only in PSilent mode.
Smooth PitchSlider30Vertical aim smoothing: higher = smoother, 0 = instant. Range: 0โ€“100. Visible only in PSilent mode.
Smooth YawSlider30Horizontal aim smoothing: higher = smoother, 0 = instant. Range: 0โ€“100. Visible only in PSilent mode.