https://github.com/3urobeat/csgo-simple-linux-cheat
🖱 Basic CS:GO cheat for Linux for me to learn function hooking and memory manipulation [WIP]
https://github.com/3urobeat/csgo-simple-linux-cheat
cheat csgo linux
Last synced: about 2 months ago
JSON representation
🖱 Basic CS:GO cheat for Linux for me to learn function hooking and memory manipulation [WIP]
- Host: GitHub
- URL: https://github.com/3urobeat/csgo-simple-linux-cheat
- Owner: 3urobeat
- License: gpl-3.0
- Created: 2022-04-01T12:28:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T12:36:42.000Z (over 3 years ago)
- Last Synced: 2024-11-24T16:49:38.753Z (over 1 year ago)
- Topics: cheat, csgo, linux
- Language: C++
- Homepage:
- Size: 1.88 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csgo-simple-linux-cheat
This is a simple CS:GO cheat for Linux
It is not meant to be used as is and is rather a WIP project for educational purposes
## Building
Make sure included `tools` script is executable:
`chmod +x ./tools`
Build cheat once using `tools` script:
`./tools -b`
## Loading/Injecting:
Make sure csgo is running before trying to inject
Inject using `tools` script:
`./tools -l`
## Unload:
**Currently broken, idk why**
Unload using `tools` script:
`./tools -u`
Â
Â
## Credit:
Thank you so much to these sources, without them I would have had no idea how to build this thing:
https://github.com/seksea/gamesneeze
https://github.com/ArnoldasMk/Kali
https://www.youtube.com/channel/UC9iIZaEy1r_q6CRAiXBqXOA