A simple GUI CSGO injector with VAC bypass, capable of injecting a selected dll into CSGO game process
- Installed Microsoft Visual Studio 2019+
- Installed DirectX Software Development Kit
- BlackBone Static Library, build the project into
BlackBone.lib
(Release build) andBlackBone-d.lib
(Debug build) - Put both .lib files under
$(ProjectDir)\dependency\blackbone\Lib
- Click
Patch VAC3
, then steam will close then automatically open. - Put all .dll files in
dlls
folder(automatically created). - Select the dll to inject, make sure CSGO game is up and running, then click
inject
to start injection. - Other labels and controls should be straightforward enough to comprehend.
- https://github.com/b1scoito/cozinha_loader From which I stole some readily available mapping and patching functions.
- https://github.com/ocornut/imgui
- https://github.com/DarthTon/Blackbone
Use this injector at your own risk.