Game Script for Rust with GUI and safe mouse input. Compatible with the latest game update on Steam.
To get started, clone the repository and follow the build instructions:
git clone https://github.com/Asperitase/Ketamin.git
cd Ketaminmkdir build
cd build
cmake ..- Microsoft Visual Studio 2022 17.13 Preview 4 with flag /std:c++23preview
Open Ketamin.sln in Visual Studio 2022 17.13 Preview 4 with flag /std:c++23preview, set build configuration to Release | x64. Press Build solution.
- logitech-cve - Mouse movement interaction with Logitech devices.
- shadow_syscall - Intercepting system calls.
- imgui/docking - ImGui with docking support.