https://github.com/8dcc/cs-source-external
Counter-Strike: Source external cheat for GNU/Linux
https://github.com/8dcc/cs-source-external
cheat counter-strike external mod poc
Last synced: 3 months ago
JSON representation
Counter-Strike: Source external cheat for GNU/Linux
- Host: GitHub
- URL: https://github.com/8dcc/cs-source-external
- Owner: 8dcc
- License: gpl-3.0
- Created: 2024-05-18T08:25:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-29T20:40:08.000Z (9 months ago)
- Last Synced: 2025-03-29T05:43:56.803Z (3 months ago)
- Topics: cheat, counter-strike, external, mod, poc
- Language: C
- Homepage:
- Size: 52.7 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+title: Counter-Strike: Source external
#+options: toc:nil
#+startup: showeverything
#+author: 8dcc*Counter-Strike: Source external cheat for GNU/Linux .*
#+TOC: headlines 2
* Description
This is my first CS:S external cheat, inspired by [[https://github.com/yoshisaac/CounterStrikeSource-Linux-Trainer][yoshisaac's repository]].
* Building
#+begin_src console
$ git clone https://github.com/8dcc/cs-source-external
$ cd cs-source-external
$ make
...
#+end_src* Usage
Since this program creates a transparent window for the overlay, you will need a
[[https://en.wikipedia.org/wiki/Compositing_window_manager][compositor]]. Most modern desktop environments already provide one, but if yours
doesn't (e.g. with [[https://dwm.suckless.org/][dwm]]), you will need to manually install and run it.Here is [[https://wiki.archlinux.org/title/Xorg#Composite][a list]] of compositors you can try, =picom= worked fine for me.
#+begin_src console
$ picom & # Depending on your DE/WM
$ sudo ./cs-source-external
...
#+end_src