# Gores Bot

The **Avoid** feature provides several types of Gores Bots designed to help you avoid freezing in Teeworlds maps. These bots automate certain inputs to keep your character safe.

* **Console Bind**: You can toggle the currently selected Avoid bot using a key bind in the F1 console: `bind KEY toggle krx_avoidfreeze 1 0` (replace `KEY` with your desired key).
* **Important Note on Prediction**: When using *any* Avoid bot, it's crucial to configure your prediction settings appropriately based on your ping. Set `cl_prediction_margin` in the F1 console to a value slightly higher than your average ping (e.g., `cl_prediction_margin 70` for 50ms ping). Refer to the [Settings](https://krxclient.gitbook.io/docs/features/settings) page for more details.

***

## **Screenshot**

![Avoid Menu](https://raw.githubusercontent.com/Krixx1337/krxclient-docs/refs/heads/main/images/avoid-menu.png)

*(Note: The specific options visible below the dropdown depend on the selected Gores Bot Type).*

***

## **Gores Bot Types**

In KRX, you can select different Gores Bot agents, each with its own strategy and configuration:

1. **Basic** ![Free](https://img.shields.io/badge/Free-%234CAF50?style=flat-square) ![Premium](https://img.shields.io/badge/Premium-%23ffba00?style=flat-square)
   * A simple bot included in Free and Premium tiers. Uses only directional keys (left/right) for basic freeze avoidance. No configurable settings. Suitable for simple situations.
2. [**Legit**](https://krxclient.gitbook.io/docs/ultimate-features/avoid/legit) ![Ultimate](https://img.shields.io/badge/Ultimate-%23f76d6d?style=flat-square)
   * Designed for players who want assistance while maintaining a natural, "legitimate" playstyle. It subtly modifies inputs to avoid freeze but relies partially on user skill and can sometimes fail. Highly configurable priority settings. May impact performance on some systems.
3. [**Blatant**](https://krxclient.gitbook.io/docs/ultimate-features/avoid/blatant) ![Ultimate](https://img.shields.io/badge/Ultimate-%23f76d6d?style=flat-square)
   * A highly effective bot focused on safety above all else. Uses more aggressive input changes (including hook) to prevent freezing, even on extremely difficult maps. Offers detailed configuration for movement, aiming, and tile avoidance.
4. [**Fentbot**](https://krxclient.gitbook.io/docs/ultimate-features/avoid/fentbot) ![Ultimate](https://img.shields.io/badge/Ultimate-%23f76d6d?style=flat-square)
   * An advanced, experimental bot using pathfinding (FlowField) and potentially genetic algorithms ("Tweaker") to calculate input sequences for completing parts or entire maps, primarily KoG (King of Gores)-style maps. Runs calculations asynchronously. Highly configurable but resource-intensive and may produce suboptimal paths.
5. [**Pilot Bot**](https://krxclient.gitbook.io/docs/ultimate-features/avoid/pilotbot) ![Ultimate](https://img.shields.io/badge/Ultimate-%23f76d6d?style=flat-square)
   * An advanced, experimental real-time bot using pathfinding (FlowField) and other metrics depending on the current mode. Navigates the map autonomously or follow targets (Cursor, Player). It can operate in different modes and is highly configurable for performance and behavior.

***

Use the dropdown menu in the client's Avoid tab to select the desired bot type. Detailed configuration options for Legit, Blatant, and Fentbot are available in their respective sub-sections linked above.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://krxclient.gitbook.io/docs/ultimate-features/avoid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
