{"id":19430245,"url":"https://github.com/8dcc/hl-cheat","last_synced_at":"2026-05-12T20:07:29.032Z","repository":{"id":182378507,"uuid":"668009387","full_name":"8dcc/hl-cheat","owner":"8dcc","description":"Linux cheat for goldsrc games (HL1/CS 1.6/DoD/TFC)","archived":false,"fork":false,"pushed_at":"2024-11-27T02:00:00.000Z","size":3782,"stargazers_count":8,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-23T12:14:31.793Z","etag":null,"topics":["based","cheat","counter-strike","counter-strike-cheat","goldsrc","half-life","half-life-cheat","linux","linux-cheat","sigma-male"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/8dcc.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-18T20:03:59.000Z","updated_at":"2024-12-01T20:51:44.000Z","dependencies_parsed_at":"2024-11-27T06:35:44.314Z","dependency_job_id":null,"html_url":"https://github.com/8dcc/hl-cheat","commit_stats":null,"previous_names":["8dcc/hl-cheat"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fhl-cheat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fhl-cheat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fhl-cheat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fhl-cheat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/8dcc","download_url":"https://codeload.github.com/8dcc/hl-cheat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240612541,"owners_count":19829027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["based","cheat","counter-strike","counter-strike-cheat","goldsrc","half-life","half-life-cheat","linux","linux-cheat","sigma-male"],"created_at":"2024-11-10T14:24:07.140Z","updated_at":"2025-10-14T12:05:05.528Z","avatar_url":"https://github.com/8dcc.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+title: Half-Life cheat\n#+options: toc:nil\n#+startup: showeverything\n#+author: 8dcc\n\n*Linux cheat for goldsrc games.*\n\n#+TOC: headlines 2\n\n* Description\nSimple linux cheat for most goldsrc games, made in C.\n\nSupported games:\n- [[https://store.steampowered.com/app/70/HalfLife/][Half-Life 1]]\n- [[https://store.steampowered.com/app/10/CounterStrike/][Counter-Strike 1.6]]\n- [[https://store.steampowered.com/app/20/Team_Fortress_Classic/][Team Fortress Classic]]\n- [[https://store.steampowered.com/app/30/Day_of_Defeat/][Day of Defeat]]\n\nThis project was heavily inspired by [[https://github.com/UnkwUsr/hlhax][UnkwUsr/hlhax]], and would not have been\npossible without his help. Make sure to check out his repo too.\n\nAlso make sure to check out [[https://github.com/deboogerxyz/ahc][deboogerxyz/ahc]].\n\n* Features\n\n| Feature    | Command       | Values (0..n)          |\n|------------+---------------+------------------------|\n| Bhop       | =cv_bhop=       | off/on                 |\n| Autostrafe | =cv_autostrafe= | off/rage/legit         |\n| Aimbot     | =cv_aimbot=     | off/fov*               |\n| Autoshoot  | =cv_autoshoot=  | off/on*                |\n| ESP        | =cv_esp=        | off/3d-box/name/all    |\n| Chams      | =cv_chams=      | off/players/hands/all* |\n| Crosshair  | =cv_crosshair=  | off/length             |\n| Tracers    | =cv_tracers=    | off/on*                |\n\n\n#+begin_quote\n*Note:* Aimbot FOV goes from 0 (off) to 180 (all enemies)\n#+end_quote\n\n#+begin_quote\n*Note:* If =cv_autoshoot= is enabled, and =cv_aimbot= is enabled, it will stop\nattacking if there is no visible target.\n#+end_quote\n\n#+begin_quote\n*Note:* Chams color can be changed from the =h_glColor4f()= function inside\n[[https://github.com/8dcc/hl-cheat/blob/main/src/hooks.c][src/hooks.c]]. Since this cheat is not hard to compile, I rather have less\nconsole variables than more customization at runtime.\n#+end_quote\n\n#+begin_quote\n*Note:* Bullet tracer color, width and time can be changed at the bottom of the\n=bullet_tracers()= function inside [[https://github.com/8dcc/hl-cheat/blob/main/src/features/misc.c][src/features/misc.c]]. See previous chams note.\n#+end_quote\n\n* Building\n#+begin_src console\n$ git clone --recurse-submodules https://github.com/8dcc/hl-cheat\n$ cd hl-cheat\n$ make\n...\n#+end_src\n\nNote that you will need to clone with =--recurse-submodules= for the sdk. If you\nhave already cloned it, you can just:\n\n#+begin_src console\n$ cd hl-cheat\n$ git submodule update --init --recursive\n#+end_src\n\n* Injecting\nUses the [[https://www.gnu.org/savannah-checkouts/gnu/gdb/index.html][gdb]] debugger for injecting the library.\n\n#+begin_src console\n$ ./injector.sh\n[sudo] password for username:\n\n...\n\nhl-cheat loaded!\n#+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8dcc%2Fhl-cheat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F8dcc%2Fhl-cheat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8dcc%2Fhl-cheat/lists"}