Users online: 11

NO KEY

0 views

Murder Mystery 2 script: YAHRM Hub

Published byChapa
Script byYahrm
PublishedMay 12, 2026

Place Link

Description

  • ESP – Shows players, traps, and dropped gun locations through walls
  • Round utility – Hides your own ESP display and provides role-specific helper tools
  • Sheriff tools – Assists in targeting and eliminating the murderer
  • Murderer tools – Provides knife-related utilities (auto-throw, aim assist, etc.)
  • Control tools – Player interaction features and round helper options

Script Code

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