Murder vs sheriff
Murder vs sheriff
]]
loadstring(game:HttpGet(("https://raw.githubusercontent.com/REDzHUB/LibraryV2/
main/redzLib")))()
MakeWindow({
Hub = {
Title = "Murderers Vs Sherrife",
Animation = "Projeto LKA Scriptblox"
},
Key = {
KeySystem = false,
Title = "Key System",
Description = "",
KeyLink = "",
Keys = {"1234"},
Notifi = {
Notifications = true,
CorrectKey = "Running the Script...",
Incorrectkey = "The key is incorrect",
CopyKeyLink = "Copied to Clipboard"
}
}
})
AddTextBox(Main, {
Name = "Hitbox",
Default = "",
PlaceholderText = "Value",
ClearText = true,
Callback = function(value)
_G.HeadSize = value
_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
})
AddTextBox(Main, {
Name = "Walkspeed",
Default = "",
PlaceholderText = "Value",
ClearText = true,
Callback = function(value)
print(value)
getgenv().Walkspeed = value
pcall(function()
game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = value
end)
end
})
AddTextBox(Main, {
Name = "JumpPower",
Default = "",
PlaceholderText = "Value",
ClearText = true,
Callback = function(value)
getgenv().Jumppower = value
pcall(function()
game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = value
end)
end
})
AddButton(Main, {
Name = "Esp V2",
Callback = function()
local NotificationLibrary =
loadstring(game:HttpGet("https://raw.githubusercontent.com/lobox920/Notification-
Library/Main/Library.lua"))()
wait(0.1)
NotificationLibrary:SendNotification("Warning", "Red Color = No Team", 3)
wait(0.1)
NotificationLibrary:SendNotification("Warning", "Green Color = Team", 3)
wait(1)
local plr = game.Players.LocalPlayer
local camera = game.Workspace.CurrentCamera
for i, v in pairs(game.Players:GetChildren()) do
local Top = Drawing.new("Line")
Top.Visible = false
Top.From = Vector2.new(0, 0)
Top.To = Vector2.new(200, 200)
Top.Color = Color3.fromRGB(255, 0, 0)
Top.Thickness = 2
Top.Transparency = 1
function ESP()
local connection
connection = game:GetService("RunService").RenderStepped:Connect(function()
if v.Character ~= nil and
v.Character:FindFirstChild("HumanoidRootPart") ~= nil and v.Name ~= plr.Name and
v.Character.Humanoid.Health > 0 then
local ScreenPos, OnScreen =
camera:WorldToViewportPoint(v.Character.HumanoidRootPart.Position)
if OnScreen then
local Scale = v.Character.Head.Size.Y/2
local Size = Vector3.new(2, 3, 0) * (Scale * 2)
local humpos =
camera:WorldToViewportPoint(v.Character.HumanoidRootPart.Position)
local TL =
camera:WorldToViewportPoint((v.Character.HumanoidRootPart.CFrame *
CFrame.new(Size.X, Size.Y, 0)).p)
local TR =
camera:WorldToViewportPoint((v.Character.HumanoidRootPart.CFrame * CFrame.new(-
Size.X, Size.Y, 0)).p)
local BL =
camera:WorldToViewportPoint((v.Character.HumanoidRootPart.CFrame *
CFrame.new(Size.X, -Size.Y, 0)).p)
local BR =
camera:WorldToViewportPoint((v.Character.HumanoidRootPart.CFrame * CFrame.new(-
Size.X, -Size.Y, 0)).p)
Top.Visible = true
Left.Visible = true
Bottom.Visible = true
Right.Visible = true
else
Top.Visible = false
Left.Visible = false
Bottom.Visible = false
Right.Visible = false
end
else
Top.Visible = false
Left.Visible = false
Bottom.Visible = false
Right.Visible = false
if game.Players:FindFirstChild(v.Name) == nil then
connection:Disconnect()
end
end
end)
end
coroutine.wrap(ESP)()
end
function ESP()
local connection
connection = game:GetService("RunService").RenderStepped:Connect(function()
if newplr.Character ~= nil and
newplr.Character:FindFirstChild("HumanoidRootPart") ~= nil and newplr.Name ~=
plr.Name and newplr.Character.Humanoid.Health > 0 then
local ScreenPos, OnScreen =
camera:WorldToViewportPoint(newplr.Character.HumanoidRootPart.Position)
if OnScreen then
local Scale = newplr.Character.Head.Size.Y/2
local Size = Vector3.new(2, 3, 0) * (Scale * 2)
local humpos =
camera:WorldToViewportPoint(newplr.Character.HumanoidRootPart.Position)
local TL =
camera:WorldToViewportPoint((newplr.Character.HumanoidRootPart.CFrame *
CFrame.new(Size.X, Size.Y, 0)).p)
local TR =
camera:WorldToViewportPoint((newplr.Character.HumanoidRootPart.CFrame *
CFrame.new(-Size.X, Size.Y, 0)).p)
local BL =
camera:WorldToViewportPoint((newplr.Character.HumanoidRootPart.CFrame *
CFrame.new(Size.X, -Size.Y, 0)).p)
local BR =
camera:WorldToViewportPoint((newplr.Character.HumanoidRootPart.CFrame *
CFrame.new(-Size.X, -Size.Y, 0)).p)
Top.Visible = true
Left.Visible = true
Bottom.Visible = true
Right.Visible = true
else
Top.Visible = false
Left.Visible = false
Bottom.Visible = false
Right.Visible = false
end
else
Top.Visible = false
Left.Visible = false
Bottom.Visible = false
Right.Visible = false
if game.Players:FindFirstChild(newplr.Name) == nil then
connection:Disconnect()
end
end
end)
end
coroutine.wrap(ESP)()
end)
end
})
AddButton(Main, {
Name = "Aim (TeamCheck, WallCheck)",
Callback = function()
_G.config = {
Fov = 30,
MaxTransparency = 0.1,
Smoothness = 1,
TargetPart = "Head",
TeamCheck = true,
WallCheck = true,
MaxDistanceEnabled = false,
MaxDistance = 1500,
FovColor = Color3.fromRGB(65, 105, 225)
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/D0LLYNHO/AIMBOT-FOV/
main/MOBILE-BETA-0.2", true))()
end
})
AddButton(Main, {
Name = "Aim (No TeamCheck, WallCheck)",
Callback = function()
_G.config = {
Fov = 30,
MaxTransparency = 0.1,
Smoothness = 1,
TargetPart = "Head",
TeamCheck = false,
WallCheck = true,
MaxDistanceEnabled = false,
MaxDistance = 1500,
FovColor = Color3.fromRGB(65, 105, 225)
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/D0LLYNHO/AIMBOT-FOV/
main/MOBILE-BETA-0.2", true))()
end
})