Automatically inject a DLL into the target process with the VAC3 bypass.
This will only, most likely, work only with source engine games in Steam that use VAC3 as a protection measure and load serverbrowser.dll
as a process module.
- Microsoft Visual Studio (Preferably the latest version) with C++ installed.
- The BlackBone Static Library.
Watch the video here.
Open the solution file cozinha_loader.sln
, add the BlackBone library path to the VC++ include directory, then select Release | x86
on the Build configuration and press Build solution.
If your error is msvcp140.dll
, Please install the following libraries, x86
is required. x64
is optional but recommended.
Any other issue related to the loader, please create an issue in the issues section.
I made this project for some friends to use, now open-source for you guys.