https://github.com/rdbo/half-life-2-multihack
Multihack for Half-Life: 2 (singleplayer)
https://github.com/rdbo/half-life-2-multihack
Last synced: about 1 year ago
JSON representation
Multihack for Half-Life: 2 (singleplayer)
- Host: GitHub
- URL: https://github.com/rdbo/half-life-2-multihack
- Owner: rdbo
- License: agpl-3.0
- Created: 2020-02-11T17:16:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T18:02:25.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T01:15:15.578Z (about 1 year ago)
- Language: C++
- Size: 1.74 MB
- Stars: 8
- Watchers: 2
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Half-Life-2-Multihack
Multihack for Half-Life: 2 (singleplayer)


Features
Infinite Health
Infinite Armor
Infinite Aux Power
Infinite Ammo
Custom Crosshair
One-Hit Kills
Triggerbot
Break MaxSpeed
Instant Duck
No ViewPunch
Wireframe
Console Logs
Setting up the solution
- Download and install DirectX SDK
- Open the solution on Visual Studio and open the project Properties
- Go to VC++ Directories -> Include Directories. Click on 'Edit' and select the Include folder
located on your DirectX SDK installation path. It is generally this one:
%programfiles(x86)%\Microsoft DirectX SDK (June 2010)\Include\ or %DXSDK_DIR%\Include\
- Now go to VC++ Directories -> Library Directories. Click on 'Edit' and select the library folder
located on your DirectX SDK installation path. It is generally this one - choose x86 for 32bit and x64 for 64bit:
%programfiles(x86)%\Microsoft DirectX SDK (June 2010)\Lib\ or %DXSDK_DIR%\Lib\ - Done!