An open API service indexing awesome lists of open source software.

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)

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.