README.md
August 18, 2022 ยท View on GitHub
Info
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.
Screenshot

Compiling
Prerequisites
- Microsoft Visual Studio (Preferably the latest version) with C++ installed.
- The BlackBone Static Library.
How to compile BlackBone and include it
Watch the video here.
Compiling from the source
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.
Does not open
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.
Backstory
I made this project for some friends to use, now open-source for you guys.