This project is a Python-based memory cheat for the game Counter-Strike: Global Offensive (CS:GO). It provides togglable cheats like WallHack, RadarHack, and MoneyReveal using memory manipulation techniques.
- WallHack: See players through walls.
- RadarHack: Display all players on the radar.
- MoneyReveal: Show the money of all players.
- Configurable hotkeys for toggling cheats and exiting the program.
- Logging for actions and errors.
- Configuration stored in
config.jsonfor persistent customization. - Console title updated to reflect the cheat's version.
Install the dependencies using pip:
pip install -r requirements.txtDependencies:
pymemkeyboardrequestscolorama
-
Clone the repository:
git clone https://github.com/Jesewe/csgo-memory-cheat.git cd csgo-memory-cheat -
Install required Python dependencies:
pip install -r requirements.txt
-
Run the script as Administrator:
python main.py
-
Launch CS:GO and use the configured hotkeys to toggle cheats.
The default configuration is saved in the config.json file:
{
"WallHack": "f4",
"RadarHack": "f5",
"MoneyReveal": "f6",
"Exit": "f10"
}You can edit this file to change the hotkeys as needed.
Logs are stored in:
%LOCALAPPDATA%\Requests\ItsJesewe\csgo\logs\application.log
This contains all cheat actions and errors for debugging purposes.
This script is for educational purposes only. Using cheats or hacks in online games is against the terms of service of most games and can result in bans or other penalties. Use this script at your own risk.
This project is licensed under the MIT License. See the LICENSE file for details.