> For the complete documentation index, see [llms.txt](https://guide.strikepack.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.strikepack.com/horizon-es/manuals/gamepack/gamepackmods/autorun.md).

# Carrera automática

***En Shooter y GAMEPACKs para juegos que no tienen un Sprint Automático dentro del juego**,* puede que encuentres uno o más de nuestros M.O.D.s de Auto Run.

<figure><img src="/files/cd4d1d221b77680c60dbbde27e6ebc6b9d0b6f68" alt=""><figcaption></figcaption></figure>

## Auto Run

<figure><img src="/files/5b29cab310d5e15210e1c29567031f70c30d7375" alt=""><figcaption></figcaption></figure>

***En Shooter***, hay varios M.O.D.s de Auto Run para compatibilidad con distintos juegos:

**Mantener avanzar completamente hacia delante activa el sprint** suele ser una buena opción. Sin embargo, si un juego sí tiene una opción de Sprint Automático dentro del juego, probablemente sea mejor usarla, ya que tendrá en cuenta las particularidades de la jugabilidad, eliminando la necesidad de este M.O.D.

***

{% hint style="warning" %}
GAMEPACKs como [**Grand Theft Online**](/horizon-es/manuals/grandtheftonline/gamepackmods/carrera-automatica.md) & RDR2 tienen M.O.D.s de Auto Run más especializados. Consulte sus manuales para obtener información sobre su uso.
{% endhint %}

<figure><img src="/files/cd4d1d221b77680c60dbbde27e6ebc6b9d0b6f68" alt=""><figcaption></figcaption></figure>

## **Espera de recarga**

<figure><img src="/files/5b29cab310d5e15210e1c29567031f70c30d7375" alt=""><figcaption></figcaption></figure>

Algunos juegos permitirán, literalmente y de forma molesta, que el sprint cancele tu secuencia de recarga, lo que hará que la experiencia de Auto Run sea desagradable; "<img src="/files/11c2dfaa71a0a9b49a257d180adc8753e56e3b64" alt="" data-size="line">[**Ejecución automática Recarga Espera**](/horizon-es/manuals/gamepack/gamepackmods/autorun/autorunreloadwait.md)**"** puede mitigar este problema.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.strikepack.com/horizon-es/manuals/gamepack/gamepackmods/autorun.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
