https://github.com/b1scoito/cozinha_loader
An injector focused on undetectability that automatically injects a DLL into the target process with VAC3 bypass.
https://github.com/b1scoito/cozinha_loader
csgo csgo-cheat csgo-loader dll dll-injection steam vac-bypass
Last synced: 5 months ago
JSON representation
An injector focused on undetectability that automatically injects a DLL into the target process with VAC3 bypass.
- Host: GitHub
- URL: https://github.com/b1scoito/cozinha_loader
- Owner: b1scoito
- License: gpl-3.0
- Created: 2021-03-01T07:17:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T20:58:47.000Z (almost 4 years ago)
- Last Synced: 2023-11-07T18:57:10.054Z (over 2 years ago)
- Topics: csgo, csgo-cheat, csgo-loader, dll, dll-injection, steam, vac-bypass
- Language: C++
- Homepage: https://github.com/b1scoito/cozinha_loader
- Size: 295 KB
- Stars: 125
- Watchers: 13
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Info
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_](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_.
## Screenshot

## Compiling
### Prerequisites
- Microsoft Visual Studio (Preferably the latest version) with C++ installed.
- The [BlackBone Static Library](https://github.com/DarthTon/Blackbone).
### How to compile BlackBone and include it
Watch the video [here](https://youtu.be/1SYER_5QYHk).
### 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 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.