✅ Last Tested: March 2026 – All scripts working.
Murderers VS. Sheriffs Duels is a cops and robbers game where staying on top comes down to reaction speed, good positioning, and knowing when to run. Getting caught or losing a chase against experienced players happens fast without the right tools. These scripts give you the edge with Auto Farm, Speed Hack, ESP, God Mode so every round goes the way you want it to.
Aimbot Silent Aim Pastebin
📜 Murderers VS. Sheriffs Duels Scripts (Aimbot, Silent Aim, Pastebin & More)
To run any of these scripts you will need a working Roblox executor. Check out the list at that link for free and paid options that work in 2026.
Murderers VS. Sheriffs Duels Script Aimbot, Kill All, Hitbox Extender, Walkspeed
Script 1 KEYLESSMurderers VS. Sheriffs Duels Script Aimbot, Kill All, Hitbox Extender, Walkspeed
Aimbot
loadstring(game:HttpGet("https://raw.githubusercontent.com/Deni210/murdersvssherrifsduels/main/rubyhub", true))()
Select all text above, copy it, then paste into your executor.
MVSD Silent Aim & Kill All Script:
Script 2 KEYLESSMVSD Silent Aim & Kill All Script:
Silent Aim
loadstring(game:HttpGet("https://raw.githubusercontent.com/MariyaFurmanova/Library/main/un_QuantumIXBYPASSBYBYFRON.COM", true))()
Select all text above, copy it, then paste into your executor.
MVSD Insta Kill & Walkspeed Script:
Script 3 KEYLESSMVSD Insta Kill & Walkspeed Script:
Aimbot Silent Aim
loadstring(game:HttpGet('https://raw.githubusercontent.com/InsurgenceHub/IncurgenceHub.github.io/main/InsurgentHubOfficial'))()
Select all text above, copy it, then paste into your executor.
MVSD Knife Aura Script:
Script 4 KEYLESSMVSD Knife Aura Script:
Aimbot Silent Aim
loadstring(game:HttpGet("https://raw.githubusercontent.com/BeanBotWare/FreakBob/refs/heads/main/FreakBob"))()
Select all text above, copy it, then paste into your executor.
MVSD Insta Win Duel & Kill All Script:
Script 5 KEYLESSMVSD Insta Win Duel & Kill All Script:
Aimbot Silent Aim
loadstring(game:HttpGet("https://raw.githubusercontent.com/alan11ago/Hub/refs/heads/main/ImpHub.lua"))()
Select all text above, copy it, then paste into your executor.
MVSD Hitbox & Silent Aim Script:
Script 6 KEYLESSMVSD Hitbox & Silent Aim Script:
Silent Aim
loadstring(game:HttpGet("https://raw.githubusercontent.com/AsteriskCodes/Ranxware-V2-Restored/main/source.lua"))()
Select all text above, copy it, then paste into your executor.
MVSD Lagswitch & Expanded Hitbox Script:
Script 7 KEYLESSMVSD Lagswitch & Expanded Hitbox Script:
Aimbot Silent Aim
loadstring(game:HttpGet("https://raw.githubusercontent.com/Dekos-lgbty/mvsd/main/msvd"))()
Select all text above, copy it, then paste into your executor.
MVSD Mobile Script:
Script 8 KEYLESSMVSD Mobile Script:
Aimbot Silent Aim
loadstring(game:HttpGet("https://raw.githubusercontent.com/SkibidiCen/MainMenu/main/Code"))()
Select all text above, copy it, then paste into your executor.
Murderers VS. Sheriffs Duels Script Pastebin2026 :
Script 9 KEYLESSMurderers VS. Sheriffs Duels Script Pastebin2026 :
Pastebin
loadstring(game:HttpGet("https://raw.githubusercontent.com/TheEmptynessProject/EmptynessProject/main/index.lua"))()
Select all text above, copy it, then paste into your executor.
Murderers VS. Sheriffs Duels Script 10:
Script 10 KEYLESSMurderers VS. Sheriffs Duels Script Pastebin2026 :
Pastebin
loadstring(game:HttpGet("https://pastejustit.com/raw/bri8ksaoi5"))();
Select all text above, copy it, then paste into your executor.
Murderers VS. Sheriffs Duels Script 11:
Script 11 KEYLESSMurderers VS. Sheriffs Duels Script Pastebin2026 :
Pastebin
loadstring(game:HttpGet("https://raw.githubusercontent.com/shaxypop788/shax-hub/main/hitbox"))()
Select all text above, copy it, then paste into your executor.
Murderers VS. Sheriffs Duels Script 12:
Script 12 KEYLESSMurderers VS. Sheriffs Duels Script Pastebin2026 :
Pastebin
--[[
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
local kavoUi = loadstring(game:HttpGet("#"))()
local window = kavoUi.CreateLib("Muderer Vs Sheriff","Ocean")
---Tabs
local Tab1 = window:NewTab("Main")
local Tab1Section = Tab1:NewSection("Main")
local Tab2 = window:NewTab("Credits")
local Tab2Section = Tab2:NewSection("Made By JN HH Gaming")
local Tab2Section = Tab2:NewSection("Subscribe To JN HH Gaming On Youtube")
---Buttons
Tab1Section:NewButton("Hitbox","Increase Range",function()
_G.HeadSize = 15
_G.Disabled = true
game:GetService('RunService').RenderStepped:connect(function()
if _G.Disabled then
for i,v in next, game:GetService('Players'):GetPlayers() do
if v.Name ~= game:GetService('Players').LocalPlayer.Name then
pcall(function()
v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
v.Character.HumanoidRootPart.Transparency = 0.7
v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really black")
v.Character.HumanoidRootPart.Material = "Neon"
v.Character.HumanoidRootPart.CanCollide = false
end)
end
end
end
end)
end)
Tab1Section:NewToggle("Infinite Jumps"," Infinite Jumps",function()
local InfiniteJumpEnabled = true
game:GetService("UserInputService").JumpRequest:connect(function()
if InfiniteJumpEnabled then
game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
end
end)
end)
Tab1Section:NewButton("Speed","Increase speed",function()
function isNumber(str)
if tonumber(str) ~= nil or str == 'inf' then
return true
end
end
local tspeed = 1
local hb = game:GetService("RunService").Heartbeat
local tpwalking = true
local player = game:GetService("Players")
local lplr = player.LocalPlayer
local chr = lplr.Character
local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
while tpwalking and hb:Wait() and chr and hum and hum.Parent do
if hum.MoveDirection.Magnitude > 0 then
if tspeed and isNumber(tspeed) then
chr:TranslateBy(hum.MoveDirection * tonumber(tspeed))
else
chr:TranslateBy(hum.MoveDirection)
end
end
end
end)
Tab1Section:NewButton("Esp","Esp",function()
local Settings = {
['Material'] = Enum.Material.Neon, -- Material
['Color'] = Color3.fromRGB(0,255,255), -- Color
['Transparency'] = 0.7 -- 0 to 1 Transparency
}
local ScreenGui = Instance.new('ScreenGui', game.CoreGui) -- Create screengui
ScreenGui.IgnoreGuiInset = true
local ViewportFrame = Instance.new('ViewportFrame', ScreenGui) -- Create viewport and define properties
ViewportFrame.CurrentCamera = workspace.CurrentCamera
ViewportFrame.Size = UDim2.new(1,0,1,0)
ViewportFrame.BackgroundTransparency = 1
ViewportFrame.ImageTransparency = Settings.Transparency
local Chasms = {} -- Array for storing parts
function generateChasm(player) -- functions that generates chasms for the player specififed
local Character = workspace:FindFirstChild(player.Name)
if Character then
for _,Part in pairs(Character:GetChildren()) do
if Part:IsA('Part') or Part:IsA('MeshPart') then
local Chasm = Part:Clone()
for _,Child in pairs(Chasm:GetChildren()) do
if Child:IsA('Decal') then
Child:Destroy()
end
end
Chasm.Parent = ViewportFrame
Chasm.Material = Settings.Material
Chasm.Color = Settings.Color
Chasm.Anchored = true
table.insert(Chasms, Chasm)
end
end
end
end
function clearChasms() -- remove all chasms
for _,Chasm in pairs(Chasms) do
Chasm:Destroy()
end
Chasms = {}
end
while game:GetService('RunService').RenderStepped:Wait() do -- loop this process
clearChasms()
for _,Player in pairs(game:GetService('Players'):GetPlayers()) do
if Player ~= game:GetService('Players').LocalPlayer then
generateChasm(Player)
end
end
end
end)
Select all text above, copy it, then paste into your executor.
Murderers VS. Sheriffs Duels Script 13:
Script 13 KEYLESSMurderers VS. Sheriffs Duels Script Pastebin2026 :
Pastebin
--[[
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
local ScreenGui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local MinimizeButton = Instance.new("TextButton")
local MVSDButton = Instance.new("TextButton")
local MVSD2Button = Instance.new("TextButton")
local UICorner = Instance.new("UICorner")
ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
Frame.Parent = ScreenGui
Frame.BackgroundColor3 = Color3.new(0, 0, 0)
Frame.Size = UDim2.new(0.5, 0, 0.5, 0)
Frame.Position = UDim2.new(0.25, 0, 0.25, 0)
Frame.Active = true
Frame.Draggable = true
UICorner.Parent = Frame
UICorner.CornerRadius = UDim.new(0, 20)
MinimizeButton.Parent = Frame
MinimizeButton.Text = "-"
MinimizeButton.Size = UDim2.new(0.1, 0, 0.1, 0)
MinimizeButton.Position = UDim2.new(0.9, 0, 0, 0)
MinimizeButton.MouseButton1Click:Connect(function()
Frame:Destroy()
end)
MVSDButton.Parent = Frame
MVSDButton.Text = "MVSD"
MVSDButton.Size = UDim2.new(0.3, 0, 0.1, 0)
MVSDButton.Position = UDim2.new(0.35, 0, 0.2, 0)
MVSDButton.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://pastejustit.com/raw/rptzsgldzg"))()
end)
MVSD2Button.Parent = Frame
MVSD2Button.Text = "MVSD 2 Oly Hitbox"
MVSD2Button.Size = UDim2.new(0.3, 0, 0.1, 0)
MVSD2Button.Position = UDim2.new(0.35, 0, 0.35, 0)
MVSD2Button.MouseButton1Click:Connect(function()
_G.HeadSize = 10
_G.Disabled = true
game:GetService('RunService').RenderStepped:connect(function()
if _G.Disabled then
for i,v in next, game:GetService('Players'):GetPlayers() do
if v.Name ~= game:GetService('Players').LocalPlayer.Name then
pcall(function()
v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
v.Character.HumanoidRootPart.Transparency = 0.7
v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
v.Character.HumanoidRootPart.Material = "Neon"
v.Character.HumanoidRootPart.CanCollide = false
end)
end
end
end
end)
end)
Select all text above, copy it, then paste into your executor.
🎮 How to Use the Murderers VS. Sheriffs Duels Script
2Launch Roblox and open Murderers VS. Sheriffs Duels.
3Open your executor, then click Inject or Attach.
4Copy any script above and paste it into the executor script box.
5Press Execute â the GUI will appear in-game.
6Toggle Auto Farm, Speed Hack, ESP and other features from the GUI menu.
7Always use an alt account to protect your main.
🎮 About The Murderers VS. Sheriffs Duels Script

Murderers VS. Sheriffs Duels is a cops and robbers game where the rounds are fast and the outcome usually comes down to who reacts faster and knows the map better. New players get caught or outrun constantly until they build up enough experience to compete.
These scripts close that gap fast with ESP and speed tools that let you see where everyone is and move quicker than players going in without any advantage. Most of the options in the list are keyless and load immediately.
Use an alt account to run these safely and keep your main protected. Check back here after updates since movement and detection mechanics can change between patches.
⚠️ Disclaimer: All scripts on this page are for educational purposes only. Using scripts in Roblox violates the Roblox Terms of Service and may result in your account being permanently banned or suspended without warning. RobloxDatabase.com is not responsible for any consequences from using these scripts. Always use an alt account â never your main.