Skip to content

Commit

Permalink
Changes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
b1scoito authored Dec 29, 2021
1 parent 3549395 commit 82db312
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 82db312

Please sign in to comment.