Back to Scripts

YARHM - MM2, FTF, Forsaken, CNA Sim, etc.
ScriptBlox
Verified
Universal
Free
Game: Universal Script 📌
2,598,553
Views
298
Likes
28
Dislikes

Imperial
offline
Features
FREE - OPENSOURCE - KEYLESS
YARHM
yet another random hub menu
SUPPORTS
Murder Mystery 2 — Flee The Facility — Forsaken
Join the discord for announcements!
(To avoid confusion, the discord link is only available in the menu.)
A new exploit hub, with an easy-to-use UI, mobile-friendly, and free.
Features:
- Modules
The different sub-menus in YARHM is called modules. They make creating exploits for other games super easy.
- Minimal detection
Official YARHM modules is often not detected, both game-wise and player-wise. So you won't get banned, while keeping your huge ego.
- Customizable
Because of YARHM's opensource nature, you can make your own YARHM module. It's as simple as making your own YARHM Module in a Lua file, host it somewhere (like GitHub) and add your custom module in YARHM.
Supported games:
- Flee the Facility, featuring ESP like PC, Players, Beast, etc.
- Murder Mystery 2, featuring ESP like Players (Murderer and Sheriff shown separately), and dropped gun showing you where a gun is dropped at. Also lets you automatically make a shot towards the murderer if you have the gun, and more.
- Forsaken, featuring ESP like Killer & Players, Generators, Items, and tools such as infinite stamina and instant generator puzzle solver.
And more to come!
YARHM is still very very new. Bugs are expected. If you know a bit of Luau, come and take a look over the repo! :)
https://github.com/Joystickplays/psychic-octo-invention
This script hosts and runs YARHM Online, which may log specific metadata like execution time. Data is used to improve our services.
Tags:
mm2 murder mystery 2 mmv flee the facility ftf forsaken cna cna sim cna simulator
Tags
Script Code
local src = ""
local CoreGui = game:GetService("StarterGui")
pcall(function()
src = game:HttpGet("https://yarhm.mhi.im/scr", 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.19/yarhm.lua", false)
end
loadstring(src)()
Comments (0)
Please login to comment
Login with Discord
Loading comments...