Go to file
2021-08-21 13:46:56 +06:00
.github/ISSUE_TEMPLATE Update issue templates 2021-01-14 02:32:19 +06:00
.vscode Add generate timecyc option (vc) 2021-08-21 08:54:11 +06:00
Depend Switch to premake 2021-07-21 23:31:02 +06:00
images Add visuals menu (vc) 2021-08-20 02:19:20 +06:00
resource Add Game menu and more stuff 2021-08-17 11:46:41 +06:00
src Add generate timecyc option (vc) 2021-08-21 08:54:11 +06:00
tools Add visuals menu (vc) 2021-08-20 02:19:20 +06:00
.gitattributes Added files 2020-12-03 03:18:34 +06:00
.gitignore Add option to remove each cloth item separately 2021-07-31 04:01:17 +06:00
LICENSE Added files 2020-12-03 03:18:34 +06:00
README.md Update README.md 2021-08-21 13:46:56 +06:00

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

Introduction

Cheat menu for Grand Theft Auto San Andreas & Vice City 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.

Discord Banner 2

Installation

  1. Install DirectX9 & Visual C++ Redistributable 2019 x86 if not already installed.
  2. If your game version isn't v1.0 then you'll need to downgrade.
  3. Install asi loader
  4. Download CheatMenu.7z and extract everything in game directory (replace if necessary).
  5. (Only VC) Download and install d3d8to9 wrapper. Sometimes the asi loader may come with Globals.ini. Remove the d3d8.dll from there.

(Vice City version is available at the discord server)

Required to build

  1. Build Tools 2019
  2. DirectX9 SDK
  3. Plugin SDK

Projects used

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

Images

Show Images

How to add ___ to CheatMenu

Be careful about editing 'json' files, especially commas! Check here

Clothes

Haven't found any tutorials for this yet. But CheatMenu loads cloths from CheatMenu\clothes.txd
Name format: body_part$model_name$texture_name.

If you just want more player skins without much hassel use this

  1. For this you need modloader 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 and put it in CheatMenu\peds.txd.
  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 tutorial first. (Use translator)
  2. Then create an image of your vehicle in and put it in CheatMenu\vehicles.txd.
  3. The image name should be the model id of the vehicle.

Vehicle Tunes

  1. Add tunes to your game following a tutorial.
  2. Then create a image of your tune part and put it in CheatMenu\components.txd.

Vehicle Paintjobs

  1. Put your paintjob images *CheatMenu\textures.txd.
  2. You can use any name for these images.

Weapons

  1. Add weapons to your game following this tutorial first. (Use translator)
  2. Then create an image of your vehicle and put it CheatMenu\weapons.txd.
  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"