https://github.com/rdbo/cssmh-external
Counter-Strike Source Multihack (X11 + GLFW + Dear ImGUI Overlay) (WIP)
https://github.com/rdbo/cssmh-external
Last synced: 2 months ago
JSON representation
Counter-Strike Source Multihack (X11 + GLFW + Dear ImGUI Overlay) (WIP)
- Host: GitHub
- URL: https://github.com/rdbo/cssmh-external
- Owner: rdbo
- License: mit
- Created: 2021-12-09T00:38:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T04:06:33.000Z (over 4 years ago)
- Last Synced: 2025-12-28T06:18:32.717Z (6 months ago)
- Language: C++
- Size: 648 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSSMH External
External Counter-Strike Source Multihack by rdbo
## License
Read `LICENSE`
## Requirements
- X11
- GLFW >= 3.4.0
## Compiling
Run the following to compile the `cssmh` binary:
```sh
mkdir build
cd build
cmake ..
make
```
## Using
To toggle the menu, use the `INSERT` key.