Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Roblox Scripts Collection for Delta Executor (Windows)

Optimized scripts for Delta Executor — Windows only (macOS/Linux coming soon).


📖 About

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.


✨ Features

  • 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.

🛠️ Supported Executors & Platforms

Executor Windows macOS Linux
Delta 🔄 🔄
Synapse X
Krnl ✅*
Fluxus ✅*

*via Wine/emulator. 🔄 = in development.


📦 Installing Delta Executor + scripts (Windows)

  1. Download.
  2. Extract the ZIP to any folder.
  3. Temporarily disable antivirus (false positives are common).
  4. Run DeltaExecutor.exe as administrator.
  5. Click Attach and select the Roblox process.
  6. Paste a script and hit Execute

🚀 How to Use a Script

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"))()