Top 4 MM2 Scripts for Roblox – Auto Farm, ESP, Kill All & More (1)

If you’re a fan of Murder Mystery 2 and want to level up your gameplay, then these scripts are exactly what you need. Each one gives you cool features like ESP, teleporting, auto-kills, and more. Below are four amazing scripts, explained in a simple way, with easy-to-read tables and the code you need to use.

01. AtherHub – Script by Athergaming

Murder Mystery 2 script is packed with tons of features and works well with the Solara executor. It’s updated to version 1.5 and includes everything from auto farming to flying.

Features Table:

Feature Description
Auto Farm Coins Collects coins automatically
Player ESP Shows all players through walls
TP to Gun Teleports you to the dropped gun
Murderer Kill All Instantly kills all as the murderer
Sheriff Auto Aim Aims automatically as the sheriff
Player Speed / No Clip Move faster and walk through walls
Xray / Fly / Jump Boost See through maps and fly
Tween & TP Farm Smooth farming and teleport farming
Auto Reset / Fake Die Auto reset when needed and pretend to die

Script:

script_key = "Add key here to auto verify"
loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/2529a5f9dfddd5523ca4e22f21cceffa.lua"))()

02. Forge Hub – Script by Skuppy

Forge Hub gives you smooth farming tools, auto-shoot options, ESP, and useful UI settings. It’s great for players who want everything in one place.

Features Table:

Feature Description
Auto Farm + Stat Tracker Farm coins with real-time stats
Gun Tracker & Auto Pickup Finds and picks up dropped guns
Kill All / Auto Shoot Kill all or auto shoot murderer as sheriff
ESP for All Roles Shows murderer, sheriff, and innocents
UI Settings & Config Save Customize and save your script layout
Teleport Options Go to lobby, map, or voting area
FPS Booster Makes game run smoother

Script:

loadstring(game:HttpGet("https://raw.githubusercontent.com/Skzuppy/forge-hub/main/loader.lua"))()

03. MM2 Sheriff&er Script – Script by Florian

Murder Mystery 2 simple but useful script helps you find the murderer or sheriff instantly using ESP. It only shows two people but does its job well.

Script:

Feature Description
Murderer & Sheriff ESP Highlights murderer and sheriff only
Mobile Friendly Works on mobile devices

Script:

local function GetMurderer()
    local plrs = game:GetService("Players")
    for i,v in pairs(plrs:GetPlayers()) do
        if v.Character:FindFirstChild("Knife") or v.Backpack:FindFirstChild("Knife") then
            return v.Character
        end
    end
end
local function GetSheriff()
    local plrs = game:GetService("Players")
    for i,v in pairs(plrs:GetPlayers()) do
        if v.Character:FindFirstChild("Gun") or v.Backpack:FindFirstChild("Gun") then
            return v.Character
        end
    end
end

print(GetMurderer())
print(GetSheriff())

if GetSheriff() then
    local SheriffOutline = Instance.new("Highlight")
    SheriffOutline.FillColor = Color3.fromRGB(0,0,255)
    SheriffOutline.FillTransparency = .75
    SheriffOutline.OutlineColor = Color3.fromRGB(0,0,255)
    SheriffOutline.Parent = GetSheriff()
end

if GetMurderer() then
    local MurdererOutline = Instance.new("Highlight")
    MurdererOutline.FillColor = Color3.fromRGB(255,0,0)
    MurdererOutline.FillTransparency = .75
    MurdererOutline.OutlineColor = Color3.fromRGB(255,0,0)
    MurdererOutline.Parent = GetMurderer()
end

04. Xhub v5.1 Halloween Script – Script by Gazixabir

Murder Mystery 2 script is lightweight and comes with basic ESP and name tags. It’s perfect if you want a clean, simple setup.

Features Table:

Feature Description
ESP See players through walls
Name Tags Shows player names above heads
Tested Executors Works with Solara, Wave, Codex

Script:

loadstring(game:HttpGet("https://raw.githubusercontent.com/Au0yX/Community/main/XhubMM2"))()

How to Use the Script

  • Open your Roblox executor (like Synapse, Solara, etc.).
  • Copy any script code from above.
  • Paste it into the executor.
  • Join the Murder Mystery 2 game.
  • Click “Execute” or “Inject” in your executor.
  • Enjoy the new features!

What Are the Benefits of Using These Scripts?

Using these scripts gives you a big advantage in Murder Mystery 2. You can find the murderer or sheriff quickly using ESP, collect coins faster with auto farm, and teleport around the map with ease. Some scripts even let you auto kill or auto shoot, saving you time and helping you win more rounds. These tools also help if you’re new to the game and want to learn faster.

That’s it! These scripts are great for making your Murder Mystery 2 experience more fun and easy. Try them out and enjoy playing like a pro.