Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Zordon1337/HL2ware.net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

HL2Ware.net - Half-Life 2 Cheat

HL2Ware.net is updated fork of rdbo/Half-Life-2-Multihack

Menu screenshot:

image

Functions

Inf HP
Inf Armor
Inf Aux Power
Inf Ammo
Auto BunnyHop
Onetap kills
TriggerBot
Break MaxSpeed
Instant Duck
No View Punch
Wireframe (Wallhack)
Console Logs

How to use

U will need: Visual Studio (2019 or 2022 recommended), DirectX SDK, Half-life 2(Optional but you must somehow test this), Injector(i recommend Process hacker for injecting)

1. Open .sln file
2. Add DX SDK to VC++ Directories
3. go to build settings and change Debug to Release, make sure that you are building to x86 platform not x64
4. Compile.
5. open Half-Life 2
6. Inject HL2ware.net-master\Release\HalfLife2_Multihack.dll to hl2.exe
7. Done! 

How to install DirectX sdk

Download and install https://www.microsoft.com/en-us/download/details.aspx?id=6812
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: <br/><i>%programfiles(x86)%\Microsoft DirectX SDK (June 2010)\Include\</i> or <i>%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: <br/><i>%programfiles(x86)%\Microsoft DirectX SDK (June 2010)\Lib\</i> or <i>%DXSDK_DIR%\Lib\
Done!

About

Updated version of Half-Life-2-Multihack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 55.4%
  • C 44.6%