An open-source, Cross-Platform Windows + Linux C++ Roblox ImGui Macro with many features.
No, it's a macro, it doesn't communicate with Roblox memory in any way.
-
If it doesn't launch at all in Windows, go into properties and select "Unblock" on the file.
-
Downgrading from a version with more features to a version with fewer features can cause the program to crash on launch. It is not recommended to downgrade. If required, delete your RMCsettings.json file.
- Windows Installation: Run the executable "suspend" file.
- Linux Installation: Run the executable "suspend" file through Wine, and accept the Admin Confirmation. Works across nearly all distros.
(Zenity must be installed on Linux to launch, run
sudo apt-get install zenityor equivalent command)
https://discord.gg/roblox-glitching-community-998572881892094012
- Anti-AFK at all times (even if Roblox isn't shown)
- Customizable UI buttons (Drag to Swap Locations)
- Wall Helicopter High Jump
- Speedglitch
- Automatic Ledge Bouncing
- Automatic Laugh Clipping
- Dropless Item Desync Hitboxes
- Freeze Macro
- Unequip Speedglitch (Deprecated, Roblox patched)
- Wallhop/Mouse-Move Macro (Supports multiple instances natively in the GUI)
- Walless Lag High Jump (14 Studs)
- Press a Key for One Frame
- Wall-Walk
- Item-Clip
- Spam a Key/Button (Supports multiple instances natively in the GUI)
- Intelligent Bhop/Bunnyhop
Euro_Truck_Simulator_2_2024.09.21_-_19.38.52.19.DVR.mp4
This project uses free code signing provided by SignPath.io, with certificates issued by SignPath Foundation.
| Free code signing provided by SignPath.io, certificate by SignPath Foundation |
|---|
(To show printed messages)
- Windows: Open Command Prompt in the directory of suspend.exe, run
set DEBUG=1, and then run suspend.exe within Command Prompt. - Linux: Run using
DEBUG=1 wine suspend.exe.
- Run the .sln file in any Version of Visual Studio 2022 or newer and compile it.
- Open the project folder in Visual Studio Code and run the
Build Releasetask with MSBuild 2022 Tools for Desktop C++ installed.
- To compile the linux helper binary, there is a separate source code folder inside the Resource Files folder. Compile this with g++.
- Committer and Approver: Project Owner (Spencer) | Discord
- Linux Maintainer: quuut | Discord
This application makes client-side HTTP requests solely for version checking and updates. No user data is collected or transmitted to any servers.
- Freezing code framework based on craftwar/suspend
- ImGui GUI library ocornut/imgui
- WinDivert used for Lagswitching Capabilities basil00/WinDivert