Optimized scripts for Delta Executor — Windows only (macOS/Linux coming soon).
This repo contains 10+ scripts for popular Roblox games (AdoptMe, Rivals, War Tycoon, MM2, Blox Fruits, etc.). All scripts are tested with Delta Executor for stable performance on Windows 10/11.
- Optimized for Delta – fast and stable execution.
- Weekly updates – new scripts and fixes.
- Easy to use – copy-paste or load via URL.
- Open source – modify scripts as you like.
| Executor | Windows | macOS | Linux |
|---|---|---|---|
| Delta | ✅ | 🔄 | 🔄 |
| Synapse X | ✅ | ❌ | ❌ |
| Krnl | ✅ | ✅* | ❌ |
| Fluxus | ✅ | ✅* | ❌ |
*via Wine/emulator. 🔄 = in development.
- Download.
- Extract the ZIP to any folder.
- Temporarily disable antivirus (false positives are common).
- Run
DeltaExecutor.exeas administrator. - Click Attach and select the Roblox process.
- Paste a script and hit Execute
Most scripts can be loaded directly using the following pattern:
loadstring(game:HttpGet("https://raw.githubusercontent.com/YOUR_USERNAME/YOUR_REPO/main/scripts/SCRIPT_NAME.lua"))()