README - Add features
This commit is contained in:
parent
a87b30dc40
commit
e5d2e58e85
13
README.org
13
README.org
|
@ -8,10 +8,6 @@
|
||||||
#+TOC: headlines 2
|
#+TOC: headlines 2
|
||||||
|
|
||||||
* Description
|
* Description
|
||||||
#+begin_quote
|
|
||||||
*Note:* This project is still work in progress.
|
|
||||||
#+end_quote
|
|
||||||
|
|
||||||
Simple linux cheat for Half-Life 1 (and most /goldsrc/ games) made in C.
|
Simple linux cheat for Half-Life 1 (and most /goldsrc/ games) made in C.
|
||||||
|
|
||||||
This project was heavily inspired by [[https://github.com/UnkwUsr/hlhax][UnkwUsr/hlhax]], and would not have been
|
This project was heavily inspired by [[https://github.com/UnkwUsr/hlhax][UnkwUsr/hlhax]], and would not have been
|
||||||
|
@ -19,6 +15,15 @@ possible without his help. Make sure to check out his repo too.
|
||||||
|
|
||||||
Also make sure to check out [[https://github.com/deboogerxyz/ahc][deboogerxyz/ahc]].
|
Also make sure to check out [[https://github.com/deboogerxyz/ahc][deboogerxyz/ahc]].
|
||||||
|
|
||||||
|
* Features
|
||||||
|
|
||||||
|
| Feature | Command | Values (0..n) |
|
||||||
|
|------------+---------------+---------------------|
|
||||||
|
| Bhop | =cv_bhop= | off/on |
|
||||||
|
| ESP | =cv_esp= | off/3d-box/name/all |
|
||||||
|
| Autostrafe | =sv_autostrafe= | off/rage/legit |
|
||||||
|
| Chams | =cv_chams= | off/on |
|
||||||
|
|
||||||
* Building
|
* Building
|
||||||
#+begin_src console
|
#+begin_src console
|
||||||
$ git clone --recurse-submodules https://github.com/8dcc/hl-cheat
|
$ git clone --recurse-submodules https://github.com/8dcc/hl-cheat
|
||||||
|
|
Loading…
Reference in New Issue