Update README.org
This commit is contained in:
parent
1ccab9d518
commit
3fa74e6ab0
53
README.org
53
README.org
@ -24,27 +24,44 @@ Also make sure to check out [[https://github.com/deboogerxyz/ahc][deboogerxyz/ah
|
|||||||
|
|
||||||
* Features
|
* Features
|
||||||
|
|
||||||
| Feature | Command | Values |
|
| Feature | Description |
|
||||||
|------------|------------------------|-----------------------|
|
|-------------|-----------------------------------|
|
||||||
| Bhop | =dz_movement_bhop= | off/on |
|
| Bhop | Automatically jump when landing |
|
||||||
| Autostrafe | =dz_movement_autostrafe= | off/rage/legit |
|
| Autostrafe | Automatic strafing movement |
|
||||||
| Aimbot | =dz_aim_aimbot= | off/fov |
|
| Aimbot | Aim assistance with FOV control |
|
||||||
| Autoshoot | =dz_aim_autoshoot= | off/on |
|
| Autoshoot | Automatically shoot at enemies |
|
||||||
| ESP | =dz_visuals_esp= | off/3d-box/name/all |
|
| ESP | See enemies through walls |
|
||||||
| Chams | =dz_visuals_chams= | off/players/hands/all |
|
| Chams | Colored player models |
|
||||||
| Crosshair | =dz_visuals_crosshair= | off/length |
|
| Crosshair | Custom crosshair |
|
||||||
| Tracers | =dz_visuals_tracers= | off/on |
|
| Tracers | Show bullet paths |
|
||||||
| Namechanger| =dz_misc_namechanger= | off/team/enemy/all |
|
| Namechanger | Automatically change player name |
|
||||||
|
| ThirdPerson | Third-person camera view |
|
||||||
|
|
||||||
|
#+begin_quote
|
||||||
|
*Note:* All features can now be controlled via the ImGui menu (press INSERT to open).
|
||||||
|
#+end_quote
|
||||||
|
|
||||||
|
* GUI Menu
|
||||||
|
|
||||||
|
The cheat includes a full graphical user interface that can be opened by pressing the *INSERT* key. The menu includes several tabs:
|
||||||
|
|
||||||
|
- *Aimbot:* Configure aimbot settings including FOV, smoothing, and autoshoot
|
||||||
|
- *Visuals:* ESP, chams, crosshair and other visual enhancements
|
||||||
|
- *Misc:* Various utilities including name changer
|
||||||
|
- *Movement:* Bunny hop and auto-strafe settings
|
||||||
|
- *ThirdPerson:* Configure third-person camera view and key binding
|
||||||
|
- *Config:* Save and load configurations, set default settings
|
||||||
|
|
||||||
|
Key features of the menu:
|
||||||
|
- Press INSERT to toggle the menu on/off
|
||||||
|
- Settings are automatically saved to =~/.config/dz-goldsrccheat/=
|
||||||
|
- Default settings can be saved and will automatically load on startup
|
||||||
|
- Bind custom keys for features like third-person toggle
|
||||||
|
|
||||||
#+begin_quote
|
#+begin_quote
|
||||||
*Note:* Aimbot FOV goes from 0 (off) to 180 (all enemies)
|
*Note:* Aimbot FOV goes from 0 (off) to 180 (all enemies)
|
||||||
#+end_quote
|
#+end_quote
|
||||||
|
|
||||||
#+begin_quote
|
|
||||||
*Note:* If =dz_autoshoot= is enabled, and =dz_aimbot= is enabled, it will stop
|
|
||||||
attacking if there is no visible target.
|
|
||||||
#+end_quote
|
|
||||||
|
|
||||||
#+begin_quote
|
#+begin_quote
|
||||||
*Note:* Chams color can be changed from the =h_glColor4f()= function inside
|
*Note:* Chams color can be changed from the =h_glColor4f()= function inside
|
||||||
[[https://git.deadzone.lol/Wizzard/goldsrc-cheat/src/branch/main/src/hooks.c][src/hooks.c]]. Since this cheat is not hard to compile, I rather have less
|
[[https://git.deadzone.lol/Wizzard/goldsrc-cheat/src/branch/main/src/hooks.c][src/hooks.c]]. Since this cheat is not hard to compile, I rather have less
|
||||||
@ -56,10 +73,6 @@ console variables than more customization at runtime.
|
|||||||
=bullet_tracers()= function inside [[https://git.deadzone.lol/Wizzard/goldsrc-cheat/src/branch/main/src/features/misc.c][src/features/misc.c]]. See previous chams note.
|
=bullet_tracers()= function inside [[https://git.deadzone.lol/Wizzard/goldsrc-cheat/src/branch/main/src/features/misc.c][src/features/misc.c]]. See previous chams note.
|
||||||
#+end_quote
|
#+end_quote
|
||||||
|
|
||||||
#+begin_quote
|
|
||||||
*Note:* You can disable the watermark with dz_watermark 0
|
|
||||||
#+end_quote
|
|
||||||
|
|
||||||
* Building
|
* Building
|
||||||
#+begin_src console
|
#+begin_src console
|
||||||
$ git clone --recurse-submodules https://git.deadzone.lol/Wizzard/goldsrc-cheat
|
$ git clone --recurse-submodules https://git.deadzone.lol/Wizzard/goldsrc-cheat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user