/Cheat-Menu

Cheat Menu for Grand Theft Auto San Andreas

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

GitHub repo size 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.

It's based on Moonloader and uses mimgui for its interface.

Versions

Releases

Releases are the most up to date & stable versions. If you want a smooth experience with minimal bugs as possible this is the one to get.

Master Branch

Master branch contains all the recent work done to the menu. While this can be the best way to live on the edge & try the latest features out, it could come with a fair number of bugs.

A portuguese translation of the menu is here

Installation

  1. Install DirectX & Visual C++ Redistributable 2017 if not already installed.
  2. If your game version isn't v1.0 then you'll need to downgrade.
  3. Download Moonloader from here.Then extract all these files to your game folder (replace if necessary).
  4. Download Cheat Menu from here.
  5. Open up that achieve file and extract everything in game directory (replace if necessary).

Now try it out in-game. If it doesn't work open an issue here or create a post in one of the topics above with 'moonloader.log'.

Youtubers

If you're making videos about this mod link to this GitHub repository, don't reupload this mod simply cause you can. It'll help me to provide better support & in development. Also it'd be great if you keep my name in your video description. Thanks.

Images

Image Image Image Image Image Image Image Image Image Image

Video

Youtube Video

Docs

Adding custom peds/skin images - jpg

Ped/skin images are loaded from '\moonloader\lib\cheat-menu\peds' directory. The image name should contain the ped model id. Names for custom peds have to be added inside '\moonloader\lib\cheat-menu\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 '\moonloader\lib\cheat-menu\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 '\moonloader\lib\cheat-menu\vehicles\component ' directory. The image name should contain the component model id.

Adding custom vehicle paint jobs images - png

Paintjob images are loaded from '\moonloader\lib\cheat-menu\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 '\moonloader\lib\cheat-menu\weapons' directory. The image name should contain the weapon model id. Names for custom weapons have to be added inside '\moonloader\lib\cheat-menu\json\weapon.json' file.

Adding custom clothes - jpg

Cloth images are loaded from '\moonloader\lib\cheat-menu\clothes' directory. The image name should in this format 'body_part$model_name$texture_name'