0% found this document useful (0 votes)
3K views28 pages

Brookhaven Gui v3.1

scipt

Uploaded by

kacperwojtek3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3K views28 pages

Brookhaven Gui v3.1

scipt

Uploaded by

kacperwojtek3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 28

-- Gui to Lua

-- Version: 3.2

-- Instances:

--unlike brookhaven if script patched


--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched

local lp = game:FindService("Players").LocalPlayer

local function gplr(String)


local Found = {}
local strl = String:lower()
if strl == "all" then
for i,v in pairs(game:FindService("Players"):GetPlayers()) do
table.insert(Found,v)
end
elseif strl == "others" then
for i,v in pairs(game:FindService("Players"):GetPlayers()) do
if v.Name ~= lp.Name then
table.insert(Found,v)
end
end
elseif strl == "me" then
for i,v in pairs(game:FindService("Players"):GetPlayers()) do
if v.Name == lp.Name then
table.insert(Found,v)
end
end
else
for i,v in pairs(game:FindService("Players"):GetPlayers()) do
if v.Name:lower():sub(1, #String) == String:lower() then
table.insert(Found,v)
end
end
end
return Found
end

local ScreenGui = Instance.new("ScreenGui")


local Frame = Instance.new("Frame")
local Giant = Instance.new("TextButton")
local tp = Instance.new("TextButton")
local tptarget = Instance.new("TextBox")
local Holdalltools = Instance.new("TextButton")
local X = Instance.new("TextButton")
local flingtarget = Instance.new("TextBox")
local fling = Instance.new("TextButton")
local Rejoin = Instance.new("TextButton")
local bringtarget = Instance.new("TextBox")
local Bring = Instance.new("TextButton")
local Bringall = Instance.new("TextButton")
local Rainbowcharacter = Instance.new("TextButton")
local Credit = Instance.new("TextButton")
local Open = Instance.new("TextButton")

local Frame1 = Instance.new("Frame")


local cre = Instance.new("TextLabel")
local LikeAndSubscribe = Instance.new("TextLabel")
local nlpoxcv = Instance.new("TextLabel")
local TextButton = Instance.new("TextButton")

local Claimallhouse = Instance.new("TextButton")

local Open2 = Instance.new("TextButton")

local Frame2 = Instance.new("Frame")


local CrashServer = Instance.new("TextButton")
local Version = Instance.new("TextButton")
local XX = Instance.new("TextButton")

local JumpPower = Instance.new("TextButton")


local ClickTotp = Instance.new("TextButton")
local Jump = Instance.new("TextBox")
local WalkSpeed = Instance.new("TextButton")
local Speed = Instance.new("TextBox")
local View = Instance.new("TextBox")
local Spectate = Instance.new("TextButton")

--Properties:

ScreenGui.Parent = game.CoreGui
Frame1.Name = "Frame1"
Frame1.Parent = ScreenGui
Frame1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Frame1.Position = UDim2.new(0.22708334, 0, 0.162499949, 0)
Frame1.Size = UDim2.new(0, 249, 0, 201)
Frame1.Visible = false

Open2.Name = "Open 2"


Open2.Parent = Frame
Open2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Open2.Position = UDim2.new(0.997094154, 0, 0.810631216, 0)
Open2.Size = UDim2.new(0, 49, 0, 50)
Open2.Font = Enum.Font.SourceSans
Open2.Text = "Open 2"
Open2.TextColor3 = Color3.fromRGB(0, 0, 0)
Open2.TextScaled = true
Open2.TextSize = 14.000
Open2.TextWrapped = true
Open2.MouseButton1Down:Connect(function()
Frame2.Visible = true
end)

cre.Name = "cre"
cre.Parent = Frame1
cre.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
cre.Position = UDim2.new(0, 0, -0.0048040892, 0)
cre.Size = UDim2.new(0, 254, 0, 40)
cre.Font = Enum.Font.SourceSans
cre.Text = "Script made by WarriorRoberr"
cre.TextColor3 = Color3.fromRGB(0, 0, 0)
cre.TextScaled = true
cre.TextSize = 14.000
cre.TextWrapped = true

LikeAndSubscribe.Name = "Like And Subscribe"


LikeAndSubscribe.Parent = Frame1
LikeAndSubscribe.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
LikeAndSubscribe.Position = UDim2.new(0, 0, 0.194200888, 0)
LikeAndSubscribe.Size = UDim2.new(0, 254, 0, 40)
LikeAndSubscribe.Font = Enum.Font.SourceSans
LikeAndSubscribe.Text = "Like And Subscribe"
LikeAndSubscribe.TextColor3 = Color3.fromRGB(0, 0, 0)
LikeAndSubscribe.TextScaled = true
LikeAndSubscribe.TextSize = 14.000
LikeAndSubscribe.TextWrapped = true

nlpoxcv.Name = "nlpoxcv"
nlpoxcv.Parent = Frame1
nlpoxcv.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
nlpoxcv.Position = UDim2.new(0, 0, 0.398180991, 0)
nlpoxcv.Size = UDim2.new(0, 254, 0, 40)
nlpoxcv.Font = Enum.Font.SourceSans
nlpoxcv.Text = "Like And Subscribe"
nlpoxcv.TextColor3 = Color3.fromRGB(0, 0, 0)
nlpoxcv.TextScaled = true
nlpoxcv.TextSize = 14.000
nlpoxcv.TextWrapped = true

TextButton.Parent = Frame1
TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
TextButton.Position = UDim2.new(1.02008033, 0, 0, 0)
TextButton.Size = UDim2.new(0, 46, 0, 44)
TextButton.Font = Enum.Font.SourceSans
TextButton.Text = "X"
TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton.TextScaled = true
TextButton.TextSize = 14.000
TextButton.TextWrapped = true
TextButton.MouseButton1Down:Connect(function()
Frame1.Visible = false
end)

Credit.Name = "Credit"
Credit.Parent = Frame
Credit.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Credit.Position = UDim2.new(0.0541666746, 0, 0.404138803, 0)
Credit.Size = UDim2.new(0, 195, 0, 44)
Credit.Font = Enum.Font.SourceSans
Credit.Text = "Credit"
Credit.TextColor3 = Color3.fromRGB(0, 0, 0)
Credit.TextScaled = true
Credit.TextSize = 14.000
Credit.TextWrapped = true
Credit.MouseButton1Down:Connect(function()
Frame1.Visible = true
end)

Frame.Parent = ScreenGui
Frame.Active = true
Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Frame.Position = UDim2.new(0.143750012, 0, 0.0282131676, 0)
Frame.Size = UDim2.new(0, 322, 0, 301)
Frame.Visible = false
Frame.Draggable = true

Giant.Name = "Giant"
Giant.Parent = Frame
Giant.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Giant.Position = UDim2.new(0.0541666634, 0, 0.218092218, 0)
Giant.Size = UDim2.new(0, 100, 0, 44)
Giant.Font = Enum.Font.SourceSans
Giant.Text = "Giant"
Giant.TextColor3 = Color3.fromRGB(0, 0, 0)
Giant.TextScaled = true
Giant.TextSize = 14.000
Giant.TextWrapped = true
Giant.MouseButton1Down:Connect(function()
local LocalPlayer = game:GetService("Players").LocalPlayer
local Character = LocalPlayer.Character
local Humanoid = Character:FindFirstChildOfClass("Humanoid")

function rm()
for i,v in pairs(Character:GetDescendants()) do
if v:IsA("BasePart") then
if v.Name == "Handle" or v.Name == "Head" then
if Character.Head:FindFirstChild("OriginalSize") then
Character.Head.OriginalSize:Destroy()
end
else
for i,cav in pairs(v:GetDescendants()) do
if cav:IsA("Attachment") then
if cav:FindFirstChild("OriginalPosition")
then
cav.OriginalPosition:Destroy()
end
end
end
v:FindFirstChild("OriginalSize"):Destroy()
if v:FindFirstChild("AvatarPartScaleType") then

v:FindFirstChild("AvatarPartScaleType"):Destroy()
end
end
end
end
end

rm()
wait(0.5)
Humanoid:FindFirstChild("BodyProportionScale"):Destroy()
wait(1)

rm()
wait(0.5)
Humanoid:FindFirstChild("BodyHeightScale"):Destroy()
wait(1)

rm()
wait(0.5)
Humanoid:FindFirstChild("BodyWidthScale"):Destroy()
wait(1)

rm()
wait(0.5)
Humanoid:FindFirstChild("BodyDepthScale"):Destroy()
wait(1)

rm()
wait(0.5)
Humanoid:FindFirstChild("HeadScale"):Destroy()
wait(1)
end)

tptarget.Name = "tptarget"
tptarget.Parent = Frame
tptarget.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
tptarget.Position = UDim2.new(0.705168724, 0, 0.0730897039, 0)
tptarget.Size = UDim2.new(0, 80, 0, 50)
tptarget.Font = Enum.Font.SourceSans
tptarget.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
tptarget.PlaceholderText = "Player name"
tptarget.Text = ""
tptarget.TextColor3 = Color3.fromRGB(0, 0, 0)
tptarget.TextSize = 14.000

tp.Name = "tp"
tp.Parent = Frame
tp.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
tp.Position = UDim2.new(0.705168724, 0, 0.238025799, 0)
tp.Size = UDim2.new(0, 80, 0, 34)
tp.Font = Enum.Font.SourceSans
tp.Text = "goto player"
tp.TextColor3 = Color3.fromRGB(0, 0, 0)
tp.TextScaled = true
tp.TextSize = 14.000
tp.TextWrapped = true
tp.MouseButton1Down:Connect(function()
local Target = gplr(tptarget.Text)
if Target[1] then
Target = Target[1]
lp.Character.HumanoidRootPart.CFrame =
Target.Character.HumanoidRootPart.CFrame
end
end)

Holdalltools.Name = "Hold all tools"


Holdalltools.Parent = Frame
Holdalltools.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Holdalltools.Position = UDim2.new(0.0541666634, 0, 0.0486570336, 0)
Holdalltools.Size = UDim2.new(0, 100, 0, 44)
Holdalltools.Font = Enum.Font.SourceSans
Holdalltools.Text = "HoldTools"
Holdalltools.TextColor3 = Color3.fromRGB(0, 0, 0)
Holdalltools.TextScaled = true
Holdalltools.TextSize = 14.000
Holdalltools.TextWrapped = true
Holdalltools.MouseButton1Down:Connect(function()
for i,tools in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
if tools:IsA("Tool") then
tools.Parent = game.Players.LocalPlayer.Character
end
end
end)

X.Name = "X"
X.Parent = Frame
X.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
X.Position = UDim2.new(0.998266101, 0, -0.00117685646, 0)
X.Size = UDim2.new(0, 45, 0, 44)
X.Font = Enum.Font.SourceSans
X.Text = "X"
X.TextColor3 = Color3.fromRGB(0, 0, 0)
X.TextScaled = true
X.TextSize = 14.000
X.TextWrapped = true
X.MouseButton1Down:Connect(function()
Frame.Visible = false
end)

flingtarget.Name = "flingtarget"
flingtarget.Parent = Frame
flingtarget.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
flingtarget.Position = UDim2.new(0.705168724, 0, 0.3887043, 0)
flingtarget.Size = UDim2.new(0, 80, 0, 50)
flingtarget.Font = Enum.Font.SourceSans
flingtarget.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
flingtarget.PlaceholderText = "Player name"
flingtarget.Text = ""
flingtarget.TextColor3 = Color3.fromRGB(0, 0, 0)
flingtarget.TextSize = 14.000

fling.Name = "fling"
fling.Parent = Frame
fling.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
fling.Position = UDim2.new(0.705168724, 0, 0.553640425, 0)
fling.Size = UDim2.new(0, 80, 0, 34)
fling.Font = Enum.Font.SourceSans
fling.Text = "fling cart needed"
fling.TextColor3 = Color3.fromRGB(0, 0, 0)
fling.TextScaled = true
fling.TextSize = 14.000
fling.TextWrapped = true
fling.MouseButton1Down:Connect(function()
local Target = gplr(flingtarget.Text)
if Target[1] then
Target = Target[1]
local Thrust = Instance.new('BodyThrust',
lp.Character.HumanoidRootPart)
Thrust.Force = Vector3.new(9999,9999,9999)
Thrust.Name = "flingForce"
repeat
lp.Character.HumanoidRootPart.CFrame =
Target.Character.HumanoidRootPart.CFrame
Thrust.Location = Target.Character.HumanoidRootPart.Position
game:FindService("RunService").Heartbeat:wait()
until not Target.Character:FindFirstChild("Head")
end

end)

Rejoin.Name = "Rejoin"
Rejoin.Parent = Frame
Rejoin.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Rejoin.Position = UDim2.new(0.392676026, 0, 0.214770019, 0)
Rejoin.Size = UDim2.new(0, 85, 0, 44)
Rejoin.Font = Enum.Font.SourceSans
Rejoin.Text = "Rejoin"
Rejoin.TextColor3 = Color3.fromRGB(0, 0, 0)
Rejoin.TextScaled = true
Rejoin.TextSize = 14.000
Rejoin.TextWrapped = true
Rejoin.MouseButton1Down:Connect(function()
game:GetService("TeleportService"):Teleport(game.PlaceId)
end)

bringtarget.Name = "bringtarget"
bringtarget.Parent = Frame
bringtarget.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
bringtarget.Position = UDim2.new(0.705168724, 0, 0.700996637, 0)
bringtarget.Size = UDim2.new(0, 80, 0, 50)
bringtarget.Font = Enum.Font.SourceSans
bringtarget.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
bringtarget.PlaceholderText = "Player name"
bringtarget.Text = ""
bringtarget.TextColor3 = Color3.fromRGB(0, 0, 0)
bringtarget.TextSize = 14.000

Bring.Name = "Bring"
Bring.Parent = Frame
Bring.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Bring.Position = UDim2.new(0.705168724, 0, 0.865932822, 0)
Bring.Size = UDim2.new(0, 80, 0, 34)
Bring.Font = Enum.Font.SourceSans
Bring.Text = "Bring Tool needed"
Bring.TextColor3 = Color3.fromRGB(0, 0, 0)
Bring.TextScaled = true
Bring.TextSize = 14.000
Bring.TextWrapped = true
Bring.MouseButton1Down:Connect(function()
local Target = gplr(bringtarget.Text)
if Target[1] then
Target = Target[1]
Target.Character.HumanoidRootPart.CFrame =
lp.Character.HumanoidRootPart.CFrame
lp.Character.Humanoid:Clone().Parent = lp.Character
lp.Character.Humanoid:Destroy()
game.Workspace.CurrentCamera.CameraSubject = lp.Character.Head
end
wait()
for i,tools in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
if tools:IsA("Tool") then
tools.Parent = game.Players.LocalPlayer.Character
end
end
end)
Bringall.Name = "Bring all"
Bringall.Parent = Frame
Bringall.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Bringall.Position = UDim2.new(0.392676026, 0, 0.0486570336, 0)
Bringall.Size = UDim2.new(0, 85, 0, 44)
Bringall.Font = Enum.Font.SourceSans
Bringall.Text = "Bring all Tools needed"
Bringall.TextColor3 = Color3.fromRGB(0, 0, 0)
Bringall.TextScaled = true
Bringall.TextSize = 14.000
Bringall.TextWrapped = true
Bringall.MouseButton1Down:Connect(function()
for i,Playys in pairs(game.Players:GetPlayers()) do
Playys.Character.HumanoidRootPart.CFrame =
lp.Character.HumanoidRootPart.CFrame
lp.Character.Humanoid:Clone().Parent = lp.Character
lp.Character.Humanoid:Destroy()
game.Workspace.CurrentCamera.CameraSubject = lp.Character.Head
end
wait()
for i,tools in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
if tools:IsA("Tool") then
tools.Parent = game.Players.LocalPlayer.Character
end
end
end)

Rainbowcharacter.Name = "Rainbow character"


Rainbowcharacter.Parent = Frame
Rainbowcharacter.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Rainbowcharacter.Position = UDim2.new(0.0541666746, 0, 0.583540797, 0)
Rainbowcharacter.Size = UDim2.new(0, 195, 0, 44)
Rainbowcharacter.Font = Enum.Font.SourceSans
Rainbowcharacter.Text = "Rainbow character"
Rainbowcharacter.TextColor3 = Color3.fromRGB(0, 0, 0)
Rainbowcharacter.TextScaled = true
Rainbowcharacter.TextSize = 14.000
Rainbowcharacter.TextWrapped = true
Rainbowcharacter.MouseButton1Down:Connect(function()
game:GetService('RunService').RenderStepped:connect(function()

local args = {
[1] = "skintone",
[2] = "Pink"
}

game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(
args))
wait(1)
local args = {
[1] = "skintone",
[2] = "New Yeller"
}
game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(
args))
wait(1)
local args = {
[1] = "skintone",
[2] = "Deep orange"
}

game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(
args))
wait(1)
local args = {
[1] = "skintone",
[2] = "Really red"
}

game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(
args))
wait(1)
local args = {
[1] = "skintone",
[2] = "Lime green"
}

game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(
args))
wait(1)
local args = {
[1] = "skintone",
[2] = "Toothpaste"
}

game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(
args))
wait(1)
local args = {
[1] = "skintone",
[2] = "Really blue"
}

game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(
args))
wait(1)
local args = {
[1] = "skintone",
[2] = "Magenta"
}
game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(
args))
wait(1)
end)
end)

Open.Name = "Open"
Open.Parent = ScreenGui
Open.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Open.Position = UDim2.new(0, 0, 0.420062691, 0)
Open.Size = UDim2.new(0, 61, 0, 50)
Open.Font = Enum.Font.SourceSans
Open.Text = "Open"
Open.TextColor3 = Color3.fromRGB(0, 0, 0)
Open.TextScaled = true
Open.TextSize = 14.000
Open.TextWrapped = true
Open.MouseButton1Down:Connect(function()
Frame.Visible = true
end)

Claimallhouse.Name = "Claim all house"


Claimallhouse.Parent = Frame
Claimallhouse.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Claimallhouse.Position = UDim2.new(0.0529948175, 0, 0.759620428, 0)
Claimallhouse.Size = UDim2.new(0, 194, 0, 42)
Claimallhouse.Font = Enum.Font.SourceSans
Claimallhouse.Text = "get all house"
Claimallhouse.TextColor3 = Color3.fromRGB(0, 0, 0)
Claimallhouse.TextScaled = true
Claimallhouse.TextSize = 14.000
Claimallhouse.TextWrapped = true
Claimallhouse.MouseButton1Down:Connect(function()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 1
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 2
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 3
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 4
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 5
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 6
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 7
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 11
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 12
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 13
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 14
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 15
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 16
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 17
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 18
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 19
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 20
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 21
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 22
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 23
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 24
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
end)
Frame2.Name = "Frame1"
Frame2.Parent = ScreenGui
Frame2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Frame2.Position = UDim2.new(0.16458334, 0, 0.0910456777, 0)
Frame2.Size = UDim2.new(0, 168, 0, 267)
Frame2.Visible = false
Frame2.Active = true
Frame2.Draggable = true

CrashServer.Name = "Crash Server"


CrashServer.Parent = Frame2
CrashServer.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
CrashServer.Position = UDim2.new(0.0357142873, 0, 0.845034897, 0)
CrashServer.Size = UDim2.new(0, 155, 0, 31)
CrashServer.Font = Enum.Font.SourceSans
CrashServer.Text = "Crash Server"
CrashServer.TextColor3 = Color3.fromRGB(0, 0, 0)
CrashServer.TextScaled = true
CrashServer.TextSize = 14.000
CrashServer.TextWrapped = true
CrashServer.MouseButton1Down:Connect(function()
game:GetService('RunService').RenderStepped:connect(function()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 24
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))

local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))

local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 23
}

game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))

local args = {
[1] = "PlayerSellHouse"
}

game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))

end)
end)

Version.Name = "Version"
Version.Parent = Frame2
Version.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
Version.Position = UDim2.new(0.0357142873, 0, 0.0360877775, 0)
Version.Size = UDim2.new(0, 155, 0, 51)
Version.Font = Enum.Font.SourceSans
Version.Text = "Wait for version Brookhaven gui V4"
Version.TextColor3 = Color3.fromRGB(0, 0, 0)
Version.TextScaled = true
Version.TextSize = 14.000
Version.TextWrapped = true

XX.Name = "X"
XX.Parent = Frame2
XX.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
XX.Position = UDim2.new(1, 0, -0.000469093473, 0)
XX.Size = UDim2.new(0, 44, 0, 44)
XX.Font = Enum.Font.SourceSans
XX.Text = "X"
XX.TextColor3 = Color3.fromRGB(0, 0, 0)
XX.TextScaled = true
XX.TextSize = 14.000
XX.TextWrapped = true
XX.MouseButton1Down:Connect(function()
Frame2.Visible = false
end)

JumpPower.Name = "JumpPower"
JumpPower.Parent = Frame2
JumpPower.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
JumpPower.Position = UDim2.new(0.0357142873, 0, 0.703146815, 0)
JumpPower.Size = UDim2.new(0, 95, 0, 29)
JumpPower.Font = Enum.Font.SourceSans
JumpPower.Text = "JumpPower"
JumpPower.TextColor3 = Color3.fromRGB(0, 0, 0)
JumpPower.TextScaled = true
JumpPower.TextSize = 14.000
JumpPower.TextWrapped = true
JumpPower.MouseButton1Down:Connect(function()
game.Players.LocalPlayer.Character.Humanoid.JumpPower = Jump.Text
end)

ClickTotp.Name = "Click To tp"


ClickTotp.Parent = Frame2
ClickTotp.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
ClickTotp.Position = UDim2.new(0.0357142873, 0, 0.259510428, 0)
ClickTotp.Size = UDim2.new(0, 155, 0, 29)
ClickTotp.Font = Enum.Font.SourceSans
ClickTotp.Text = "Click To tp"
ClickTotp.TextColor3 = Color3.fromRGB(0, 0, 0)
ClickTotp.TextScaled = true
ClickTotp.TextSize = 14.000
ClickTotp.TextWrapped = true
ClickTotp.MouseButton1Down:Connect(function()
local mouse = game.Players.LocalPlayer:GetMouse()
local tool = Instance.new("Tool")
tool.RequiresHandle = false
tool.Name = "Click Teleport"
tool.Activated:connect(function()
local pos = mouse.Hit+Vector3.new(0,2.5,0)
pos = CFrame.new(pos.X,pos.Y,pos.Z)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
end)
tool.Parent = game.Players.LocalPlayer.Backpack
end)

Jump.Name = "Jump"
Jump.Parent = Frame2
Jump.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Jump.Position = UDim2.new(0.601190448, 0, 0.704481483, 0)
Jump.Size = UDim2.new(0, 60, 0, 28)
Jump.Font = Enum.Font.SourceSans
Jump.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
Jump.Text = ""
Jump.TextColor3 = Color3.fromRGB(0, 0, 0)
Jump.TextSize = 14.000

Speed.Name = "Speed"
Speed.Parent = Frame2
Speed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Speed.Position = UDim2.new(0.601190448, 0, 0.562159419, 0)
Speed.Size = UDim2.new(0, 60, 0, 28)
Speed.Font = Enum.Font.SourceSans
Speed.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
Speed.Text = ""
Speed.TextColor3 = Color3.fromRGB(0, 0, 0)
Speed.TextSize = 14.000

WalkSpeed.Name = "WalkSpeed"
WalkSpeed.Parent = Frame2
WalkSpeed.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
WalkSpeed.Position = UDim2.new(0.0357142873, 0, 0.56132865, 0)
WalkSpeed.Size = UDim2.new(0, 95, 0, 29)
WalkSpeed.Font = Enum.Font.SourceSans
WalkSpeed.Text = "Speed"
WalkSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
WalkSpeed.TextScaled = true
WalkSpeed.TextSize = 14.000
WalkSpeed.TextWrapped = true
WalkSpeed.MouseButton1Down:Connect(function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Speed.Text
end)

View.Name = "View"
View.Parent = Frame2
View.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
View.Position = UDim2.new(0.601190448, 0, 0.412346661, 0)
View.Size = UDim2.new(0, 60, 0, 28)
View.Font = Enum.Font.SourceSans
View.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
View.PlaceholderText = "Player name"
View.Text = ""
View.TextColor3 = Color3.fromRGB(0, 0, 0)
View.TextSize = 14.000

Spectate.Name = "Spectate"
Spectate.Parent = Frame2
Spectate.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
Spectate.Position = UDim2.new(0.0357142873, 0, 0.408601344, 0)
Spectate.Size = UDim2.new(0, 95, 0, 29)
Spectate.Font = Enum.Font.SourceSans
Spectate.Text = "Spectate"
Spectate.TextColor3 = Color3.fromRGB(0, 0, 0)
Spectate.TextScaled = true
Spectate.TextSize = 14.000
Spectate.TextWrapped = true
Spectate.MouseButton1Down:Connect(function()
local Target = gplr(View.Text)
if Target[1] then
Target = Target[1]
game.Workspace.CurrentCamera.CameraSubject = Target.Character.Humanoid
end
end)

You might also like