ESP Settings

Line 8 in config.txt controls the ESP. The settings follow a predefined order and should be separated with the "|" character. RGB color values can be calculated here. Setting any color to 0 will make it invisible. The order of the settings is as follows:

  • Total number of entities to display, edge offset X, and edge offset Y. The edge offsets are optional and refer to how far from the edge you want the ESP text to display when entities are offscreen. For example, if you set "edge offset X" to 150, if an entity is offscreen to the right, the text for that entity will be displayed at [screen width] - [edge offset X]. The default edge offset is 150 if you do not set it. If you do not want offscreen entities to be displayed at all, set "edge offset X" to 0.
  • Font size.
  • Mob color.
  • Player color & ally player color, separated by a comma, such as 255,120000. If you do not want ally players displayed, set "ally player color" to 0.
  • Object color (gathering points, loot, etc.).
  • Show mobs: 1 to show, 0 to hide.
  • Show players: 1 to show, 0 to hide.
  • Show objects: 1 to show, 0 to hide.
  • Refresh rate: How often (in milliseconds) Speeder should update the ESP.
  • (Optional:) Font can be the name of any font currently installed on your system, such as Arial or Segoe UI. If blank, Speeder will use Segoe UI.
  • (Optional:) Settings related to ESP lines, each separated by a comma:
    • 1 to enable ESP lines from your character to each entity on the ESP. 0 to disable.
    • Line thickness. Default is 1.0.
    • X offset if the center point is not exactly on your character. Default is -15.
    • Y offset (like above). Default is 0.
    • X origin point if you would like Speeder to use a static location for the lines' convergence (instead of your character).
    • Y origin point (like above).
    • Example: 1,1.0,-15,0,0,0
  • Example:
    100,150,150|15|16711680|255,120000|65280|1|1|1|10||1,0.5,-15,0,0,0
    • For your own safety, I recommend changing some of the numbers/colors so you don't have the exact same text in your config file.

Please note there are additional ESP settings in config.txt, which control the bounding box, text display, colors for specific entities, etc.

If you are using an ultrawide or nonstandard resolution, you will need to adjust line 43 in config.txt for the text and bounding box to align with entities properly.

Scroll to Top