> For the complete documentation index, see [llms.txt](https://autoplay-guide.gitbook.io/autoplay-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autoplay-guide.gitbook.io/autoplay-guide/troubleshoot-checklist.md).

# TROUBLESHOOT CHECKLIST

THIS CHECKLIST IS FOR **MW3/BO6** & **MP/WZ:**

| DEFAULT KILL STREAK + FRAGS     | Make sure to have a "FRAG" grenade and as kill streaks have, Scout pulse, skewer, dawg                                                                                                                                                                                                                  |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| NO CUSTOM HUD or COLOR PROFILES | Make sure you have TEXT(default), HUD (default), COLOR PROFILE(default)                                                                                                                                                                                                                                 |
| Shader Quality                  | <p><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeWQk6SV-ARdc5RESM5mqa33epK-UG-gvxHDNIiN287hyaTDv7xxN1jKColquDd87fl2GuOoMxZbNbJUc_k5fY_7eD1EccU_uwtSqrwjwBlqWwutAvc2Rh2o-qM2iU_AYRehvaH?key=OC8SnrQHq4YwkZbVdI8lyQ" alt=""></p><p>Make sure shader quality is set to Medium or higher.</p> |
| Run AutoPlay as Admin           | RUN AUTOPLAY AS ADMIN!                                                                                                                                                                                                                                                                                  |
| System Requirements             | Ensure your device meets COD’s required specifications to avoid any issues.                                                                                                                                                                                                                             |
| Desktop Screen Text             | Make sure your text size on 100%                                                                                                                                                                                                                                                                        |
| Game Screen Text                | MAKE SURE ITS ON DEFAULT, WHO EVEN USES ANYTHING ELSE                                                                                                                                                                                                                                                   |
| Monitor Setup                   | If you have multiple monitors, run AutoPlay on your main monitor.                                                                                                                                                                                                                                       |
| Operating System                | Windows Only.                                                                                                                                                                                                                                                                                           |
| User Agreements                 | if using a new account, complete all user agreements in advance within COD.                                                                                                                                                                                                                             |
| Set INVENTORY keybind to TAB    | If AutoPlay does everything fine but then doesn’t do anything in-game, remember to check in-game not pre-game as we dont activate AFKing in pre-game. Make sure that your BACKPACK is set to TAB keybind.                                                                                               |
| Windowed Mode                   | <p>Alt+Enter to make COD go into “Windowed mode”<br><br>MUST BE IN WINDOWED MODE</p>                                                                                                                                                                                                                    |
| Parachute Settings              | Set parachute deployment to "Free Fall" to gain more XP.                                                                                                                                                                                                                                                |
| Input Settings                  | Make sure your input settings are set to “Keyboard & Mouse”.                                                                                                                                                                                                                                            |
| Perks                           | Use the "Payout" perk for additional XP, for extra XP in All gamemodes..                                                                                                                                                                                                                                |
| Loadout Naming                  | <p>Make sure you have a loadout named “MY LOADOUT 1”, ON MULTIPLAYER</p><p><br></p><p>If you have auto loadout switching ON then please make sure to have 5 loadouts named “MY LOADOUT 1” up to 5.<br><br>Make sure you have loadout name “CUSTOM LOADOUT 1” ON WARZONE</p>                             |
| Graphic Settings                | For lower-end machines, reduce graphics settings to the minimum as you don’t need high graphics while not actively playing.                                                                                                                                                                             |
| Overlays                        | Disable any overlays that may make your screen super bright or gritty                                                                                                                                                                                                                                   |
| Game & PC Language              | Make sure game & PC language is set to English, if we have a large customer base for example in france, we will add french language but for now English only                                                                                                                                            |
| Stay Under 4K Resolution        | Please use anything below 4K Resolution as 4K makes everything smaller so may cause issues.                                                                                                                                                                                                             |
| Aspect Ratio                    | Search for the ASPECT RATIO setting in COD and set to AUTOMATIC                                                                                                                                                                                                                                         |
| Bnet Closed                     | Make sure to have bnet closed when trying to run the bot on steam otherwise it will try to start from bnet as well and fail.                                                                                                                                                                            |
| HUD Placement                   | Make sure your HUD is set to default                                                                                                                                                                                                                                                                    |
| Core Modes Only                 | Do not play HARDCORE modes as the screen is blank and nothing for us to use.                                                                                                                                                                                                                            |
| Player not moving in-game?      | Reset your keybinds to possible avoid bot not working over a small keybind.                                                                                                                                                                                                                             |


---

# 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://autoplay-guide.gitbook.io/autoplay-guide/troubleshoot-checklist.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.
