nezu-cc / BakaWare4

Counter-Strike 2 cheat
MIT License
47 stars 6 forks source link
cheat counterstrike2 cs2 imgui internal perfect-injector source2

BakaWare4

Counter-Strike 2 cheat

Features

check TODO.md for a list of current and potential new features

THIS CHEAT IS STILL WIP, MORE TO COME SOON:tm:

Technical "rules"

for those that care

NOTE: the above only applies to release builds, anything is fair game
in debug builds since they are only designed to be loaded in -insecure NOTE2: Debug builds must be able to be unloaded/unhooked for rapid iteration.

Building

This project uses CMake to generate build files and Visual Studio 17 2022 to compile it.

When cloning the repository, make sure to clone it with the --recursive flag to also clone the vcpkg submodule.

Example

From the Developer PowerShell for VS 2022 while in the project directory run:

# list configure presets
cmake --list-presets
# configure the project using the "x64-windows" preset
# NOTE: this will also install the dependencies using vcpkg
cmake --preset=x64-windows-static
# list build presets
cmake --build --list-presets
# build the project using the "Release" preset
cmake --build --preset=Release

Or just open it in your favorite IDE (that supports CMake and CMakePresets) and build it from there.

Dependencies

Contributing

Fell free to improve it and make a pull request but there is no guarantee that I will like/agree with it and merge it.

License

This project is licensed under the MIT License - see the LICENSE file for details

Q&A