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. Setting font size to 0 will disable the ESP text entirely.
- [RESERVED.]
- Player color (targetable), player color (untargetable), ally player color, and bot color. Separate each with a comma. If you would like to hide bots, you can set bot color to 0. Example:
- 16711680,48895,16776960,16743680
- [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,150,150|30|0|16711680,48895,16776960,16743680|0|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.