bmbkr / trustedinjector

A LoadLibrary injector for CS:GO that automatically bypasses Trusted Mode by disabling various Win32 function hooks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMPORTANT: This injector is NOT VAC-Safe! You have been warned!

TrustedInjector

This is a LoadLibrary injector for Counter-Strike: Global Offensive.

Information

It automatically bypasses trusted mode by removing hooks on various Win32 functions.

I made this because KittenPopo's CSGhost doesn't support command line parameters, such a simple thing to implement but oh well...

Usage

To inject a DLL, bypassing trusted mode automatically.

Note: You can also invoke this behavior by dragging and dropping the DLL onto the executable.

PS C:\Example> .\TrustedInjector.exe  C:\Osiris.dll

Or to only disable trusted mode, without injecting a DLL.

PS C:\Example> .\TrustedInjector.exe  bypass

Compiling

I used Visual Studio 2022, so compile with that in x86 mode.

Credits

  • me (lol)

About

A LoadLibrary injector for CS:GO that automatically bypasses Trusted Mode by disabling various Win32 function hooks.


Languages

Language:C++ 100.0%