Press Left Ctrl + M to open the menu. Doesn't work in multiplayer

# [![License](https://img.shields.io/github/license/user-grinch/Cheat-Menu?style=for-the-badge)](https://github.com/user-grinch/Cheat-Menu/blob/master/LICENSE) [![Discord](https://img.shields.io/discord/689515979847237649?label=Discord&style=for-the-badge)](https://discord.gg/ZzW7kmf) [![MixMods](https://img.shields.io/badge/Topic-Mixmods-%234e4784?style=for-the-badge)](https://forum.mixmods.com.br/f5-scripts-codigos/t1777-lua-cheat-menu) [![GTAF](https://img.shields.io/badge/Topic-GTA%20Forums-%23244052?style=for-the-badge)](https://gtaforums.com/topic/961636-moon-cheat-menu/) ## Introduction Cheat menu for Grand Theft Auto SanAndreas which allows a large set of modifications/cheats to be applied enabling a much more easier & amusing gameplay. Get stable binaries from [here](https://github.com/user-grinch/Cheat-Menu/releases). Beta binaries are available at the discord server. A portuguese translation of the menu is [here](https://github.com/Dowglass/Cheat-Menu) ## Installation 1. Install [DirectX9](https://www.microsoft.com/en-us/download/details.aspx?id=35) & [Visual C++ Redistributable 2019 x86](hhttps://aka.ms/vs/16/release/vc_redist.x86.exe) if not already installed. 2. If your game version isn't v1.0 then you'll need to [downgrade](https://gtaforums.com/topic/927016-san-andreas-downgrader/). 3. Install [asi loader](https://www.gtagarage.com/mods/show.php?id=21709) & [silent patch](https://gtaforums.com/topic/669045-silentpatch/) 4. Download CheatMenu and extract everything in game directory (replace if necessary). ## Building You'll need to install Visual Studio 2019 (v142), [DirectX9 SDK](https://www.microsoft.com/en-us/download/details.aspx?id=6812) & [Plugin SDK](https://github.com/DK22Pac/plugin-sdk). ## Projects used 1. [ImGui](https://github.com/ocornut/imgui) 2. [Kiero](https://github.com/Rebzzel/kiero) 3. [MinHook](https://github.com/TsudaKageyu/minhook) 4. [Plugin SDK](https://github.com/DK22Pac/plugin-sdk) ## Images
Show Images
## How to add ___ to CheatMenu *Be careful about editing 'json' files, especially commas! Check [here](https://en.wikipedia.org/wiki/JSON)* ### Clothes Haven't found any tutorials for this yet. But CheatMenu loads cloth entries from *CheatMenu\clothes\\(CategoryName)\* directory in **jpg** format.
**Name format: body_part$model_name$texture_name**.
*After adding clothes in the game adding them like this should work?* ### Player Skins (Recommended) *If you just want more player skins without much hassel use this* 1. For this you need [modloader](https://github.com/thelink2012/modloader/releases/tag/v0.3.7) installed. 2. Get your skin **dff** & **txd** file and put them inside *modloader\Custom Skins\* directory. 3. Rename your **dff** & **txd** filenames into 8 characters. Having more than 8 characters will crash your game. 4. Important thing to remember is that you can't rename these files while the game is running! If you do, your game will crash. ### Peds + Player Skins *If you want to add both peds & skin then follow this* 1. Add peds to your game following a tutorial. 2. Then create a image of your ped in **jpg** format and put it in *CheatMenu\peds\\(CategoryName)\* directory. 3. The image name should be the model name of the ped. 4. Open this file *CheatMenu\json\ped.json* and add an entry for your ped there. **Format: "PedModel" : "PedName"** ### Vehicles 1. Add vehicles to your game following [this](https://www.mixmods.com.br/2015/12/tutorial-adicionar-carros-sem-substituir.html) tutorial first. (Use translator) 2. Then create an image of your vehicle in **jpg** format and put it in *CheatMenu\vehicles\images\\(CategoryName)\* directory. 3. The image name should be the model id of the vehicle. *Now your vehicle should show up in the menu.* ### Vehicle Tunes 1. Add tunes to your game following a [tutorial](https://gtaforums.com/topic/481926-tutorial-how-to-add-tuning-parts/). 2. Then create a image of your tune part in **jpg** format and put it in *CheatMenu\vehicles\components\\(CategoryName)\* directory. *If you did everything correctly this should work?* ### Vehicle Paintjobs 1. Put your paintjob images in **png** format in *CheatMenu\vehicles\paintjobs\\(CategoryName)\* directory. Don't rename to png, [convert it](http://www.pcfreetime.com/formatfactory/index.php?language=en) 2. You can use any random name for those images. *Now check if it shows up in the menu* ### Weapons 1. Add weapons to your game following [this](https://www.mixmods.com.br/2016/05/tutorial-adicionar-armas-sem-substituir.html) tutorial first. (Use translator) 2. Then create an image of your vehicle in **jpg** format and put it *CheatMenu\weapons\\(CategoryName)* directory. 3. The image name should be the weapon id (not model!) of the weapon. 4. Open this file *CheatMenu\json\weapon.json* and add an entry for your weapon there. **Format: "WeaponID" : "WeaponName"** *Now your weapon should show up in the menu.*