Skip to content

rosko1337/CheatMenuSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTA San Andreas mod that provides cheat features

It's time to take some projects out of the drawer and dust them off.
A cheat menu I wrote for myself a few years ago. It has a few features, that I made for single-player use only.
Some of them also work in SAMP. Also it has not so user-friendly menu, but idc.
It can likely be compiled as a standalone .dll, I think. But idc, as I said.
Written in C++.

Features

  • Old-school style OOP menu (can be switched to zgui in Main.h)
  • Silent aimbot (visible check, on screen check, cops/gangs priority, smart (aim to closest bone), randomize, perfect accuracy)
  • ESP (fully dynamic boxes, health & armor bars, aimbot target, radar, graffiti, collectibles)
  • Misc (samp anim reset (on key "Z"), crosshair, invulnerability, never wanted, speedhack, no reload, airbrake, telekinesis (tp peds infront of player), minigun mode (ultimate +C xaxa), dumbass peds, give ammo/money/minigun, get collectibles, unlock nearby cars)

Demo (Dogshit quality videos. But idc!)

Menu pics, menu class diagram

Video Video Video

How to

  • At first you will need to install plugin-sdk
  • Download ZIP and extract it OR clone repo with git clone https://github.com/rosko1337/CheatMenu.git
  • Build in Release using Visual Studio 2022
  • Loading mod requires ASI Loader installed

Todo

  • SAMP support (nametags, health & armor, afk state)
  • Fix rendering in SAMP (it draws on top of the cheat)
  • Sniper rifle aimbot (currently disabled the current implementation only works when you shoot yourself in the foot, due to a misunderstanding of how the game handles it)
  • Fix aimbot misses under certain conditions. (vid)
  • Move aimbot to its own class
  • Proper d3d9 renderer
  • Proper input handling?

Sources

License

BSL-1.0

Releases

No releases published

Packages

No packages published

Languages