Based on the original ArabicaClient by noverd. Massive thanks for the foundational framework.
RobustoClient is a heavily modified, advanced open-source cheat client for Space Station 14. It features a completely rewritten architecture for critical systems, including a flawless mathematical AutoChem solver, precise combat prediction, and advanced entity detection.
This project is created strictly for educational purposes. The author is not responsible for how this client is used by others.
To run this, you need MarseyLoader or any other launcher that supports Marseyloader patches like SanabiLauncher.
- Install the latest version of MarseyLoader for your operating system.
- Go to the RobustoClient release page.
- Download the latest version of RobustoClient (
.dll). - Place the file in the
Marsey/Modsfolder in the MarseyLoader directory. - Launch MarseyLoader, go to the Plugins section, and activate RobustoClient.
- Enjoy!
If you want to build the client from source for development purposes:
- Clone the repository:
git clone --recurse-submodules -j4 [https://github.com/Gerkada/RobustoClient.git](https://github.com/Gerkada/RobustoClient.git)- Enter the directory:
cd RobustoClient- Build the project in Release mode:
dotnet build RobustoClient/RobustoClient.csproj -c Release- After building, your compiled version will be located at
RobustoClient/bin/Release/net10.0/RobustoClient.dll. Copy it to the MarseyLoader mods folder.
- Smart AutoChem System (NEW) – A flawless, state-machine-driven chemistry AI. Uses a Top-Down Float solver (Recursive LCM) and Yield-Skewed Verification to brew complex multi-stage recipes without overflowing beakers or wasting reagents.
- Smart AutoReload System (NEW) – A state-machine-driven weapon reload AI. Features automatic ammunition detection (magazines, loose shells, and boxes), support for two-handed wielding mechanics, and intelligent chamber monitoring to prevent unnecessary bolt racking.
- Upgraded Aimbot (Melee & Ranged) – Now features advanced relative velocity (
relVel) prediction and optimized O(1) weapon resolution viaSharedHandsSystemfor perfect tracking. - Advanced Syndicate Detector – Bypasses basic PVS restrictions. Analyzes
ContrabandComponent.Severityto identify actual threats while ignoring sponsor items or civilian contraband. - Friend-or-Foe System (Robusta Friend) – Aimbot recognizes friends and enemies, focusing only on opponents. Add your friends by username.
- ClickGui – A sleek user interface for toggling cheat functions, activated by F4.
- Anti-Slip – Protection from slipping on soap, water, and other surfaces.
- Auto-Spin & Auto-Zoom – Continuous spinning effect and optimal FOV/Zoom adjustments.
- Admin Menu – Access to advanced administrative settings and panels.
- Health Bars – Displays real-time health levels of other players.
- Chemical Solution Scanner – Instantly analyze chemical solutions inside any beaker or machine.
- Security Icons – Overlay icons for simplified interaction with security systems.
- Command Permissions Patch – Patch for working with local command privileges.
- FOV Toggler – Bindable key to quickly toggle Field of View.
I welcome any contributions to the client. If you have ideas for improvements, new features, or find a bug, please open a ticket in the Issues section on GitHub.
This project is licensed under the GPL-3.0 License.