VAC-proof 32bit DLL injector written in C++, using memory mapping and thread hijacking techniques
Written using Microsoft Visual Studio 2019, work with older versions not guaranteed.
Download latest release and unpack to any desired location.
Open Shtreeba.sln in Microsoft Visual Studio 2019.
Make sure build configuration is set to Release | x86
and build the solution.
If everything went right you will find Shtreeba.exe
and Shtreeba.dll
files in Release folder.
Copy both files to some location and run Shtreeba.exe
to generate default config
Shtreeba.exe
and Shtreeba.dll
Shtreeba.ini
to set path and process nameShtreeba.exe
as AdministratorConfiguration file Shtreeba.ini will be automatically created after first run. Here is default sample config:
[Library]
DLL=Jweega.bin
ProcessName=csgo.exe
[UI]
Silent=0
CloseDelay=3000
Jweega.bin
at current work directorycsgo.exe
0
.Silent=0
)Copyright (c) 2019-2021 Maksym Dilai
This project is licensed under the LGPL-3.0 License - see the COPYING.LESSER file for details.