-- 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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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)
brookhaven gui v3.1 - Pastebin.com (2025)
Top Articles
Get Eflornithine Cream for Unwanted Facial Hair | Free Shipping
The 11 best bikini hair removal creams, razors, and devices — tested and reviewed
How to Get Rid of Razor Bumps
Latest Posts
Chakra Candles and Rituals: A Guide to Spiritual Healing and Balance
Are There Creams That Can Permanently Remove Unwanted Body Hair?
Recommended Articles
- Which mutual fund has the best returns in 2024?
- Guerre d'Algérie : quand la République célèbre l'abandon des Français
- Basic ICT Skills Class 10 AI Notes
- Is a relaxer the only way for one to change their hair texture?
- The Young and the Restless Spoilers: Claire’s New Temptation – Kyle’s Jealousy Explodes As Summer’s Plan Works
- 30+ Stunning Summer Nail Ideas You’ll Want to Try This Season - Leap With Grace
- 20 Festival Beauty Essentials Makeup Artists Say You Need | IPSY
- 50 years of developments in ophthalmic lenses - MAFO
- User Manual Rossmax WF262 - 2 pages | manualsFile
- 2024 Chevrolet Corvette: The Evolution of Performance and Style
- Hand Nail Design Template - Educational Printable Activities
- Dermasuri Deep Exfoliating Scrub & Glove for body | Dermasuri
- How to Do Cat Eye Nails At Home
- 11 New Foundations, Concealers, and Primers for Fresh, Dewy Skin
- What is an Epilator and How Does It Work? | The Apex Beauty
- Fuga: Melodies of Steel
- Biochemistry, Amino Acid Synthesis and Degradation
- Die Filmstarts-Kritik zu Powder Blue
- Skinny Brows Are Dead. Long Live the Skinny Brow?
- The feminine hygiene routine you need to keep infections at bay
- How Do Beta Carotene Pills Work? Antiaging Benefits
- L-Glutamine Oral Powder: Benefits, Dosage, and How to Use
- Protect Your Pout: The Best Lip Balms with SPF for Sun Protection
- The Ultimate Guide to Acrylic Nail Lights
- Frankie Valli - Can't Take My Eyes Off You Lyrics
- How to plant pumpkin seeds: A step-by-step guide
- Ford Falcon XR6 2016 review
- Chuck Norris: Seine besten Filme, die härtesten Fakten - freenet.de
- How to Apply Glitter Nail Polish: 7 Steps (with Pictures)
- Walking Pads: Health Benefits and Usage Guidelines
- The 10 Best Corn & Callus Trimmers of 2025 (Reviews) - FindThisBest
- What Equipment Do I Need To Start Tattooing?
- What Is Pueraria Lobata Root Extract In Cosmetics? - News
- VN - Ren'Py - A Wife and Mother [v0.220] [Lust & Passion]
- These 30 Black Nail Designs Are All We Want to Wear in 2025
- Cuando no quiero usar base de maquillaje, opto por una de estas 10 BB Creams que dejan el rostro radiante
- Best Sleep Apnea Pillow (2025) | Sleepopolis
- 10 Benefits of Using Orthopedic Braces and Supports
- Do you actually need a cleansing brush? The experts reveal all
- Foot Callus Remover Deals: Smooth Feet for Less
- The 7 Best Electric Razors for a Hassle-Free Clean Shave
- Green Tea Benefits for Skin & Why It Works | Pureance
- Reviewers Say These Are The Best Eyeliners That Glide Onto Mature Skin
- 17 Grown-Up Ways to Decorate With Sequins
- Trump Administration Highlights: Carmakers Get Monthlong Reprieve From Tariffs
- Is Keemstar Married?
- Outlander Blood of my Blood: Veröffentlichungsfenster, Trailer, Casting, alles über das Prequel-Spin-off - Gamingdeputy Germany
- The anti-inflammatory flavones quercetin and kaempferol cause inhibition of inducible nitric oxide synthase, cyclooxyge…
- 6 MILLION WAYS 2 DIE - DopeBoyzMuzic
- De samenstelling van pure chocolade en de gezondheidsvoordelen - 100% CHOCO
- Host Range and Selectivity of the Hemiparasitic Plant Thesium chinense (Santalaceae)
- Cancer Charity Slammed Again For 'Shaming' Advert Likening Obesity To Smoking
- 32PSI Compressor Airbrush Kit
- How To Make Massage Oil Candles – Storables
- The 10 Best Powder Mineral Supplements of 2025 (Reviews) - FindThisBest
- Yes, amika is my favorite haircare brand: Here’s my full review
- Best Cellulite Massagers for Smooth Skin — Starting at $7
- $2/mo - Finance Mind Bodhi Toe Separators - Correcting Bunions and Restoring Toes to Their Original Shape - For Men and Women - Toe Spacers Bunion Corrector – Clear | Buy Now, Pay Later
- What Equipment Do I Need To Start Tattooing?
- Non-Boring Gel Manicures That Are Pretty Enough For Your Social Lives
- Norelco | How do I attach/detach an attachment of my Philips Groomer?
- Blush Liquido Game On
- The Importance of Proper Lubrication for Racing Engines
- These 12 Nail Files Help You Achieve Strong, Salon-Quality Manis and Pedis
- 510+ Catchy Eco Friendly Makeup Brushes Name Ideas
- Heiniger Sirius/Orion Snap-On Detachable Clipper Blade (No.1/2.4mm)
- 5 Best Pumice Stones for Calluses in 2025 - 99Boulders
- Buy Individual Lashes Online | MODELROCK
- Jo Malone London Care Collection Restore Body Treatment Scrub — Beauty Bible POSTS — Beauty Bible
- Sonic Vibration Gua Sha Micro-current Massager
- Most ancient Europeans had dark skin, eyes and hair up until 3,000 years ago, new research finds
- Healthcare in The Netherlands
- Master The Art Of Flawless Eyebrows Inspired By Millie Gibson
- Le Comte de Bouderbala 3 - Nouveau spectacle - Théâtre Le République
- Black Guard - Warhammer - The Old World
- How to Prevent and Treat Cracked Heels: Foot Care Tips from a Foot Doctor in Conroe, TX — Doctor's Inc.
- The 13 Best Deodorants That Won’t Irritate Sensitive Underarms
- deweisn Folding Travel Mirror Lighted Makeup Mirror with 72 LED 3 Colors Light, USB Rechargeable, Portable, Ultra Thin, Compact Illuminated Vanity Mirror with Touch Screen Dimming for Cosmetic
- Automated packaging makes noise at Crutchfield
- Hairy Man Care | Mini Beard Oil Sample Kit
- I Tested the Best Antiperspirant Spray for Feet and Here's Why I'll Never Go Back!
- Best Nail Dryers for Regular Nail Polish {Top 15 } - Buying Guide
- Trump White House has asked U.S. military to develop options for the Panama Canal, officials say
- Brief periods of very low heart rate only in the morning with fetal Doppler - August 2025 Babies | Forums | What to Expect
- Türkisch für Anfänger Staffel 3 - Jetzt Stream anschauen
- MelodySusie's Art Design Series: Where Artistry Meets Luxury for Timeless Nail Elegance
- The Best Wing Eyeliner Stamps & Pens for the Perfect Cat Eye
- The simple 4-step skincare routine for men | NIVEA MEN
- This Gel Eyeliner Didn’t Move for 12 Hours
- Contact Lens Brands Guide | SmartBuyGlasses NZ
- throne and liberty temple of truth Minecraft Servers Flavor — Minecraft Servers List
- Handcreme bei Öko-Test & Stiftung Warentest: Einige Testsieger sind sehr günstig
- MelodySusie Super Cut Edition 5 in 1 Nail Drill Bits, 3/32'' Carbide Tungsten Multi-function Bits, Suitable for Manicure Pedicure Cuticle Gel Polishing, Purple, Series Bit-M, Double Coarse
- The Mysteries of Yajuj and Majuj: A Look into Quran and Hadith
- The Best Shampoos For Men With Thinning Hair, According To A Dermatologist
- Free Sewing Patterns | So Sew Easy
- Can Babies Play With Shaving Foam? – Sensory Activities For Babies – Fairy Good Mommy
- LED Light Therapy for Skin: A Comprehensive Guide to Rejuvenation
- This Is The Only Hair Removal Method That's Permanent, Says The FDA. Experts Explain.
Article information
Author: Foster Heidenreich CPA
Last Updated:
Views: 6308
Rating: 4.6 / 5 (76 voted)
Reviews: 83% of readers found this page helpful
Author information
Name: Foster Heidenreich CPA
Birthday: 1995-01-14
Address: 55021 Usha Garden, North Larisa, DE 19209
Phone: +6812240846623
Job: Corporate Healthcare Strategist
Hobby: Singing, Listening to music, Rafting, LARPing, Gardening, Quilting, Rappelling
Introduction: My name is Foster Heidenreich CPA, I am a delightful, quaint, glorious, quaint, faithful, enchanting, fine person who loves writing and wants to share my knowledge and understanding with you.