Converted["_UIGradient10"].Color = ColorSequence.new{
ColorSequenceKeypoint.new(0.6401384472846985, Color3.fromRGB(114.23875719308853, 114.23875719308853, 114.23875719308853)),
ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))
}
Converted["_UIGradient10"].Rotation = -107
Converted["_UIGradient10"].Parent = Converted["_UIStroke12"]
Converted["_OnSelect"].Name = "OnSelect"
Converted["_OnSelect"].Parent = Converted["_Dialog"]
Converted["_UIScale2"].Parent = Converted["_Dialog"]
Converted["_NotificationSample"].AnchorPoint = Vector2.new(0.5, 0.5)
Converted["_NotificationSample"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Converted["_NotificationSample"].BackgroundTransparency = 0.4000000059604645
Converted["_NotificationSample"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_NotificationSample"].BorderSizePixel = 0
Converted["_NotificationSample"].ClipsDescendants = true
Converted["_NotificationSample"].Position = UDim2.new(0.5, 0, 0.800000012, 0)
Converted["_NotificationSample"].Size = UDim2.new(0, 400, 0, 50)
Converted["_NotificationSample"].Visible = false
Converted["_NotificationSample"].ZIndex = 5
Converted["_NotificationSample"].Name = "NotificationSample"
Converted["_NotificationSample"].Parent = Converted["_YARHM"]
Converted["_UICorner24"].CornerRadius = UDim.new(0, 10)
Converted["_UICorner24"].Parent = Converted["_NotificationSample"]
Converted["_UIStroke13"].Color = Color3.fromRGB(255, 255, 255)
Converted["_UIStroke13"].Thickness = 1.600000023841858
Converted["_UIStroke13"].Parent = Converted["_NotificationSample"]
Converted["_UIGradient11"].Color = ColorSequence.new{
ColorSequenceKeypoint.new(0, Color3.fromRGB(46.000001057982445, 46.000001057982445, 46.000001057982445)),
ColorSequenceKeypoint.new(1, Color3.fromRGB(12.000000234693289, 12.000000234693289, 12.000000234693289))
}
Converted["_UIGradient11"].Parent = Converted["_NotificationSample"]
Converted["_ImageLabel2"].Image = "rbxassetid://11780939099"
Converted["_ImageLabel2"].ScaleType = Enum.ScaleType.Fit
Converted["_ImageLabel2"].AnchorPoint = Vector2.new(0.5, 0.5)
Converted["_ImageLabel2"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Converted["_ImageLabel2"].BackgroundTransparency = 1
Converted["_ImageLabel2"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_ImageLabel2"].BorderSizePixel = 0
Converted["_ImageLabel2"].Position = UDim2.new(0.100000001, 0, 0.5, 0)
Converted["_ImageLabel2"].Size = UDim2.new(0.0799999982, 0, 0.639999986, 0)
Converted["_ImageLabel2"].Parent = Converted["_NotificationSample"]
Converted["_TextLabel10"].Font = Enum.Font.Gotham
Converted["_TextLabel10"].TextColor3 = Color3.fromRGB(255, 255, 255)
Converted["_TextLabel10"].TextScaled = true
Converted["_TextLabel10"].TextSize = 14
Converted["_TextLabel10"].TextWrapped = true
Converted["_TextLabel10"].TextXAlignment = Enum.TextXAlignment.Left
Converted["_TextLabel10"].AnchorPoint = Vector2.new(0.5, 0.5)
Converted["_TextLabel10"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Converted["_TextLabel10"].BackgroundTransparency = 1
Converted["_TextLabel10"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_TextLabel10"].BorderSizePixel = 0
Converted["_TextLabel10"].Position = UDim2.new(0.5, 0, 0.5, 0)
Converted["_TextLabel10"].Size = UDim2.new(0.600000024, 0, 0.600000024, 0)
Converted["_TextLabel10"].Parent = Converted["_NotificationSample"]
Converted["_UITextSizeConstraint1"].MaxTextSize = 30
Converted["_UITextSizeConstraint1"].Parent = Converted["_TextLabel10"]
Converted["_Close1"].Image = "rbxassetid://10002373478"
Converted["_Close1"].ScaleType = Enum.ScaleType.Fit
Converted["_Close1"].Active = false
Converted["_Close1"].AnchorPoint = Vector2.new(0.5, 0.5)
Converted["_Close1"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Converted["_Close1"].BackgroundTransparency = 1
Converted["_Close1"].BorderColor3 = Color3.fromRGB(0, 0, 0)
Converted["_Close1"].BorderSizePixel = 0
Converted["_Close1"].Position = UDim2.new(0.899999976, 0, 0.5, 0)
Converted["_Close1"].Selectable = false
Converted["_Close1"].Size = UDim2.new(0.0799999982, 0, 0.639999986, 0)
Converted["_Close1"].Name = "Close"
Converted["_Close1"].Parent = Converted["_NotificationSample"]
Converted["_UICorner25"].Parent = Converted["_Close1"]
Converted["_UIStroke14"].Color = Color3.fromRGB(255, 255, 255)
Converted["_UIStroke14"].Parent = Converted["_Close1"]
-- Fake Module Scripts:
local fake_module_scripts = {}
do -- Fake Module: StarterGui.YARHM.FUNCTIONS
local script = Instance.new("ModuleScript")
script.Name = "FUNCTIONS"
script.Parent = Converted["_YARHM"]
local function module_script()
local FUNCTIONSmodule = {}
local ts = game:GetService("TweenService")
local States = {}
local toggleStates = {}
AREA = script.Parent.Menu.Area.Area
AREACONTAINER = script.Parent.Menu.Area
local floatingButtonInvisibility = {}
local floatingButtonDraggers = {}
local floatingButtonKeybinds = {}
local floatingButtonConnections = {}
local selected = Instance.new("ObjectValue")
selected.Parent = script.Parent
selected.Name = "Selected"
icons = {
info = "rbxassetid://11780939099",
x = "rbxassetid://10002373478",
cross = "rbxassetid://10002373478",
check = "rbxassetid://11604833061"
}
incomingNotif = false
function FUNCTIONSmodule.notification(s, color, icon)
incomingNotif = true
task.spawn(function()
local notif = script.Parent.NotificationSample:Clone()
notif.Parent = script.Parent
notif.Position = UDim2.fromScale(0.5, 1.2)
notif.Size = UDim2.fromOffset(100, 50)
notif.Visible = true
notif.Name = s
if color and typeof(icon) == "Color3" then
notif.UIStroke.Color = color
notif.ImageLabel.ImageColor3 = color
end
if icon then
if icons[icon] then notif.ImageLabel.Image = icons[icon] else
if tonumber(icon) then
notif.ImageLabel.Image = "rbxassetid://" .. tonumber(icon)
else
notif.ImageLabel.Image = icon
end
end
end
notif.TextLabel.MaxVisibleGraphemes = 0
notif.TextLabel.Text = s
notif:SetAttribute("close", false)
ts:Create(notif, TweenInfo.new(0.7, Enum.EasingStyle.Cubic, Enum.EasingDirection.Out), {
Position = UDim2.fromScale(0.5, 0.8)
}):Play()
ts:Create(notif, TweenInfo.new(0.7, Enum.EasingStyle.Cubic, Enum.EasingDirection.InOut), {
Size = UDim2.fromOffset(400, 50)
}):Play()
ts:Create(notif.TextLabel, TweenInfo.new(0.7, Enum.EasingStyle.Cubic, Enum.EasingDirection.InOut), {
MaxVisibleGraphemes = #s
}):Play()
notif.Close.MouseButton1Click:Connect(function()
notif:SetAttribute("close", true)
end)
task.wait()
incomingNotif = false
local lastclock = os.clock()
repeat task.wait() until os.clock()-lastclock > 5 or incomingNotif or notif:GetAttribute("close")
local finish = ts:Create(notif, TweenInfo.new(0.3, Enum.EasingStyle.Cubic, Enum.EasingDirection.Out), {
Position = UDim2.fromScale(0.5, 1.2)
})
finish:Play()
finish.Completed:Connect(function()
notif:Destroy()
end)
end)
end
function loader(module)
AREA:ClearAllChildren()
local listlayout = Instance.new("UIListLayout")
listlayout.Parent = AREA
listlayout.Padding = UDim.new(0, 10)
listlayout.FillDirection = Enum.FillDirection.Vertical
listlayout.SortOrder = Enum.SortOrder.LayoutOrder
listlayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
for _, item in ipairs(module) do
if item["Type"] == "Text" then
local text = Instance.new("TextLabel")
text.Parent = AREA
text.BackgroundTransparency = 1
text.Text = item["Args"][1]
text.TextScaled = true
text.TextColor3 = Color3.fromRGB(255,255,255)
text.Font = Enum.Font.GothamBold
text.Size = UDim2.new(1,0,0,20)
text.TextXAlignment = item["Args"][2] == "center" and Enum.TextXAlignment.Center or Enum.TextXAlignment.Left
text.RichText = true
elseif item["Type"] == "Button" then
local button = Instance.new("TextButton")
button.Parent = AREA
button.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
button.Text = item["Args"][1]
button.TextScaled = true
button.TextColor3 = Color3.fromRGB(255,255,255)
button.Font = Enum.Font.GothamBold
button.Size = UDim2.new(1,0,0,25)
local padding = Instance.new("UIPadding")
padding.Parent = button
padding.PaddingTop = UDim.new(0, 5)
padding.PaddingBottom = UDim.new(0, 5)
Instance.new("UICorner", button)
button.MouseButton1Click:Connect(function()
item["Args"][2](button)
end)
elseif item["Type"] == "Toggle" then
local clonetoggle = _G.YARHM.Toggle:Clone()
clonetoggle.Parent = AREA
clonetoggle.Visible = true
clonetoggle.TextLabel.Text = item["Args"][1]
local clonetoggletoggler = clonetoggle.Frame.Frame.Toggler
if toggleStates[item["Args"][1] .. module.Name] then
clonetoggletoggler.Position = UDim2.fromScale(0.7, 0.5)
clonetoggletoggler.ImageLabel.Image = "rbxassetid://5959696880"
end
clonetoggletoggler.MouseButton1Click:Connect(function()
if toggleStates[item["Args"][1] .. module.Name] then
toggleStates[item["Args"][1] .. module.Name] = false
ts:Create(clonetoggletoggler, TweenInfo.new(0.5, Enum.EasingStyle.Cubic, Enum.EasingDirection.Out), {
Position = UDim2.fromScale(0.3, 0.5)
}):Play()
clonetoggletoggler.ImageLabel.Image = "rbxassetid://10002373478"
else
toggleStates[item["Args"][1] .. module.Name] = true
ts:Create(clonetoggletoggler, TweenInfo.new(0.5, Enum.EasingStyle.Cubic, Enum.EasingDirection.Out), {
Position = UDim2.fromScale(0.7, 0.5)
}):Play()
clonetoggletoggler.ImageLabel.Image = "rbxassetid://5959696880"
end
item["Args"][2](clonetoggletoggler, toggleStates[item["Args"][1] .. module.Name])
end)
end
end
AREACONTAINER.Position = UDim2.fromScale(0.66, 0.506)
ts:Create(AREACONTAINER, TweenInfo.new(0.6, Enum.EasingStyle.Back, Enum.EasingDirection.Out), {
Position = UDim2.fromScale(0.66, 0.606)
}):Play()
end
function FUNCTIONSmodule.refreshlist()
for _, v in ipairs(script.Parent.Menu.List.ScrollingFrame:GetChildren()) do
if v:IsA("TextButton") then
v:Destroy()
end
end
for modulei, module in ipairs(_G.Modules) do
local success, err = pcall(function()
local listbutton = _G.YARHM.ListButton:Clone()
listbutton.Parent = script.Parent.Menu.List.ScrollingFrame
listbutton.Name = module.Name
listbutton.Text = module.Name
listbutton.Visible = true
listbutton.MouseButton1Click:Connect(function()
if selected.Value then
ts:Create(selected.Value, TweenInfo.new(0.5, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), {
BackgroundColor3 = Color3.fromRGB(49, 49, 49),
TextColor3 = Color3.fromRGB(255,255,255)
}):Play()
end
selected.Value = listbutton
ts:Create(selected.Value, TweenInfo.new(0.5, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), {
BackgroundColor3 = Color3.fromRGB(255,255,255),
TextColor3 = Color3.fromRGB(0,0,0)
}):Play()
loader(_G.Modules[modulei])
end)
end)
if not success then
warn("[YARHM] Error while requiring " .. module.Name .. "!")
warn(err)
end
end
end
function FUNCTIONSmodule.dialog(title, description, buttons)
local dialog = script.Parent.Dialog
dialog.DialogTitle.Text = title
dialog.DialogDesc.Text = description
for _,v in ipairs(dialog.Options:GetChildren()) do
if v:IsA("TextButton") and v.Name ~= "OptionPlaceholder" then v:Destroy() end
end
for _, button in buttons do
local newButton = dialog.Options.OptionPlaceholder:Clone()
newButton.Visible = true
newButton.Name = button
newButton.Text = button
newButton.Parent = dialog.Options
newButton.MouseButton1Click:Connect(function()
newButton.Parent.Parent.OnSelect:Fire(newButton.Name)
end)
end
ts:Create(dialog, TweenInfo.new(1.1, Enum.EasingStyle.Back, Enum.EasingDirection.Out),{
Size = UDim2.fromOffset(313, 147)
}):Play()
ts:Create(dialog.UIScale, TweenInfo.new(0.7, Enum.EasingStyle.Back, Enum.EasingDirection.Out),{
Scale = 1
}):Play()
end
function FUNCTIONSmodule.closedialog()
local dialog = script.Parent.Dialog
ts:Create(dialog, TweenInfo.new(1.1, Enum.EasingStyle.Cubic, Enum.EasingDirection.Out),{
Size = UDim2.fromOffset(0, 147)
}):Play()
ts:Create(dialog.UIScale, TweenInfo.new(0.7, Enum.EasingStyle.Back, Enum.EasingDirection.Out),{
Scale = 0
}):Play()
end
function FUNCTIONSmodule.waitfordialog()
return script.Parent.Dialog.OnSelect.Event:Wait()
end
_G.YARHMFUNCTIONS = FUNCTIONSmodule
return FUNCTIONSmodule
end
fake_module_scripts[script] = module_script
end
-- Fake Local Scripts:
local function HTLMNSH_fake_script() -- Fake Script: StarterGui.YARHM.Open.InitOpen
local script = Instance.new("LocalScript")
script.Name = "InitOpen"
script.Parent = Converted["_Open"]
local req = require
local require = function(obj)
local fake = fake_module_scripts[obj]
if fake then
return fake()
end
return req(obj)
end
local ts = game:GetService("TweenService")
local stroke = Instance.new("UIStroke")
stroke.Parent = script.Parent
stroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
stroke.Color = Color3.fromRGB(255,255,255)
script.Parent.Position = UDim2.fromScale(0.5, -1)
ts:Create(script.Parent, TweenInfo.new(1.5, Enum.EasingStyle.Elastic, Enum.EasingDirection.Out), {
Position = UDim2.fromScale(0.5, 0.063)
}):Play()
task.wait(5)
ts:Create(script.Parent, TweenInfo.new(5), {
TextTransparency = 1
}):Play()
end
local function OGDMGCZ_fake_script() -- Fake Script: StarterGui.YARHM.Open.OnClick
local script = Instance.new("LocalScript")
script.Name = "OnClick"
script.Parent = Converted["_Open"]
local req = require
local require = function(obj)
local fake = fake_module_scripts[obj]
if fake then
return fake()
end
return req(obj)
end
local ts = game:GetService("TweenService")
local clickCount = 0
local lastClickTime = tick()
script.Parent.MouseButton1Click:Connect(function()
local currentTime = tick()
script.Parent.TextTransparency = 1
ts:Create(script.Parent, TweenInfo.new(1),
{TextTransparency = 1}
):Play()
-- Check if the time since the last click is within a certain threshold
if currentTime - lastClickTime < 0.5 then
clickCount = clickCount + 1
else
clickCount = 1
end
lastClickTime = currentTime
if clickCount == 3 then
-- Triple-click detected
ts:Create(_G.YARHM.Menu, TweenInfo.new(0.7, Enum.EasingStyle.Back, Enum.EasingDirection.Out),
{Position = UDim2.fromScale(0.499, 0.041), Size = UDim2.fromOffset(441, 268)}
):Play()
end
end)
end
local function RVIFEE_fake_script() -- Fake Script: StarterGui.YARHM.Init
local script = Instance.new("LocalScript")
script.Name = "Init"
script.Parent = Converted["_YARHM"]
local req = require
local require = function(obj)
local fake = fake_module_scripts[obj]
if fake then
return fake()
end
return req(obj)
end
local ts = game:GetService("TweenService")
_G.YARHM = script.Parent
local COREGUI = game:GetService("CoreGui")
function randomString()
local length = math.random(10,20)
local array = {}
for i = 1, length do
array[i] = string.char(math.random(32, 126))
end
return table.concat(array)
end
local s, e = pcall(function()
if get_hidden_gui or gethui then
local hiddenUI = get_hidden_gui or gethui
script.Parent.Name = randomString()
script.Parent.Parent = hiddenUI()
print("[YARHM] - Using get_hidden_gui for anti-detection.")
elseif (not is_sirhurt_closure) and (syn and syn.protect_gui) then
script.Parent.Name = randomString()
syn.protect_gui(script.Parent)
script.Parent.Parent = COREGUI
print("[YARHM] - Using syn.protect_gui for anti-detection.")
elseif COREGUI:FindFirstChild('RobloxGui') then
script.Parent.Parent = COREGUI.RobloxGui
print("[YARHM] - Using RobloxGui for anti-detection.")
else
warn("[YARHM] - Using CoreGui as anti-detection. This is the most basic coverage and can still be detected.")
end
end)
print("[YARHM] - YARHM is now in " .. tostring(script.Parent:GetFullName()))
if not s then
warn("[YARHM] - Attempts at anti-detection failed. Using CoreGui as anti-detection.")
warn(e)
end
script.Parent.SafeAreaCompatibility = Enum.SafeAreaCompatibility.None
script.Parent.ScreenInsets = Enum.ScreenInsets.None
script.Parent.ResetOnSpawn = false
script.Parent.Menu.Position = UDim2.fromScale(-0.618, 0.968)
script.Parent.Dialog.Size = UDim2.fromOffset(0, 147)
script.Parent.Dialog.UIScale.Scale = 0
ts:Create(_G.YARHM.Menu, TweenInfo.new(0.7, Enum.EasingStyle.Back, Enum.EasingDirection.Out),
{Position = UDim2.fromScale(0.018, 0.968)}
):Play()
_G.Modules = {}
require(script.Parent.FUNCTIONS).notification("Welcome to YARHM v1.17!")
task.wait(.5) -- magic number to wait modules to load lmao
task.spawn(function()
require(script.Parent.FUNCTIONS).refreshlist()
for i = 1, 10 do
task.wait(.1)
require(script.Parent.FUNCTIONS).refreshlist()
end
end)
end
local function NHAQOW_fake_script() -- Fake Script: StarterGui.YARHM.Murder Mystery 2
local script = Instance.new("LocalScript")
script.Name = "Murder Mystery 2"
script.Parent = Converted["_YARHM"]
local req = require
local require = function(obj)
local fake = fake_module_scripts[obj]
if fake then
return fake()
end
return req(obj)
end
local module = {}
module["gameId"] = 0 -- 66654135 -- Restrict module to a certain game ID only. 0 allows all games.
local playerESP = false
local sheriffAimbot = false
local coinAutoCollect = false
local autoShooting = false
local shootOffset = 2.8
local gunDropESP
local autoGetDroppedGun = false
local simulateKnifeThrow = false
local localplayer = game:GetService("Players").LocalPlayer
local playerData = {}
local phs = game:GetService("PathfindingService")
local ts = game:GetService("TweenService")
local claimedCoins = {}
local fu = require(_G.YARHM.FUNCTIONS)
if not game.ReplicatedStorage:WaitForChild("Remotes", 10) then
fu.dialog("Not MM2", "Looks like this game isn't MM2. Do you want to load the module anyway?", {"Load", "No"})
if fu.waitfordialog() == "No" then
fu.closedialog()
fu.notification("MM2 will not be loaded until you rejoin.", Color3.fromRGB(255, 0, 0), "x")
return
end
fu.closedialog()
else
game.ReplicatedStorage:WaitForChild("Remotes"):WaitForChild("Gameplay"):WaitForChild("PlayerDataChanged", 5).OnClientEvent:Connect(function(data)
playerData = data
end)
end
local onTesting = game.GameId == 119460199
local function findMurderer()
for _, i in ipairs(game.Players:GetPlayers()) do
if i.Backpack:FindFirstChild("Knife") then
return i
end
end
for _, i in ipairs(game.Players:GetPlayers()) do
if not i.Character then continue end
if i.Character:FindFirstChild("Knife") then
return i
end
end
if playerData then
for player, data in playerData do
if data.Role == "Murderer" then
if game.Players:FindFirstChild(player) then
return game.Players:FindFirstChild(player)
end
end
end
end
return nil
end
local function findSheriff()
for _, i in ipairs(game.Players:GetPlayers()) do
if i.Backpack:FindFirstChild("Gun") then
return i
end
end
for _, i in ipairs(game.Players:GetPlayers()) do
if not i.Character then continue end
if i.Character:FindFirstChild("Gun") then
return i
end
end
if playerData then
for player, data in playerData do
if data.Role == "Sheriff" then
if game.Players:FindFirstChild(player) then
return game.Players:FindFirstChild(player)
end
end
end
end
return nil
end
local function getPredictedPosition(player, shootOffset)
local playerHRP = player:FindFirstChild("UpperTorso")
local playerHum = player:FindFirstChild("Humanoid")
if not playerHRP or not playerHum then
return Vector3.new(0,0,0), "Could not find the player's HumanoidRootPart."
end
local playerPosition = playerHRP.Position
local velocity = Vector3.new()
velocity = playerHRP.AssemblyLinearVelocity
local playerMoveDirection = playerHum.MoveDirection
local playerLookVec = playerHRP.CFrame.LookVector
local yVelFactor = velocity.Y > 0 and -1 or 0.5
local predictedPosition
predictedPosition = playerHRP.Position + ((velocity * Vector3.new(0, 0.5, 0))) * (shootOffset / 15) +playerMoveDirection * shootOffset
return predictedPosition
end
task.spawn(function()
while task.wait(1) do
if findSheriff() == localplayer and autoShooting then
repeat
task.wait(0.1)
local murderer = findMurderer()
if not murderer then
fu.notification("No murderer to shoot.")
continue
end
local murdererPosition = murderer.Character.HumanoidRootPart.Position
local characterRootPart = localplayer.Character.HumanoidRootPart
local rayDirection = murdererPosition - characterRootPart.Position
local raycastParams = RaycastParams.new()
raycastParams.FilterType = Enum.RaycastFilterType.Exclude
raycastParams.FilterDescendantsInstances = {localplayer.Character}
local hit = workspace:Raycast(characterRootPart.Position, rayDirection, raycastParams)
if not hit or hit.Instance.Parent == murderer.Character then -- Check if nothing collides or if it collides with the murderer
if not localplayer.Character:FindFirstChild("Gun") then
local hum = localplayer.Character:FindFirstChild("Humanoid")
if localplayer.Backpack:FindFirstChild("Gun") then
localplayer.Character:FindFirstChild("Humanoid"):EquipTool(localplayer.Backpack:FindFirstChild("Gun"))
else
fu.notification("You don't have the gun..?")
return
end
end
local murdererHRP = murderer.Character:FindFirstChild("HumanoidRootPart")
if not murdererHRP then
fu.notification("Could not find the murderer's HumanoidRootPart.")
return
end
local predictedPosition = getPredictedPosition(murderer, shootOffset)
local args = {
[1] = 1,
[2] = predictedPosition,
[3] = "AH2"
}
localplayer.Character.Gun.KnifeLocal.CreateBeam.RemoteFunction:InvokeServer(unpack(args))
end
until findSheriff() ~= localplayer or not autoShooting
end
end
end)
module["Name"] = "Murder Mystery 2"
table.insert(module,