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. The order of the settings is as follows:

  • Total number of entities to display.
  • Font size.
  • [RESERVED.]
  • Player color.
  • [RESERVED.]
  • [RESERVED.]
  • Show players: 2 to show enemy players only, 1 to show all players, 0 to show none.
  • [RESERVED.]
  • 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.
  • Example:
    100|30|16646144|16646144|16646144|1|1|1|10
    • For your own safety, I recommend changing some of the numbers/colors so you don't have the exact same text.

Please note there are additional ESP settings on lines 14–17, which control the bounding box and distance display.

Scroll to Top