Go to file
Grinch_ 47d1dab0c2 Bug fixes & tweaks
1. Fixed FPS issue with windowed mode
2. Probably fixed issues with json saving/loading?
3. Added first time welcome page
4. Some refactored code
2020-12-22 02:24:07 +06:00
.vscode Fixed crashes with trains, modloader 2020-12-21 01:23:32 +06:00
Files Updates to checkboxes, added back teleporting to radar sprites 2020-12-09 19:15:50 +06:00
src Bug fixes & tweaks 2020-12-22 02:24:07 +06:00
.gitattributes Added files 2020-12-03 03:18:34 +06:00
.gitignore Fixed crashes with trains, modloader 2020-12-21 01:23:32 +06:00
CMakeLists.txt Fixed controls getting locked when using menu 2020-12-17 13:12:23 +06:00
LICENSE Added files 2020-12-03 03:18:34 +06:00
README.md Improvements in hook, bug fixes, switched to beta, added bikes fly. 2020-12-06 03:34:27 +06:00

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

License Discord MixMods GTAF

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. Beta binaries are available at the discord server.

A portuguese translation of the menu is here

Installation

  1. Install DirectX9 & Visual C++ Redistributable 2015 x86 if not already installed.
  2. If your game version isn't v1.0 then you'll need to downgrade.
  3. Install asi loader from here
  4. Download CheatMenu and extract everything in game directory (replace if necessary).

Building

You'll need to install Visual Studio 2015 (v140), DirectX9 SDK & Plugin SDK.

Projects used

  1. ImGui
  2. Kiero
  3. MinHook
  4. Plugin SDK

Images

1 2 3 4 5 6 7 8 9

Docs

Adding custom peds/skin images - jpg

Ped/skin images are loaded from 'CheatMenu\peds' directory. The image name should contain the ped model id. Names for custom peds have to be added inside 'CheatMenu\json\ped.json' file.

Add custom player skins #2

You can also add player skins by using a different method. Place your skin txd & dff files inside 'modloader\Custom Skins' folder. Note, Modloader is required & names can't exceed 8 characters.

Adding custom vehicle images - jpg

Vehicle images are loaded from 'CheatMenu\vehicles\images' directory. The image name should contain the vehicle model id. You don't need to add custom vehicle names in v2.0-beta & above.

Adding custom vehicle component images - jpg

Vehicle component images are loaded from 'CheatMenu\vehicles\component' directory. The image name should contain the component model id.

Adding custom vehicle paint jobs images - png

Paintjob images are loaded from 'CheatMenu\vehicles\paintjobs' directory. Image names can be any string and their name will show up on the menu.

Adding custom weapons images - jpg

Weapon images are loaded from 'CheatMenu\weapons' directory. The image name should contain the weapon model id. Names for custom weapons have to be added inside 'CheatMenu\json\weapon.json' file.

Adding custom clothes - jpg

Cloth images are loaded from 'CheatMenu\clothes' directory. The image name should in this format 'body_part$model_name$texture_name'