8dcc / cs-source-external

Counter-Strike: Source external cheat for GNU/Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Counter-Strike: Source external

Counter-Strike: Source external cheat for GNU/Linux .

Description

This is my first CS:S external cheat, inspired by yoshisaac’s repository.

Building

$ git clone https://github.com/8dcc/cs-source-external
$ cd cs-source-external
$ make
...

Usage

Since this program creates a transparent window for the overlay, you will need a compositor. Most modern desktop environments already provide one, but if yours doesn’t (e.g. with dwm), you will need to manually install and run it.

Here is a list of compositors you can try, picom worked fine for me.

$ picom &  # Depending on your DE/WM
$ sudo ./cs-source-external
...

About

Counter-Strike: Source external cheat for GNU/Linux

License:GNU General Public License v3.0


Languages

Language:C 98.1%Language:Makefile 1.9%