> 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/manuals/hinfinite/gamepackmods.md).

# GAMEPACK M.O.D.s & Related Settings | Infinite

- [Toggle M.O.D.s](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/togglemods.md): A-Z library of H Infinite GAMEPACK Toggle M.O.D. (Macro On Demand) descriptions & instructions.  You can toggle ON multiple Toggle M.O.D.s as you wish.
- [Auto Run](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/togglemods/auto-run.md)
- [Rapid Melee](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/togglemods/rapid-melee.md)
- [Active Aim M.O.D.](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/aimmod.md): A-Z library of H Infinite GAMEPACK Aim M.O.D. (Macro On Demand) descriptions & instructions.  You can assign one Active Aim M.O.D. so choose wisely.
- [Aim M.O.D. Activation](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/aimmod/aimactivation.md)
- [Aim Assist](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/aimmod/aim-assist.md)
- [Circle Strafe Aim](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/aimmod/circle-strafe-aim.md)
- [Crouch Aim](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/aimmod/crouch-aim.md)
- [Drop Aim](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/aimmod/drop-aim.md)
- [Hop Aim](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/aimmod/hop-aim.md)
- [Mark Aim](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/aimmod/mark-aim.md)
- [Rapid Crouch Aim](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/aimmod/rapid-crouch-aim.md)
- [Scan Aim](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/aimmod/scan-aim.md)
- [Strafe Aim](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/aimmod/strafe-aim.md)
- [TURBO Crouch Aim](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/aimmod/turbo-crouch-aim.md)
- [Active Shot M.O.D.](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/shotmod.md): A-Z library of H Infinite GAMEPACK Shot M.O.D. (Macro On Demand) descriptions & instructions.  You can assign one Active Shot M.O.D. so choose wisely.
- [Shot M.O.D. Activation](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/shotmod/shotactivation.md)
- [Aim Assist](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/shotmod/aim-assist.md)
- [Circle Strafe Shot](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/shotmod/circle-strafe-shot.md)
- [Crouch Shot](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/shotmod/crouch-shot.md)
- [Drop Shot](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/shotmod/drop-shot.md)
- [Hop Shot](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/shotmod/hop-shot.md)
- [Mark Shot](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/shotmod/mark-shot.md)
- [Rapid Crouch Shot](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/shotmod/rapid-crouch-shot.md)
- [Scan Shot](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/shotmod/scan-shot.md)
- [Strafe Shot](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/shotmod/strafe-shot.md)
- [TURBO Crouch Shot](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/shotmod/turbo-crouch-shot.md)
- [Aim Assist Intensity](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/aimassistintensity.md)
- [TURBO M.O.D.s Delay](https://guide.strikepack.com/horizon/manuals/hinfinite/gamepackmods/turbomodsdelay.md)


---

# 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/manuals/hinfinite/gamepackmods.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.
