Street Life Scripts
Street Life Scripts
1.
--Properties:
KillGui.Name = "KillGui"
KillGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
KillGui.ResetOnSpawn = false
Opener.Name = "Opener"
Opener.Parent = KillGui
Opener.BackgroundColor3 = Color3.fromRGB(80, 255, 116)
Opener.BackgroundTransparency = 1.000
Opener.BorderSizePixel = 0
Opener.Position = UDim2.new(0.890184641, 0, 0.665688097, 0)
Opener.Size = UDim2.new(0, 113, 0, 50)
Opener.ZIndex = 2
Opener.Font = Enum.Font.SourceSans
Opener.Text = "Open"
Opener.TextColor3 = Color3.fromRGB(255, 255, 255)
Opener.TextScaled = true
Opener.TextSize = 14.000
Opener.TextWrapped = true
UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00,
Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(0.23, Color3.fromRGB(238, 0,
255)), ColorSequenceKeypoint.new(0.48, Color3.fromRGB(0, 0, 255)),
ColorSequenceKeypoint.new(0.63, Color3.fromRGB(32, 244, 255)),
ColorSequenceKeypoint.new(0.78, Color3.fromRGB(4, 255, 0)),
ColorSequenceKeypoint.new(0.89, Color3.fromRGB(255, 255, 0)),
ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 0, 0))}
UIGradient.Parent = Opener
Frame.Name = "Frame"
Frame.Parent = KillGui
Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Frame.BackgroundTransparency = 1.000
Frame.Position = UDim2.new(0.753321111, 0, 0.741761386, 0)
Frame.Size = UDim2.new(0, 253, 0, 170)
Frame.Visible = false
Frame.Image = "rbxassetid://2851926732"
Frame.ImageColor3 = Color3.fromRGB(72, 255, 96)
Frame.ScaleType = Enum.ScaleType.Slice
Frame.SliceCenter = Rect.new(12, 12, 12, 12)
Player.Name = "Player"
Player.Parent = Frame
Player.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Player.BackgroundTransparency = 0.750
Player.BorderSizePixel = 0
Player.Position = UDim2.new(0.0967741907, 0, 0.152100846, 0)
Player.Size = UDim2.new(0, 200, 0, 50)
Player.ZIndex = 2
Player.Font = Enum.Font.FredokaOne
Player.PlaceholderText = "Player To Kill"
Player.Text = ""
Player.TextColor3 = Color3.fromRGB(255, 255, 255)
Player.TextScaled = true
Player.TextSize = 14.000
Player.TextWrapped = true
UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00,
Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(0.23, Color3.fromRGB(238, 0,
255)), ColorSequenceKeypoint.new(0.48, Color3.fromRGB(0, 0, 255)),
ColorSequenceKeypoint.new(0.63, Color3.fromRGB(32, 244, 255)),
ColorSequenceKeypoint.new(0.78, Color3.fromRGB(4, 255, 0)),
ColorSequenceKeypoint.new(0.89, Color3.fromRGB(255, 255, 0)),
ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 0, 0))}
UIGradient_2.Parent = Player
Kill.Name = "Kill"
Kill.Parent = Frame
Kill.BackgroundColor3 = Color3.fromRGB(141, 255, 142)
Kill.BackgroundTransparency = 1.000
Kill.BorderSizePixel = 0
Kill.Position = UDim2.new(0, 0, 0.700840294, 0)
Kill.Size = UDim2.new(0, 73, 0, 50)
Kill.ZIndex = 2
Kill.Font = Enum.Font.SourceSans
Kill.Text = "Kill"
Kill.TextColor3 = Color3.fromRGB(255, 255, 255)
Kill.TextScaled = true
Kill.TextSize = 14.000
Kill.TextWrapped = true
Cancel.Name = "Cancel"
Cancel.Parent = Frame
Cancel.BackgroundColor3 = Color3.fromRGB(141, 255, 142)
Cancel.BackgroundTransparency = 1.000
Cancel.BorderSizePixel = 0
Cancel.Position = UDim2.new(0.705645204, 0, 0.700840294, 0)
Cancel.Size = UDim2.new(0, 73, 0, 50)
Cancel.ZIndex = 2
Cancel.Font = Enum.Font.SourceSans
Cancel.Text = "Cancel"
Cancel.TextColor3 = Color3.fromRGB(255, 255, 255)
Cancel.TextScaled = true
Cancel.TextSize = 14.000
Cancel.TextWrapped = true
LKill.Name = "LKill"
LKill.Parent = Frame
LKill.BackgroundColor3 = Color3.fromRGB(141, 255, 142)
LKill.BackgroundTransparency = 1.000
LKill.BorderSizePixel = 0
LKill.Position = UDim2.new(0.342741907, 0, 0.700840294, 0)
LKill.Size = UDim2.new(0, 73, 0, 50)
LKill.ZIndex = 2
LKill.Font = Enum.Font.SourceSans
LKill.Text = "Loopkill"
LKill.TextColor3 = Color3.fromRGB(255, 255, 255)
LKill.TextScaled = true
LKill.TextSize = 14.000
LKill.TextWrapped = true
UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00,
Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(0.23, Color3.fromRGB(238, 0,
255)), ColorSequenceKeypoint.new(0.48, Color3.fromRGB(0, 0, 255)),
ColorSequenceKeypoint.new(0.63, Color3.fromRGB(32, 244, 255)),
ColorSequenceKeypoint.new(0.78, Color3.fromRGB(4, 255, 0)),
ColorSequenceKeypoint.new(0.89, Color3.fromRGB(255, 255, 0)),
ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 0, 0))}
UIGradient_3.Parent = Frame
-- Scripts:
script.Parent.Opener.MouseButton1Click:Connect(function()
script.Parent.Frame.Visible = true
end)
script.Parent.Frame.Cancel.MouseButton1Click:Connect(function()
script.Parent.Frame.Visible = false
end)
script.Parent.Frame.Kill.MouseButton1Click:Connect(function()
game.Players:FindFirstChild(script.Parent.Frame.Player.Text).Character.Humanoid.Hea
lth = 0
script.Parent.Frame.Visible = false
end)
script.Parent.Frame.LKill.MouseButton1Click:Connect(function()
while true do
game.Players:WaitForChild(script.Parent.Frame.Player.Text).Character.Humanoid.Healt
h = 0
wait(1)
end
script.Parent.Frame.Visible = false
end)
end
coroutine.wrap(HJEL_fake_script)()
2.
loadstring(game:HttpGet("https://raw.githubusercontent.com/ttwizz/Open-Aimbot/
master/source.lua", true))()
3.
Frame.Parent = gui
Frame.Name = "Anti-griffers frame"
Frame.Size = UDim2.new(0, 217, 0, 167)
Frame.Position = UDim2.new(0.781, 0, 0.732, 0)
Frame.BackgroundColor3 = Color3.new(255, 228, 179)
Frame.BorderSizePixel = 3
Frame.Active = true
Frame.Selectable = true
Frame.Draggable = true
namelab.Parent = Frame
namelab.Name = "Tittle"
namelab.Size = UDim2.new(0, 217, 0, 37)
namelab.BorderSizePixel = 3
namelab.BackgroundColor3 = Color3.new(255, 168, 105)
namelab.Text = "Anti-griffers gui"
namelab.Font = "Cartoon"
namelab.TextScaled = true
madeby.Parent = Frame
madeby.Name = "Autor"
madeby.Size = UDim2.new(0, 200, 0, 19)
madeby.Position = UDim2.new(0.037, 0, 0.269, 0)
madeby.BackgroundColor3 = Color3.new(255, 131, 69)
madeby.BorderSizePixel = 2
madeby.Text = "By Seonix"
madeby.Font = "ArialBold"
madeby.TextSize = 14
nkick.Parent = Frame
nkick.Name = "KickName"
nkick.Size = UDim2.new(0, 143, 0, 37)
nkick.Position = UDim2.new(0.051, 0, 0.437, 0)
nkick.BorderSizePixel = 3
nkick.BackgroundColor3 = Color3.new(255, 191, 0)
nkick.Text = "Nickname"
nkick.Font = "Cartoon"
nkick.TextSize = 27
nfreeze.Parent = Frame
nfreeze.Name = "FreezeName"
nfreeze.Size = UDim2.new(0, 143, 0, 37)
nfreeze.Position = UDim2.new(0.051, 0, 0.707, 0)
nfreeze.BorderSizePixel = 3
nfreeze.BackgroundColor3 = Color3.new(255, 191, 0)
nfreeze.Text = "Nickname"
nfreeze.Font = "Cartoon"
nfreeze.TextSize = 27
kick.Parent = Frame
kick.Name = "Kick"
kick.Size = UDim2.new(0, 46, 0, 37)
kick.Position = UDim2.new(0.747, 0, 0.437, 0)
kick.BorderSizePixel = 3
kick.BackgroundColor3 = Color3.new(255, 119, 0)
kick.Text = "Kick"
kick.Font = "Cartoon"
kick.TextSize = 20
freeze.Parent = Frame
freeze.Name = "Freeze"
freeze.Size = UDim2.new(0, 46, 0, 37)
freeze.Position = UDim2.new(0.747, 0, 0.707, 0)
freeze.BorderSizePixel = 3
freeze.BackgroundColor3 = Color3.new(255, 119, 0)
freeze.Text = "Freeze"
freeze.Font = "Cartoon"
freeze.TextSize = 14
--Functions:
local namek = nkick.Text
local namef = nfreeze.Text
kick.MouseButton1Click:Connect(function()
local ooooooof = nkick.Text
local plr1 = game.Players.LocalPlayer.Character
local plr2 = game.Players:FindFirstChild(ooooooof)
local plr22 = game.Workspace:FindFirstChild(ooooooof)
plr22:Remove()
plr2:Remove()
end)
freeze.MouseButton1Click:Connect(function()
local ooooooof = nfreeze.Text
local plr1 = game.Players.LocalPlayer.Character
local plr2 = game.Workspace:FindFirstChild(ooooooof)
plr2.HumanoidRootPart.Anchored = true
end)
4.
local ToggleGuis = true
Toggle.Name = "Toggle"
Toggle.Parent = BuildToSurviveGUI
Toggle.BackgroundColor3 = Color3.new(0, 0, 0)
Toggle.BorderColor3 = Color3.new(0, 0, 0)
Toggle.BorderSizePixel = 0
Toggle.Position = UDim2.new(0, 0, 0.634069383, 0)
Toggle.Size = UDim2.new(0, 126, 0, 24)
Toggle.Font = Enum.Font.Garamond
Toggle.Text = "Build To Survive GUI"
Toggle.TextColor3 = Color3.new(0, 1, 1)
Toggle.TextScaled = true
Toggle.TextSize = 14
Toggle.TextWrapped = true
Menu.Name = "Menu"
Menu.Parent = Toggle
Menu.Active = true
Menu.BackgroundColor3 = Color3.new(0, 0, 0)
Menu.BackgroundTransparency = 0.5
Menu.BorderColor3 = Color3.new(0, 1, 1)
Menu.BorderSizePixel = 2
Menu.Draggable = true
Menu.Position =
UDim2.new(
0,
game.Players.LocalPlayer:GetMouse().ViewSizeX / 2.5,
0,
-game.Players.LocalPlayer:GetMouse().ViewSizeY / 2
)
Menu.Size = UDim2.new(0, 500, 0, 28)
Menu.Visible = true
GameX.Name = "Game"
GameX.Parent = Menu
GameX.BackgroundColor3 = Color3.new(0, 0, 0)
GameX.BorderColor3 = Color3.new(0, 0, 0)
GameX.BorderSizePixel = 0
GameX.Size = UDim2.new(0, 100, 0, 28)
GameX.Font = Enum.Font.Garamond
GameX.Text = "Game | +"
GameX.TextColor3 = Color3.new(0, 1, 1)
GameX.TextScaled = true
GameX.TextSize = 14
GameX.TextWrapped = true
Players.Name = "Players"
Players.Parent = Menu
Players.BackgroundColor3 = Color3.new(0, 0, 0)
Players.BorderColor3 = Color3.new(0, 0, 0)
Players.BorderSizePixel = 0
Players.Position = UDim2.new(0.26699999, 0, 0, 0)
Players.Size = UDim2.new(0, 100, 0, 28)
Players.Font = Enum.Font.Garamond
Players.Text = "Players | +"
Players.TextColor3 = Color3.new(0, 1, 1)
Players.TextScaled = true
Players.TextSize = 14
Players.TextWrapped = true
Tools.Name = "Tools"
Tools.Parent = Menu
Tools.BackgroundColor3 = Color3.new(0, 0, 0)
Tools.BorderColor3 = Color3.new(0, 0, 0)
Tools.BorderSizePixel = 0
Tools.Position = UDim2.new(0.532999992, 0, 0, 0)
Tools.Size = UDim2.new(0, 100, 0, 28)
Tools.Font = Enum.Font.Garamond
Tools.Text = "Tools | +"
Tools.TextColor3 = Color3.new(0, 1, 1)
Tools.TextScaled = true
Tools.TextSize = 14
Tools.TextWrapped = true
if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6
then
Fun.Name = "Fun"
Fun.Parent = Menu
Fun.BackgroundColor3 = Color3.new(0, 0, 0)
Fun.BorderColor3 = Color3.new(0, 0, 0)
Fun.BorderSizePixel = 0
Fun.Position = UDim2.new(0.800000012, 0, 0, 0)
Fun.Size = UDim2.new(0, 100, 0, 28)
Fun.Font = Enum.Font.Garamond
Fun.Text = "Fun | +"
Fun.TextColor3 = Color3.new(0, 1, 1)
Fun.TextScaled = true
Fun.TextSize = 14
Fun.TextWrapped = true
end
PlayersFrame.Name = "PlayersFrame"
PlayersFrame.Parent = Menu
PlayersFrame.BackgroundColor3 = Color3.new(0, 0, 0)
PlayersFrame.BorderColor3 = Color3.new(0, 1, 1)
PlayersFrame.BorderSizePixel = 0
PlayersFrame.Position = UDim2.new(0.267246945, 0, 0.995716333, 0)
PlayersFrame.Size = UDim2.new(0, 100, 0, 223)
PlayersFrame.Visible = false
Kill.Name = "Kill"
Kill.Parent = PlayersFrame
Kill.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
Kill.BorderColor3 = Color3.new(0, 0, 0)
Kill.BorderSizePixel = 0
Kill.Size = UDim2.new(0, 100, 0, 25)
Kill.Font = Enum.Font.Garamond
Kill.Text = "Kill"
Kill.TextColor3 = Color3.new(0, 0, 0)
Kill.TextScaled = true
Kill.TextSize = 14
Kill.TextWrapped = true
Kick.Name = "Kick"
Kick.Parent = PlayersFrame
Kick.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
Kick.BorderColor3 = Color3.new(0, 0, 0)
Kick.BorderSizePixel = 0
Kick.Position = UDim2.new(0, 0, 0.174887896, 0)
Kick.Size = UDim2.new(0, 100, 0, 25)
Kick.Font = Enum.Font.Garamond
Kick.Text = "Kick"
Kick.TextColor3 = Color3.new(0, 0, 0)
Kick.TextScaled = true
Kick.TextSize = 14
Kick.TextWrapped = true
Punish.Name = "Punish"
Punish.Parent = PlayersFrame
Punish.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
Punish.BorderColor3 = Color3.new(0, 0, 0)
Punish.BorderSizePixel = 0
Punish.Position = UDim2.new(0, 0, 0.356031367, 0)
Punish.Size = UDim2.new(0, 100, 0, 25)
Punish.Font = Enum.Font.Garamond
Punish.Text = "Punish"
Punish.TextColor3 = Color3.new(0, 0, 0)
Punish.TextScaled = true
Punish.TextSize = 14
Punish.TextWrapped = true
Ragdoll.Name = "Ragdoll"
Ragdoll.Parent = PlayersFrame
Ragdoll.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
Ragdoll.BorderColor3 = Color3.new(0, 0, 0)
Ragdoll.BorderSizePixel = 0
Ragdoll.Position = UDim2.new(0, 0, 0.533632338, 0)
Ragdoll.Size = UDim2.new(0, 100, 0, 25)
Ragdoll.Font = Enum.Font.Garamond
Ragdoll.Text = "Ragdoll"
Ragdoll.TextColor3 = Color3.new(0, 0, 0)
Ragdoll.TextScaled = true
Ragdoll.TextSize = 14
Ragdoll.TextWrapped = true
Victim.Parent = PlayersFrame
Victim.BackgroundColor3 = Color3.new(0, 0.196078, 0.196078)
Victim.BorderColor3 = Color3.new(0, 0, 0)
Victim.BorderSizePixel = 0
Victim.ClearTextOnFocus = false
Victim.PlaceholderText = "Victim"
Victim.PlaceholderColor3 = Color3.new(0, .8, .8)
Victim.Position = UDim2.new(0, 0, 0.887892365, 0)
Victim.Size = UDim2.new(0, 100, 0, 25)
Victim.Font = Enum.Font.Garamond
Victim.Name = "Victim"
Victim.Text = ""
Victim.TextColor3 = Color3.new(0, 1, 1)
Victim.TextScaled = true
Victim.TextSize = 14
Victim.TextStrokeTransparency = 0
Victim.TextWrapped = true
GameFrame.Name = "GameFrame"
GameFrame.Parent = Menu
GameFrame.BackgroundColor3 = Color3.new(0, 0, 0)
GameFrame.BorderColor3 = Color3.new(0, 1, 1)
GameFrame.BorderSizePixel = 0
GameFrame.Position = UDim2.new(0, 0, 1, 0)
GameFrame.Size = UDim2.new(0, 100, 0, 223)
GameFrame.Visible = false
Shutdown.Name = "Shutdown"
Shutdown.Parent = GameFrame
Shutdown.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
Shutdown.BorderColor3 = Color3.new(0, 0, 0)
Shutdown.BorderSizePixel = 0
Shutdown.Position = UDim2.new(0, 0, 0.887892365, 0)
Shutdown.Size = UDim2.new(0, 100, 0, 25)
Shutdown.Font = Enum.Font.Garamond
Shutdown.Text = "Shutdown"
Shutdown.TextColor3 = Color3.new(0, 0, 0)
Shutdown.TextScaled = true
Shutdown.TextSize = 14
Shutdown.TextWrapped = true
ToolsFrame.Name = "ToolsFrame"
ToolsFrame.Parent = Menu
ToolsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
ToolsFrame.BorderColor3 = Color3.new(0, 1, 1)
ToolsFrame.BorderSizePixel = 0
ToolsFrame.Position = UDim2.new(0.533540155, 0, 0.995716333, 0)
ToolsFrame.Size = UDim2.new(0, 100, 0, 144)
ToolsFrame.Visible = false
Move.Name = "Move"
Move.Parent = ToolsFrame
Move.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
Move.BorderColor3 = Color3.new(0, 0, 0)
Move.BorderSizePixel = 0
Move.Position = UDim2.new(0, 0, 0.270165687, 0)
Move.Size = UDim2.new(0, 100, 0, 25)
Move.Font = Enum.Font.Garamond
Move.Text = "Move"
Move.TextColor3 = Color3.new(0, 0, 0)
Move.TextScaled = true
Move.TextSize = 14
Move.TextWrapped = true
Copy.Name = "Copy"
Copy.Parent = ToolsFrame
Copy.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
Copy.BorderColor3 = Color3.new(0, 0, 0)
Copy.BorderSizePixel = 0
Copy.Position = UDim2.new(0, 0, 0.547999983, 0)
Copy.Size = UDim2.new(0, 100, 0, 25)
Copy.Font = Enum.Font.Garamond
Copy.Text = "Copy"
Copy.TextColor3 = Color3.new(0, 0, 0)
Copy.TextScaled = true
Copy.TextSize = 14
Copy.TextWrapped = true
Delete.Name = "Delete"
Delete.Parent = ToolsFrame
Delete.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
Delete.BorderColor3 = Color3.new(0, 0, 0)
Delete.BorderSizePixel = 0
Delete.Position = UDim2.new(0, 0, 0.827000022, 0)
Delete.Size = UDim2.new(0, 100, 0, 25)
Delete.Font = Enum.Font.Garamond
Delete.Text = "Delete"
Delete.TextColor3 = Color3.new(0, 0, 0)
Delete.TextScaled = true
Delete.TextSize = 14
Delete.TextWrapped = true
Shutdown_2.Name = "Shutdown"
Shutdown_2.Parent = Menu
Shutdown_2.BackgroundColor3 = Color3.new(0, 0.501961, 0.501961)
Shutdown_2.BorderColor3 = Color3.new(0, 0, 0)
Shutdown_2.BorderSizePixel = 0
Shutdown_2.Position = UDim2.new(0.617149055, 0, 10.504281, 0)
Shutdown_2.Size = UDim2.new(0, 282, 0, 145)
Shutdown_2.Visible = false
Question.Name = "Question"
Question.Parent = Shutdown_2
Question.BackgroundColor3 = Color3.new(0, 0, 0)
Question.BorderColor3 = Color3.new(0, 0, 0)
Question.BorderSizePixel = 3
Question.Size = UDim2.new(0, 282, 0, 52)
Question.Font = Enum.Font.Gotham
Question.Text = "Would you like to run a normal shutdown or a full shutdown?"
Question.TextColor3 = Color3.new(0, 1, 1)
Question.TextScaled = true
Question.TextSize = 14
Question.TextWrapped = true
Normal.Name = "Normal"
Normal.Parent = Shutdown_2
Normal.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
Normal.BorderColor3 = Color3.new(0, 0, 0)
Normal.BorderSizePixel = 0
Normal.Position = UDim2.new(0.0212765932, 0, 0.627586186, 0)
Normal.Size = UDim2.new(0, 100, 0, 25)
Normal.Font = Enum.Font.Garamond
Normal.Text = "Normal"
Normal.TextColor3 = Color3.new(0, 0, 0)
Normal.TextScaled = true
Normal.TextSize = 14
Normal.TextWrapped = true
Full.Name = "Full"
Full.Parent = Shutdown_2
Full.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
Full.BorderColor3 = Color3.new(0, 0, 0)
Full.BorderSizePixel = 0
Full.Position = UDim2.new(0.6241135, 0, 0.627586186, 0)
Full.Size = UDim2.new(0, 100, 0, 25)
Full.Font = Enum.Font.Garamond
Full.Text = "Full"
Full.TextColor3 = Color3.new(0, 0, 0)
Full.TextScaled = true
Full.TextSize = 14
Full.TextWrapped = true
Close.Name = "Close"
Close.Parent = Shutdown_2
Close.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
Close.BorderColor3 = Color3.new(0, 0, 0)
Close.BorderSizePixel = 0
Close.Position = UDim2.new(0.453900754, 0, 0.827586234, 0)
Close.Size = UDim2.new(0, 25, 0, 25)
Close.Font = Enum.Font.Garamond
Close.Text = "✕"
Close.TextColor3 = Color3.new(0, 0, 0)
Close.TextSize = 25
Close.TextWrapped = true
FunFrame.Name = "FunFrame"
FunFrame.Parent = Menu
FunFrame.BackgroundColor3 = Color3.new(0, 0, 0)
FunFrame.BorderColor3 = Color3.new(0, 1, 1)
FunFrame.BorderSizePixel = 0
FunFrame.Position = UDim2.new(0.799820483, 0, 0.995716274, 0)
FunFrame.Size = UDim2.new(0, 100, 0, 103)
FunFrame.Visible = false
function GetPlayer(String)
local Found = {}
local strl = String:lower()
if strl == "all" then
for i, v in pairs(game.Players:GetPlayers()) do
table.insert(Found, v.Name)
end
elseif strl == "others" then
for i, v in pairs(game.Players:GetPlayers()) do
if v.Name ~= game.Players.LocalPlayer.Name then
table.insert(Found, v.Name)
end
end
elseif strl == "me" then
for i, v in pairs(game.Players:GetPlayers()) do
if v.Name == game.Players.LocalPlayer.Name then
table.insert(Found, v.Name)
end
end
else
for i, v in pairs(game.Players:GetPlayers()) do
if v.Name:lower():sub(1, #String) == String:lower() then
table.insert(Found, v.Name)
end
end
end
return Found
end
ClearBases.MouseButton1Click:Connect(
function()
for GetBases, _1 in pairs(workspace:FindFirstChild("Bases"):GetChildren())
do
if _1:IsA("Model") then
for BaseStorages, _2 in
pairs(_1:FindFirstChild("Blocks"):GetChildren()) do
if _2:IsA("BasePart") then
game.ReplicatedStorage.PlayerEvents["e" ..
game.Players.LocalPlayer.UserId].DestroyItem:FireServer(
_2
)
end
end
end
end
end
)
ClearWorkspace.MouseButton1Click:Connect(
function()
for _, Clear in pairs(workspace:GetDescendants()) do
BasePart = Clear
if BasePart:IsA("BasePart") then
game.ReplicatedStorage.PlayerEvents["e" ..
game.Players.LocalPlayer.UserId].DestroyItem:FireServer(
Clear
)
end
end
end
)
PermRemoveMobs.MouseButton1Click:Connect(
function()
if workspace:FindFirstChild("Mobs") then
game.ReplicatedStorage.PlayerEvents["e" ..
game.Players.LocalPlayer.UserId].DestroyItem:FireServer(
workspace.Mobs
)
end
end
)
RemoveCages.MouseButton1Click:Connect(
function()
if workspace:FindFirstChild("Cages") then
game.ReplicatedStorage.PlayerEvents["e" ..
game.Players.LocalPlayer.UserId].DestroyItem:FireServer(
workspace.Cages
)
end
end
)
RemoveMobs.MouseButton1Click:Connect(
function()
for i, v in pairs(workspace.Mobs:GetChildren()) do
if v:IsA("Model") then
game.ReplicatedStorage.PlayerEvents["e" ..
game.Players.LocalPlayer.UserId].DestroyItem:FireServer(v)
end
end
end
)
Shutdown.MouseButton1Click:Connect(
function()
Shutdown_2.Visible = true
end
)
Close.MouseButton1Click:Connect(
function()
Shutdown_2.Visible = false
end
)
Normal.MouseButton1Click:Connect(
function()
for _, Shutdown in pairs(game.Players:GetPlayers()) do
game.ReplicatedStorage.PlayerEvents["e" ..
game.Players.LocalPlayer.UserId].DestroyItem:FireServer(Shutdown)
end
end
)
Full.MouseButton1Click:Connect(
function()
for _, Shutdown in pairs(game:GetDescendants()) do
Bypass1 = Shutdown
Bypass2 = Shutdown
Bypass3 = Shutdown
Bypass4 = Shutdown
if
Bypass1.Name ~= "PlayerEvents" and Bypass2.Name ~= "e" ..
game.Players.LocalPlayer.UserId and
Bypass3.Name ~= "PlaceItem" and
Bypass4.Name ~= "DestroyItem"
then
game.ReplicatedStorage.PlayerEvents["e" ..
game.Players.LocalPlayer.UserId].DestroyItem:FireServer(
Shutdown
)
end
end
end
)
Kick.MouseButton1Click:Connect(
function()
for i, v in pairs(GetPlayer(Victim.Text)) do
if game.Players:FindFirstChild(v) then
game.ReplicatedStorage.PlayerEvents["e" ..
game.Players.LocalPlayer.UserId].DestroyItem:FireServer(
game.Players:FindFirstChild(v)
)
end
end
end
)
Kill.MouseButton1Click:Connect(
function()
for i, v in pairs(GetPlayer(Victim.Text)) do
if game.Players:FindFirstChild(v) then
if game.Players:FindFirstChild(v).Character then
if game.Players[v].Character:FindFirstChild("Torso") then
if game.Players[v].Character.Torso:FindFirstChild("Neck")
then
game.ReplicatedStorage.PlayerEvents["e" ..
game.Players.LocalPlayer.UserId].DestroyItem:FireServer(
game.Players[v].Character.Torso.Neck
)
end
elseif game.Players[v].Character:FindFirstChild("UpperTorso")
then
game.ReplicatedStorage.PlayerEvents["e" ..
game.Players.LocalPlayer.UserId].DestroyItem:FireServer(
game.Players[v].Character.UpperTorso
)
end
end
end
end
end
)
Punish.MouseButton1Click:Connect(
function()
for i, v in pairs(GetPlayer(Victim.Text)) do
if game.Players:FindFirstChild(v) then
if game.Players:FindFirstChild(v).Character then
game.ReplicatedStorage.PlayerEvents["e" ..
game.Players.LocalPlayer.UserId].DestroyItem:FireServer(
game.Players[v].Character
)
end
end
end
end
)
Ragdoll.MouseButton1Click:Connect(
function()
for i, v in pairs(GetPlayer(Victim.Text)) do
if game.Players:FindFirstChild(v) then
if game.Players:FindFirstChild(v).Character then
if
game.Players:FindFirstChild(v).Character:FindFirstChild("Humanoid") then
game.ReplicatedStorage.PlayerEvents["e" ..
game.Players.LocalPlayer.UserId].DestroyItem:FireServer(
game.Players[v].Character.Humanoid
)
end
end
end
end
end
)
TeleportTo.MouseButton1Click:Connect(
function()
for i, v in pairs(GetPlayer(Victim.Text)) do
if game.Players:FindFirstChild(v) then
if
game.Players[v].Character:FindFirstChild("HumanoidRootPart")
and
game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
game.Players[v].Character.HumanoidRootPart.CFrame
end
end
end
end
)
AllBtools.MouseButton1Click:Connect(
function()
local LP, Camera, UIS =
game:GetService("Players")["LocalPlayer"],
workspace["CurrentCamera"],
game:GetService("UserInputService")
local Char, Mouse = LP["Character"], LP:GetMouse()
local Humanoid, Root = Char:FindFirstChildWhichIsA("Humanoid"),
Char["HumanoidRootPart"]
local Tools = {
["Move"] = Instance.new("Tool"),
["Clone"] = Instance.new("Tool"),
["Destroy"] = Instance.new("Tool")
}
Tools["Move"].TextureId = "rbxassetid://1048129653"
Tools["Clone"].TextureId = "rbxasset://Textures/Clone.png"
Tools["Destroy"].TextureId = "http://www.roblox.com/asset/?id=14808588"
for K, V in next, Tools do
V["RequiresHandle"] = false
end
Tools["Move"].Parent = LP.Backpack
Tools["Clone"].Parent = LP.Backpack
Tools["Destroy"].Parent = LP.Backpack
local IgnoreList = {}
Tools["Destroy"].Deactivated:Connect(
function()
local Obj = PointInfo(Mouse.X, Mouse.Y)[1]
Delete(Obj)
end
)
Tools["Clone"].Equipped:Connect(
function(Mouse)
Mouse.Icon = "rbxasset://textures/CloneCursor.png"
end
)
Tools["Clone"].Unequipped:Connect(
function()
game.Players.LocalPlayer:GetMouse().Icon = ""
end
)
Tools["Destroy"].Equipped:Connect(
function(Mouse)
Mouse.Icon = "rbxasset://textures/HammerCursor.png"
end
)
Tools["Destroy"].Unequipped:Connect(
function()
game.Players.LocalPlayer:GetMouse().Icon = ""
end
)
local Moving
Tools["Move"].Activated:Connect(
function()
Moving = PointInfo(Mouse.X, Mouse.Y)[1]
table.insert(IgnoreList, Moving)
local ObjInList = #IgnoreList
repeat
Mouse.Move:Wait()
Moving.CFrame = CFrame.new(PointInfo(Mouse.X, Mouse.Y)[2] +
Vector3.new(0, Moving.Size.Y / 2, 0))
until #UIS:GetMouseButtonsPressed() < 1
IgnoreList[ObjInList] = nil
end
)
Tools["Move"].Deactivated:Connect(
function()
Delete(Moving)
Place(Moving.CFrame, Moving)
end
)
Tools["Clone"].Activated:Connect(
function()
Moving = PointInfo(Mouse.X, Mouse.Y)[1]
wait(.2)
table.insert(IgnoreList, Moving)
local ObjInList = #IgnoreList
if #UIS:GetMouseButtonsPressed() > 0 then
repeat
game:GetService("RunService").RenderStepped:Wait()
Moving.CFrame =
CFrame.new(PointInfo(Mouse.X, Mouse.Y)[2] +
Vector3.new(0, Moving.Size.Y / 2, 0))
until #UIS:GetMouseButtonsPressed() < 1
Place(Moving.CFrame, Moving)
else
Place(Moving.CFrame + Vector3.new(0, Moving.Size.Y, 0), Moving)
end
IgnoreList[ObjInList] = nil
end
)
end
)
Copy.MouseButton1Click:Connect(
function()
local CopyTool = Instance.new("Tool")
CopyTool.Name = "CopyTool"
CopyTool.RequiresHandle = false
CopyTool.Activated:Connect(
function()
game.ReplicatedStorage.PlayerEvents["e" ..
game.Players.LocalPlayer.UserId].PlaceItem:FireServer(
game.Players.LocalPlayer:GetMouse().Target.CFrame +
Vector3.new(0,
game.Players.LocalPlayer:GetMouse().Target.Size.Y, 0),
game.Players.LocalPlayer:GetMouse().Target
)
end
)
CopyTool.Equipped:Connect(
function(Mouse)
Mouse.Icon = "rbxasset://textures/CloneCursor.png"
end
)
CopyTool.Unequipped:Connect(
function()
game.Players.LocalPlayer:GetMouse().Icon = ""
end
)
CopyTool.TextureId = "rbxasset://Textures/Clone.png"
CopyTool.Parent = game.Players.LocalPlayer.Backpack
end
)
Move.MouseButton1Click:Connect(
function()
local MoveTool = Instance.new("Tool")
local Moving
local Target
MoveTool.Name = "MoveTool"
MoveTool.RequiresHandle = false
MoveTool.Activated:Connect(
function()
Moving = true
Target = game.Players.LocalPlayer:GetMouse().Target
repeat
game.Players.LocalPlayer:GetMouse().Move:Wait()
Target.CFrame =
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.p)
game.Players.LocalPlayer:GetMouse().TargetFilter = Target
until Moving == false
end
)
MoveTool.Deactivated:Connect(
function()
Moving = false
game.ReplicatedStorage.PlayerEvents["e" ..
game.Players.LocalPlayer.UserId].DestroyItem:FireServer(
Target
)
game.ReplicatedStorage.PlayerEvents["e" ..
game.Players.LocalPlayer.UserId].PlaceItem:FireServer(
Target.CFrame,
Target
)
end
)
MoveTool.TextureId = "rbxassetid://1048129653"
MoveTool.Parent = game.Players.LocalPlayer.Backpack
end
)
Delete.MouseButton1Click:Connect(
function()
local DeleteTool = Instance.new("Tool")
DeleteTool.Name = "DeleteTool"
DeleteTool.RequiresHandle = false
DeleteTool.Activated:Connect(
function()
game.ReplicatedStorage.PlayerEvents["e" ..
game.Players.LocalPlayer.UserId].DestroyItem:FireServer(
game.Players.LocalPlayer:GetMouse().Target
)
end
)
DeleteTool.Equipped:Connect(
function(Mouse)
Mouse.Icon = "rbxasset://textures/HammerCursor.png"
end
)
DeleteTool.Unequipped:Connect(
function()
game.Players.LocalPlayer:GetMouse().Icon = ""
end
)
DeleteTool.TextureId = "http://www.roblox.com/asset/?id=14808588"
DeleteTool.Parent = game.Players.LocalPlayer.Backpack
end
)
CreateDeadClone.MouseButton1Click:Connect(
function()
Plr = game.Players.LocalPlayer
Char = Plr.Character
Head = Char:FindFirstChild("Head")
Torso = Char:FindFirstChild("Torso")
L_A = Char:FindFirstChild("Left Arm")
R_A = Char:FindFirstChild("Right Arm")
L_L = Char:FindFirstChild("Left Leg")
local R_L = Char:FindFirstChild("Right Leg")
Create = game.ReplicatedStorage.PlayerEvents["e" .. Plr.UserId].PlaceItem
if Head and Torso and L_A and R_A and L_L and R_L then
Head.Anchored = true
Create:FireServer(Head.CFrame, Head)
Create:FireServer(Torso.CFrame, Torso)
Create:FireServer(L_A.CFrame, L_A)
Create:FireServer(R_A.CFrame, R_A)
Create:FireServer(L_L.CFrame, L_L)
Create:FireServer(R_L.CFrame, R_L)
if Torso:FindFirstChild("Neck") then
Torso:FindFirstChild("Neck"):Destroy()
end
else
warn("Missing BasePart!")
end
end
)
SpamHeadClones.MouseButton1Click:Connect(
function()
GetHumanoid = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
function CloneHead()
CreateX =
game.Players.LocalPlayer.Character:FindFirstChild("Head").CFrame.X
CreateY =
game.Players.LocalPlayer.Character:FindFirstChild("Head").CFrame.Y
CreateZ =
game.Players.LocalPlayer.Character:FindFirstChild("Head").CFrame.Z
Initialize_Coordinates = {
Initialize_XCoordinate = 0,
Initialize_YCoordinate = 1,
Initialize_ZCoordinate = 2
}
Initialize_Coordinates.Initialize_XCoordinate = CreateX
Initialize_Coordinates.Initialize_YCoordinate = CreateY
Initialize_Coordinates.Initialize_ZCoordinate = CreateZ
game.ReplicatedStorage.PlayerEvents["e" ..
game.Players.LocalPlayer.UserId].PlaceItem:FireServer(
CFrame.new(
Initialize_Coordinates.Initialize_XCoordinate,
Initialize_Coordinates.Initialize_YCoordinate,
Initialize_Coordinates.Initialize_ZCoordinate
),
game.Players.LocalPlayer.Character:FindFirstChild("Head")
)
end
function EndSpam()
Spam:Disconnect()
end
Spam = game.RunService.Heartbeat:Connect(CloneHead)
GetHumanoid.Died:Connect(EndSpam)
end
)
SpamLimbClones.MouseButton1Click:Connect(
function()
Plr = game.Players.LocalPlayer
Char = Plr.Character
Torso = Char:FindFirstChild("Torso")
GetHumanoid = Char:FindFirstChild("Humanoid")
Limbs = {
LeftArm = 0,
RightArm = 1,
LeftLeg = 2,
RightLeg = 3
}
Limbs.LeftArm = L_A
Limbs.RightArm = R_A
Limbs.LeftLeg = L_L
Limbs.RightLeg = R_L
function CloneLimbs()
LeftArmCoordinate = Limbs.LeftArm.CFrame
RightArmCoordinate = Limbs.RightArm.CFrame
LeftLegCoordinate = Limbs.LeftLeg.CFrame
RightLegCoordinate = Limbs.RightLeg.CFrame
Create:FireServer(LeftArmCoordinate, Limbs.LeftArm)
Create:FireServer(RightArmCoordinate, Limbs.RightArm)
Create:FireServer(LeftLegCoordinate, Limbs.LeftLeg)
Create:FireServer(RightLegCoordinate, Limbs.RightLeg)
end
Loop = game.RunService.Heartbeat:Connect(CloneLimbs)
GetHumanoid.Died:Connect(
function()
Loop:Disconnect()
end
)
end
)
GameX.MouseButton1Click:Connect(
function()
GameFrame.Visible = not GameFrame.Visible
end
)
Players.MouseButton1Click:Connect(
function()
PlayersFrame.Visible = not PlayersFrame.Visible
end
)
Tools.MouseButton1Click:Connect(
function()
ToolsFrame.Visible = not ToolsFrame.Visible
end
)
Fun.MouseButton1Click:Connect(
function()
FunFrame.Visible = not FunFrame.Visible
end
)
Toggle.MouseButton1Click:Connect(
function()
ToggleGuis = not ToggleGuis
if ToggleGuis == true then
GameFrame.Visible = false
PlayersFrame.Visible = false
ToolsFrame.Visible = false
FunFrame.Visible = false
Shutdown_2.Visible = false
Menu.Visible = true
elseif ToggleGuis == false then
GameFrame.Visible = false
PlayersFrame.Visible = false
ToolsFrame.Visible = false
FunFrame.Visible = false
Shutdown_2.Visible = false
Menu.Visible = false
end
end
)
for i, v in pairs(BuilttoTrollGui:GetDescendants()) do
if v:IsA("TextButton") then
CreateButtonSoundClone = ButtonSound:Clone()
CreateButtonSoundClone.Parent = v
v.MouseButton1Click:Connect(
function()
CreateButtonSoundClone:Play()
end
)
end
end
function Toggling()
if GameFrame.Visible == true then
GameX.Text = "Game | -"
elseif GameFrame.Visible == false then
GameX.Text = "Game | +"
end
if PlayersFrame.Visible == true then
Players.Text = "Players | -"
elseif PlayersFrame.Visible == false then
Players.Text = "Players | +"
end
if ToolsFrame.Visible == true then
Tools.Text = "Tools | -"
elseif ToolsFrame.Visible == false then
Tools.Text = "Tools | +"
end
if FunFrame.Visible == true then
Fun.Text = "Fun | -"
elseif FunFrame.Visible == false then
Fun.Text = "Fun | +"
end
end
game.RunService.Heartbeat:Connect(Toggling)