diff --git a/README.md b/README.md index 59e2685..aa7ac37 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,25 @@ ## Info -Automatically inject a DLL into the selected process with [_VAC3 bypass_](https://github.com/zyhp/vac3_inhibitor). +Automatically inject a [_DLL_](https://en.wikipedia.org/wiki/Dynamic-link_library) into the target process with the [_VAC3 bypass_](https://github.com/zyhp/vac3_inhibitor). -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. +This will only, most likely, work only with [_source engine_](https://en.wikipedia.org/wiki/Source_(game_engine)) games in [_Steam_](https://en.wikipedia.org/wiki/Steam_(service)) that use [_VAC3_](https://en.wikipedia.org/wiki/Valve_Anti-Cheat) as a protection measure and load `serverbrowser.dll` as a _process module_. -## Does not open +## Screenshot +![Screenshot 2021-12-29 155620](https://user-images.githubusercontent.com/17802984/147694699-226bb43d-7928-407a-91fd-af0930818a78.png) + +## Compiling +### Prerequisites +- Microsoft Visual Studio (Preferably the latest version) with C++ installed. +- The [BlackBone Static Library](https://github.com/DarthTon/Blackbone). + +### 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. - https://aka.ms/vs/16/release/vc_redist.x86.exe - https://aka.ms/vs/16/release/vc_redist.x64.exe -Any other error, please make an issue in the [issues section](https://github.com/b1scoito/cozinha_loader/issues). - -## Compiling -- Visual Studio 2019 > -- [BlackBone Static Library](https://github.com/DarthTon/Blackbone) - -## Screenshot -![image](https://user-images.githubusercontent.com/17802984/125178502-0d68b800-e1bc-11eb-86a4-7c76da1aa0a8.png) +Any other issue related to the loader, please create an issue in the [issues section](https://github.com/b1scoito/cozinha_loader/issues). ### Backstory I made this project for some friends to use, now open-source for you guys.