From 90ac0bbb9969f3ecbf48f6d98587fe0f64b19f01 Mon Sep 17 00:00:00 2001 From: 8dcc <8dcc.git@gmail.com> Date: Wed, 19 Jul 2023 20:24:25 +0200 Subject: [PATCH] README --- README.md | 2 -- README.org | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 2 deletions(-) delete mode 100644 README.md create mode 100644 README.org diff --git a/README.md b/README.md deleted file mode 100644 index 1797577..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# Half-Life cheat -**Linux cheat for Half-Life 1 (goldsrc)** diff --git a/README.org b/README.org new file mode 100644 index 0000000..23915c3 --- /dev/null +++ b/README.org @@ -0,0 +1,40 @@ +#+title: Half-Life cheat +#+options: toc:nil +#+startup: showeverything +#+author: 8dcc + +*Linux cheat for Half-Life 1 (goldsrc).* + +#+TOC: headlines 2 + +* Description +#+begin_quote +*Note* +This project is still work in progress. +#+end_quote + +Simple Half-Life 1 cheat for linux made in C. + +This project was heavily inspired by [[https://github.com/UnkwUsr/hlhax][UnkwUsr/hlhax]], and would not have been +possible without his help. Make sure to check out his repo too. + +* Building + +#+begin_src console +$ git clone https://github.com/8dcc/hl-cheat +$ cd hl-cheat +$ make +... +#+end_src + +* Injecting +Uses the [[https://www.gnu.org/savannah-checkouts/gnu/gdb/index.html][=gdb=]] debugger for injecting the library. + +#+begin_src console +$ ./injector.sh +[sudo] password for username: + +... + +hl-cheat loaded! +#+end_src