VMpc / L4D2-Cheat

A POC L4D2 Cheat made to learn linux game cheating

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

L4D2-Cheat

Tested on

Features

  • Bhop (+ Bhop delay to try throwing off anticheats, which is optional)
  • Glow hack
  • Removing boomer effects

How to use

  • Commands
    • bhopdelay <on/off>
    • glow <on/off>
    • noboom <on/off>
  • Bhop
    • Up/Down arrows to toggle on and off
    • To Bhop, hold LCTRL and strafe

You'll need to be root to run L4D2-Cheat

Requirements

  • GCC - see config.mk if you want to change this
  • Make

Building

$ git clone https://github.com/VMpc/L4D2-Cheat
$ cd L4D2-Cheat
$ make all

Installing L4D2-Cheat

# make install

Uninstalling

# make uninstall
Make options

Don't add these unless you know what you're doing.

Add CC='cc' to change the compiler.

Add DIR='/usr/local/sbin' to change the install location. (uninstall must use the same thing)

Thanks to

License

L4D2-Cheat is licensed under GPL version 3 or later.

About

A POC L4D2 Cheat made to learn linux game cheating

License:GNU General Public License v3.0


Languages

Language:C 94.0%Language:Makefile 6.0%