Skip to content

Doctor-Coomer/CounterStrikeSource-Linux-Cheat

Repository files navigation

What is this?

This program is designed to give Extra Sensory Perception, and automate player movement, in the game "Counter-Strike: Source". In a nutshell, this is a hack/cheat.

How does this?

It externally (as a seperate program from the video game) reads and writes memory using system calls from the Linux kernel. Those system calls are primarily functions like processes_vm_readv() and process_vm_writev().

How to compile

Cloning Repository

Clone the repo using git.

$ git clone https://github.com/yoshisaac/CounterStrikeSource-Linux-Trainer.git
$ cd CounterStrikeSource-Linux-Trainer/

Installing dependencies

Install the necessary packages.

Debian Advanced Package Tool (APT):

$ sudo apt install libx11-dev libxext-dev libxfixes-dev libxcomposite-dev qt6-base-dev

Arch Package Manager (pacman):

$ sudo pacman -S base-devel xorg-fonts-misc qt6-base

Once you install the package xorg-fonts-misc, you may need to reboot your computer.

Compiling

Build the program from source.

$ make
...

Running

Launching the program as the root user.

$ sudo ./cs-source-hack
[sudo] password for user:
...

Features

  • Player ESP
    • Box
    • Skeleton
    • Health
    • Snap Lines
  • Aimbot
    • Key bind
    • Automatic Recoil Control
  • Misc
    • Bunny hop

Screenshot of ESP Screenshot of menu

TODO

  • More visual features

About

An external cheat for the game Counter Strike: Source, designed to work on Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published