
YARHM Hub Universal Roblox Script for MM2, Flee The Facility & Forsaken
Keyless Description
You use it to steal the gun become murdered sherrif. Unlock a clean, opensource, and completely keyless exploit hub with YARHM (Yet Another Random Hub Menu) created by Imperial and Joystickplays. Designed with modularity and minimal detection in mind, YARHM delivers target-specific automation, interactive visuals, and quality-of-life utilities across major Roblox titles including Murder Mystery 2, Flee the Facility, and Forsaken. Features a sleek, mobile-friendly interface built for executors like Delta, Codex, and Wave.
Features
📁 Game-Specific Modules
- Murder Mystery 2 (MM2): Distinct Player ESP (Murderer vs. Sheriff visual tags), Dropped Gun tracker, Auto-Shoot Murderer targeting, and player indicators.
- Flee The Facility (FTF): Full objective ESP highlighting Computer PCs, Players, Pods, and the Beast location.
- Forsaken: Complete visual highlights for Killers, Survivors, Generators, and Items, plus Instant Generator Puzzle Solver and Infinite Stamina.
⚙️ Core Benefits & Customization
- Keyless & Open-Source: No ad-link shorteners or key verification steps; fully customizable Luau architecture for community developers.
- Minimal Detection Risk: Maintained modules are engineered to reduce both client-side and behavioral detection.
- Mobile & PC Optimized: Lightweight UI layout built to adapt seamlessly across touchscreens and desktop environments.
How to Use with Delta Executor
- Navigate Modules: Use the modular side menu to enable game-specific ESP overlays and automated combat features.
- Copy the Script: Grab the full source code from the container below.
- Attach Delta: Launch any supported game on Roblox (MM2, FTF, or Forsaken) and open your floating Delta Executor console interface.
- Execute the Script: Paste the Luau script directly into Delta’s code workspace terminal and click execute.
Features
Compatible Executors
Script
local src = ""
local CoreGui = game:GetService("StarterGui")
pcall(function()
src = game:HttpGet("https://yarhm.com", false)
end)
if src == "" then
CoreGui:SetCore("SendNotification", {
Title = "YARHM Outage";
Text = "YARHM Online is currently unavailable! Sorry for the inconvenience. Using YARHM Offline.";
Duration = 5;
})
src = game:HttpGet("https://raw.githubusercontent.com/Joystickplays/psychic-octo-invention/main/source/yarhm/1.21/yarhm.lua", false)
end
loadstring(src)()
No comments yet. Be the first!