A simple RON cheat I made. Most injectors should work. I personally use Xenos, but other injectors may also work.
Important: Make sure you're running in DX11 and not in fullscreen. You can do this by going to the game's properties and setting your selected launch option to DirectX 11.
- Open the game
- Wait for the menu screen
- Inject
- Press insert to open or close the menu
Also, don't enable/disable cheats while loading, as it will most likely crash your game.
- Open/close the menu with the insert key
- Aimbot
- ESP
- Godmode
- Infinite ammo
- Arrest all civs or suspects
- Kill all civs or suspects
- Changing resolutions while the cheat is injected will crash your game
This project is licensed under the MIT License. See the LICENSE file for details.
This project is written in C++ and uses ImGui and DirectX11. It is intended for educational purposes.
- Visual Studio 2022
- Windows SDK (latest version)
- DirectX 11 libraries (usually included with the Windows SDK)
- ImGui
- Open
ReadyOrNot.slnin Visual Studio 2022. - Select
Releasebuild configuration. - Build the project.
- The output DLL will be in the
x64/Releasefolder.