Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --<>--
- --< press x to enable/disable gui >--
- --< Jacob.#8229 >--
- --<>--
- local gui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local top = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local left = Instance.new("Frame")
- local leftbut1 = Instance.new("TextButton")
- local leftbut2 = Instance.new("TextButton")
- local leftbut3 = Instance.new("TextButton")
- local leftbut4 = Instance.new("TextButton")
- local leftbut5 = Instance.new("TextButton")
- local right = Instance.new("Frame")
- local functions = Instance.new("Frame")
- local titlefunc = Instance.new("TextLabel")
- local func1 = Instance.new("TextLabel")
- local func2 = Instance.new("TextLabel")
- local func3 = Instance.new("TextLabel")
- local func4 = Instance.new("TextLabel")
- local func5 = Instance.new("TextLabel")
- local func6 = Instance.new("TextLabel")
- local main_2 = Instance.new("Frame")
- local maibut2 = Instance.new("TextButton")
- local maibut3 = Instance.new("TextButton")
- local titlemai = Instance.new("TextLabel")
- local maibut4 = Instance.new("TextButton")
- local maibut1 = Instance.new("TextButton")
- local maibut5 = Instance.new("TextButton")
- local maibut6 = Instance.new("TextButton")
- local maibut7 = Instance.new("TextButton")
- local maibut8 = Instance.new("TextButton")
- local other = Instance.new("Frame")
- local othbut1 = Instance.new("TextButton")
- local othbut2 = Instance.new("TextButton")
- local titleoth = Instance.new("TextLabel")
- local text = Instance.new("TextBox")
- local help = Instance.new("Frame")
- local titlehp = Instance.new("TextLabel")
- local credit1 = Instance.new("TextLabel")
- local credit2 = Instance.new("TextLabel")
- local oogabooga = Instance.new("TextLabel")
- local ape = Instance.new("TextLabel")
- local options = Instance.new("Frame")
- local opbut1 = Instance.new("TextButton")
- local opbut2 = Instance.new("TextButton")
- local titleop = Instance.new("TextLabel")
- local TeleportService = game:GetService("TeleportService")
- local player = game:GetService("Players").LocalPlayer
- local holder = game.Workspace.Map.Decor
- local work = game:GetService("Workspace")
- local mouse = player:GetMouse()
- gui.Name = "gui"
- gui.Parent = game.CoreGui
- gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- main.Name = "main"
- main.Parent = gui
- main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- main.BorderSizePixel = 0
- main.Position = UDim2.new(0, 10, 0, 10)
- main.Size = UDim2.new(0, 350, 0, 350)
- top.Name = "top"
- top.Parent = main
- top.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- top.BorderSizePixel = 0
- top.Position = UDim2.new(0, 0, 0.0199999996, 0)
- top.Size = UDim2.new(0, 350, 0, 40)
- title.Name = "title"
- title.Parent = top
- title.BackgroundColor3 = Color3.new(1, 1, 1)
- title.BackgroundTransparency = 1
- title.BorderSizePixel = 0
- title.Size = UDim2.new(0, 165, 0, 40)
- title.Font = Enum.Font.SourceSansBold
- title.Text = "PrimordialLands"
- title.TextColor3 = Color3.new(1, 1, 1)
- title.TextSize = 25
- left.Name = "left"
- left.Parent = main
- left.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- left.BorderSizePixel = 0
- left.Position = UDim2.new(0.0199999996, 0, 0.153809503, 0)
- left.Size = UDim2.new(0, 115, 0, 290)
- leftbut1.Name = "leftbut1"
- leftbut1.Parent = left
- leftbut1.BackgroundColor3 = Color3.new(0, 0, 0)
- leftbut1.BackgroundTransparency = 0.89999997615814
- leftbut1.Position = UDim2.new(0, 10, 0, 258)
- leftbut1.Size = UDim2.new(0, 95, 0, 25)
- leftbut1.Font = Enum.Font.SourceSansBold
- leftbut1.Text = "Options"
- leftbut1.TextColor3 = Color3.new(1, 1, 1)
- leftbut1.TextSize = 15
- leftbut1.MouseButton1Click:connect(function()
- functions.Visible =false
- help.Visible =false
- main_2.Visible =false
- options.Visible =true
- other.Visible =false
- end)
- leftbut2.Name = "leftbut2"
- leftbut2.Parent = left
- leftbut2.BackgroundColor3 = Color3.new(0, 0, 0)
- leftbut2.BackgroundTransparency = 0.89999997615814
- leftbut2.Position = UDim2.new(0, 10, 0, 8)
- leftbut2.Size = UDim2.new(0, 95, 0, 25)
- leftbut2.Font = Enum.Font.SourceSansBold
- leftbut2.Text = "Functions"
- leftbut2.TextColor3 = Color3.new(1, 1, 1)
- leftbut2.TextSize = 15
- leftbut2.MouseButton1Click:connect(function()
- functions.Visible =true
- help.Visible =false
- main_2.Visible =false
- options.Visible =false
- other.Visible =false
- end)
- leftbut3.Name = "leftbut3"
- leftbut3.Parent = left
- leftbut3.BackgroundColor3 = Color3.new(0, 0, 0)
- leftbut3.BackgroundTransparency = 0.89999997615814
- leftbut3.Position = UDim2.new(0, 10, 0, 225)
- leftbut3.Size = UDim2.new(0, 95, 0, 25)
- leftbut3.Font = Enum.Font.SourceSansBold
- leftbut3.Text = "Help"
- leftbut3.TextColor3 = Color3.new(1, 1, 1)
- leftbut3.TextSize = 15
- leftbut3.MouseButton1Click:connect(function()
- functions.Visible =false
- help.Visible =true
- main_2.Visible =false
- options.Visible =false
- other.Visible =false
- end)
- leftbut4.Name = "leftbut4"
- leftbut4.Parent = left
- leftbut4.BackgroundColor3 = Color3.new(0, 0, 0)
- leftbut4.BackgroundTransparency = 0.89999997615814
- leftbut4.Position = UDim2.new(0, 10, 0, 40)
- leftbut4.Size = UDim2.new(0, 95, 0, 25)
- leftbut4.Font = Enum.Font.SourceSansBold
- leftbut4.Text = "Main"
- leftbut4.TextColor3 = Color3.new(1, 1, 1)
- leftbut4.TextSize = 15
- leftbut4.MouseButton1Click:connect(function()
- functions.Visible =false
- help.Visible =false
- main_2.Visible =true
- options.Visible =false
- other.Visible =false
- end)
- leftbut5.Name = "leftbut5"
- leftbut5.Parent = left
- leftbut5.BackgroundColor3 = Color3.new(0, 0, 0)
- leftbut5.BackgroundTransparency = 0.89999997615814
- leftbut5.Position = UDim2.new(0, 10, 0, 72)
- leftbut5.Size = UDim2.new(0, 95, 0, 25)
- leftbut5.Font = Enum.Font.SourceSansBold
- leftbut5.Text = "Other"
- leftbut5.TextColor3 = Color3.new(1, 1, 1)
- leftbut5.TextSize = 15
- leftbut5.MouseButton1Click:connect(function()
- functions.Visible = false
- help.Visible = false
- main_2.Visible = false
- options.Visible = false
- other.Visible = true
- end)
- right.Name = "right"
- right.Parent = main
- right.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- right.BorderSizePixel = 0
- right.Position = UDim2.new(0.365714282, 0, 0.153809503, 0)
- right.Size = UDim2.new(0, 216, 0, 290)
- functions.Name = "functions"
- functions.Parent = right
- functions.BackgroundColor3 = Color3.new(1, 1, 1)
- functions.BackgroundTransparency = 1
- functions.BorderSizePixel = 0
- functions.Size = UDim2.new(0, 216, 0, 290)
- titlefunc.Name = "titlefunc"
- titlefunc.Parent = functions
- titlefunc.BackgroundColor3 = Color3.new(1, 1, 1)
- titlefunc.BackgroundTransparency = 1
- titlefunc.BorderSizePixel = 0
- titlefunc.Size = UDim2.new(0, 216, 0, 33)
- titlefunc.Font = Enum.Font.SourceSansBold
- titlefunc.Text = "Functions"
- titlefunc.TextColor3 = Color3.new(1, 1, 1)
- titlefunc.TextSize = 20
- func1.Name = "func1"
- func1.Parent = functions
- func1.BackgroundColor3 = Color3.new(1, 1, 1)
- func1.BackgroundTransparency = 1
- func1.BorderSizePixel = 0
- func1.Position = UDim2.new(0, 0, 0.137931034, 0)
- func1.Size = UDim2.new(0, 216, 0, 25)
- func1.Font = Enum.Font.SourceSansBold
- func1.Text = " * speed changer"
- func1.TextColor3 = Color3.new(1, 1, 1)
- func1.TextSize = 15
- func1.TextXAlignment = Enum.TextXAlignment.Left
- func2.Name = "func2"
- func2.Parent = functions
- func2.BackgroundColor3 = Color3.new(1, 1, 1)
- func2.BackgroundTransparency = 1
- func2.BorderSizePixel = 0
- func2.Position = UDim2.new(0, 0, 0.224137932, 0)
- func2.Size = UDim2.new(0, 216, 0, 25)
- func2.Font = Enum.Font.SourceSansBold
- func2.Text = " * walk on water & clear water"
- func2.TextColor3 = Color3.new(1, 1, 1)
- func2.TextSize = 15
- func2.TextXAlignment = Enum.TextXAlignment.Left
- func3.Name = "func3"
- func3.Parent = functions
- func3.BackgroundColor3 = Color3.new(1, 1, 1)
- func3.BackgroundTransparency = 1
- func3.BorderSizePixel = 0
- func3.Position = UDim2.new(0, 0, 0.310344815, 0)
- func3.Size = UDim2.new(0, 216, 0, 25)
- func3.Font = Enum.Font.SourceSansBold
- func3.Text = " * esp (bug/plr/bot)"
- func3.TextColor3 = Color3.new(1, 1, 1)
- func3.TextSize = 15
- func3.TextXAlignment = Enum.TextXAlignment.Left
- func4.Name = "func4"
- func4.Parent = functions
- func4.BackgroundColor3 = Color3.new(1, 1, 1)
- func4.BackgroundTransparency = 1
- func4.BorderSizePixel = 0
- func4.Position = UDim2.new(0, 0, 0.396551728, 0)
- func4.Size = UDim2.new(0, 216, 0, 25)
- func4.Font = Enum.Font.SourceSansBold
- func4.Text = " * invis tree's / noclip tree's"
- func4.TextColor3 = Color3.new(1, 1, 1)
- func4.TextSize = 15
- func4.TextXAlignment = Enum.TextXAlignment.Left
- func5.Name = "func5"
- func5.Parent = functions
- func5.BackgroundColor3 = Color3.new(1, 1, 1)
- func5.BackgroundTransparency = 1
- func5.BorderSizePixel = 0
- func5.Position = UDim2.new(0, 0, 0.396551728, 0)
- func5.Size = UDim2.new(0, 216, 0, 25)
- func5.Font = Enum.Font.SourceSansBold
- func5.Text = " * "
- func5.TextColor3 = Color3.new(1, 1, 1)
- func5.TextSize = 15
- func5.TextXAlignment = Enum.TextXAlignment.Left
- func6.Name = "func6"
- func6.Parent = functions
- func6.BackgroundColor3 = Color3.new(1, 1, 1)
- func6.BackgroundTransparency = 1
- func6.BorderSizePixel = 0
- func6.Position = UDim2.new(0, 0, 0.482758641, 0)
- func6.Size = UDim2.new(0, 216, 0, 25)
- func6.Font = Enum.Font.SourceSansBold
- func6.Text = " * rejoin"
- func6.TextColor3 = Color3.new(1, 1, 1)
- func6.TextSize = 15
- func6.TextXAlignment = Enum.TextXAlignment.Left
- main_2.Name = "main"
- main_2.Parent = right
- main_2.BackgroundColor3 = Color3.new(1, 1, 1)
- main_2.BackgroundTransparency = 1
- main_2.BorderSizePixel = 0
- main_2.Size = UDim2.new(0, 216, 0, 290)
- main_2.Visible = false
- maibut2.Name = "maibut2"
- maibut2.Parent = main_2
- maibut2.BackgroundColor3 = Color3.new(0, 0, 0)
- maibut2.BackgroundTransparency = 0.89999997615814
- maibut2.Position = UDim2.new(0, 10, 0, 43)
- maibut2.Size = UDim2.new(0, 95, 0, 25)
- maibut2.Font = Enum.Font.SourceSansBold
- maibut2.Text = "Invis Tree's"
- maibut2.TextColor3 = Color3.new(1, 1, 1)
- maibut2.TextSize = 15
- maibut2.MouseButton1Click:connect(function()
- for i,v in pairs(holder:GetChildren()) do
- if v.Name == "Union" then
- v.Transparency = 0.8
- end
- end
- end)
- titlemai.Name = "titlemai"
- titlemai.Parent = main_2
- titlemai.BackgroundColor3 = Color3.new(1, 1, 1)
- titlemai.BackgroundTransparency = 1
- titlemai.BorderSizePixel = 0
- titlemai.Size = UDim2.new(0, 216, 0, 33)
- titlemai.Font = Enum.Font.SourceSansBold
- titlemai.Text = "Main "
- titlemai.TextColor3 = Color3.new(1, 1, 1)
- titlemai.TextSize = 20
- maibut3.Name = "maibut3"
- maibut3.Parent = main_2
- maibut3.BackgroundColor3 = Color3.new(0, 0, 0)
- maibut3.BackgroundTransparency = 0.89999997615814
- maibut3.Position = UDim2.new(0, 111, 0, 43)
- maibut3.Size = UDim2.new(0, 95, 0, 25)
- maibut3.Font = Enum.Font.SourceSansBold
- maibut3.Text = "Plr Esp"
- maibut3.TextColor3 = Color3.new(1, 1, 1)
- maibut3.TextSize = 15
- maibut3.MouseButton1Click:connect(function()
- end)
- maibut5.Name = "maibut5"
- maibut5.Parent = main_2
- maibut5.BackgroundColor3 = Color3.new(0, 0, 0)
- maibut5.BackgroundTransparency = 0.89999997615814
- maibut5.Position = UDim2.new(0, 111, 0, 75)
- maibut5.Size = UDim2.new(0, 95, 0, 25)
- maibut5.Font = Enum.Font.SourceSansBold
- maibut5.Text = "Bot Esp"
- maibut5.TextColor3 = Color3.new(1, 1, 1)
- maibut5.TextSize = 15
- maibut5.MouseButton1Click:connect(function()
- for i,v in pairs(work:GetChildren()) do
- if v.Name == "Bug" then
- Instance.new("BillboardGui",v)
- end
- end
- end)
- maibut4.Name = "maibut4"
- maibut4.Parent = main_2
- maibut4.BackgroundColor3 = Color3.new(0, 0, 0)
- maibut4.BackgroundTransparency = 0.89999997615814
- maibut4.Position = UDim2.new(0, 10, 0, 107)
- maibut4.Size = UDim2.new(0, 196, 0, 25)
- maibut4.Font = Enum.Font.SourceSansBold
- maibut4.Text = "Bug Esp"
- maibut4.TextColor3 = Color3.new(1, 1, 1)
- maibut4.TextSize = 15
- maibut4.MouseButton1Click:connect(function()
- for i,v in pairs(work:GetChildren()) do
- if v.Name == "Bug" then
- Instance.new("BillboardGui",v)
- Instance.new("TextLabel",v)
- v.BillboardGui.Name = "bb"
- v.TextLabel.Name = "esp"
- -- ESP SETTINGS
- v.esp.TextColor3 = Color3(255,255,255)
- v.esp.Text = "Bug"
- v.esp.Font = "SourceSansBold"
- v.esp.TextSize = 15
- v.esp.Transparency = 1
- v.esp.Parent = v.bb
- end
- end
- end) warn("BUG ESP CREATED")
- maibut1.Name = "maibut1"
- maibut1.Parent = main_2
- maibut1.BackgroundColor3 = Color3.new(0, 0, 0)
- maibut1.BackgroundTransparency = 0.89999997615814
- maibut1.Position = UDim2.new(0, 10, 0, 75)
- maibut1.Size = UDim2.new(0, 95, 0, 25)
- maibut1.Font = Enum.Font.SourceSansBold
- maibut1.Text = "Noclip Tree's"
- maibut1.TextColor3 = Color3.new(1, 1, 1)
- maibut1.TextSize = 15
- maibut1.MouseButton1Click:connect(function()
- for i,v in pairs(holder:GetChildren()) do
- if v.Name == "Union" then
- v.CanCollide = false
- end
- end
- end)
- maibut6.Name = "maibut6"
- maibut6.Parent = main_2
- maibut6.BackgroundColor3 = Color3.new(0, 0, 0)
- maibut6.BackgroundTransparency = 0.89999997615814
- maibut6.Position = UDim2.new(0, 10, 0, 142)
- maibut6.Size = UDim2.new(0, 95, 0, 25)
- maibut6.Font = Enum.Font.SourceSansBold
- maibut6.Text = "Walk On Water"
- maibut6.TextColor3 = Color3.new(1, 1, 1)
- maibut6.TextSize = 15
- maibut6.MouseButton1Click:connect(function()
- work.Map.Water.Water.CanCollide = true
- end)
- maibut7.Name = "maibut7"
- maibut7.Parent = main_2
- maibut7.BackgroundColor3 = Color3.new(0, 0, 0)
- maibut7.BackgroundTransparency = 0.89999997615814
- maibut7.Position = UDim2.new(0, 111, 0, 142)
- maibut7.Size = UDim2.new(0, 95, 0, 25)
- maibut7.Font = Enum.Font.SourceSansBold
- maibut7.Text = "Invis Water"
- maibut7.TextColor3 = Color3.new(1, 1, 1)
- maibut7.TextSize = 15
- maibut7.MouseButton1Click:connect(function()
- work.Map.Water.Water.Transparency = 1
- end)
- maibut8.Name = "maibut8"
- maibut8.Parent = main_2
- maibut8.BackgroundColor3 = Color3.new(0, 0, 0)
- maibut8.BackgroundTransparency = 0.89999997615814
- maibut8.Position = UDim2.new(0, 60, 0, 173)
- maibut8.Size = UDim2.new(0, 95, 0, 25)
- maibut8.Font = Enum.Font.SourceSansBold
- maibut8.Text = "Disable"
- maibut8.TextColor3 = Color3.new(1, 1, 1)
- maibut8.TextSize = 15
- maibut8.MouseButton1Click:connect(function()
- work.Map.Water.Water.Transparency = 0
- work.Map.Water.Water.CanCollide = false
- for i,v in pairs(holder:GetChildren()) do
- if v.name == "Union" then
- v.CanCollide = true
- v.Transparency = 0
- end
- end
- end)
- other.Name = "other"
- other.Parent = right
- other.BackgroundColor3 = Color3.new(1, 1, 1)
- other.BackgroundTransparency = 1
- other.BorderSizePixel = 0
- other.Size = UDim2.new(0, 216, 0, 290)
- other.Visible = false
- othbut1.Name = "othbut1"
- othbut1.Parent = other
- othbut1.BackgroundColor3 = Color3.new(0, 0, 0)
- othbut1.BackgroundTransparency = 0.89999997615814
- othbut1.Position = UDim2.new(0, 8, 0, 81)
- othbut1.Size = UDim2.new(0, 95, 0, 25)
- othbut1.Font = Enum.Font.SourceSansBold
- othbut1.Text = "Set Speed"
- othbut1.TextColor3 = Color3.new(1, 1, 1)
- othbut1.TextSize = 15
- othbut1.MouseButton1Click:connect(function()
- player.Character.Humanoid.WalkSpeed = text.Text
- end)
- othbut2.Name = "othbut2"
- othbut2.Parent = other
- othbut2.BackgroundColor3 = Color3.new(0, 0, 0)
- othbut2.BackgroundTransparency = 0.89999997615814
- othbut2.Position = UDim2.new(0, 113, 0, 81)
- othbut2.Size = UDim2.new(0, 95, 0, 25)
- othbut2.Font = Enum.Font.SourceSansBold
- othbut2.Text = "INF Stam"
- othbut2.TextColor3 = Color3.new(1, 1, 1)
- othbut2.TextSize = 15
- othbut2.MouseButton1Click:connect(function()
- while true do
- wait(0.1)
- game:GetService("ReplicatedStorage")["Events"]["Stamina"]:FireServer(5)
- end
- end)
- titleoth.Name = "titleoth"
- titleoth.Parent = other
- titleoth.BackgroundColor3 = Color3.new(1, 1, 1)
- titleoth.BackgroundTransparency = 1
- titleoth.BorderSizePixel = 0
- titleoth.Size = UDim2.new(0, 216, 0, 33)
- titleoth.Font = Enum.Font.SourceSansBold
- titleoth.Text = "Other"
- titleoth.TextColor3 = Color3.new(1, 1, 1)
- titleoth.TextSize = 20
- text.Name = "text"
- text.Parent = other
- text.BackgroundColor3 = Color3.new(1, 1, 1)
- text.BackgroundTransparency = 0.89999997615814
- text.BorderSizePixel = 0
- text.Position = UDim2.new(0.0370370373, 0, 0.162068963, 0)
- text.Size = UDim2.new(0, 200, 0, 25)
- text.Font = Enum.Font.SourceSansBold
- text.Text = "~ Value ~"
- text.TextColor3 = Color3.new(1, 1, 1)
- text.TextSize = 14
- help.Name = "help"
- help.Parent = right
- help.BackgroundColor3 = Color3.new(1, 1, 1)
- help.BackgroundTransparency = 1
- help.BorderSizePixel = 0
- help.Size = UDim2.new(0, 216, 0, 290)
- help.Visible = false
- titlehp.Name = "titlehp"
- titlehp.Parent = help
- titlehp.BackgroundColor3 = Color3.new(1, 1, 1)
- titlehp.BackgroundTransparency = 1
- titlehp.BorderSizePixel = 0
- titlehp.Size = UDim2.new(0, 216, 0, 33)
- titlehp.Font = Enum.Font.SourceSansBold
- titlehp.Text = "Help"
- titlehp.TextColor3 = Color3.new(1, 1, 1)
- titlehp.TextSize = 20
- credit1.Name = "credit1"
- credit1.Parent = help
- credit1.BackgroundColor3 = Color3.new(1, 1, 1)
- credit1.BackgroundTransparency = 1
- credit1.Position = UDim2.new(0.0370370373, 0, 0.137931034, 0)
- credit1.Size = UDim2.new(0, 200, 0, 25)
- credit1.Font = Enum.Font.SourceSansBold
- credit1.Text = "Developers:"
- credit1.TextColor3 = Color3.new(0.392157, 0.392157, 0.392157)
- credit1.TextSize = 20
- credit2.Name = "credit2"
- credit2.Parent = help
- credit2.BackgroundColor3 = Color3.new(1, 1, 1)
- credit2.BackgroundTransparency = 1
- credit2.Position = UDim2.new(0.0370370373, 0, 0.224137932, 0)
- credit2.Size = UDim2.new(0, 200, 0, 25)
- credit2.Font = Enum.Font.SourceSansBold
- credit2.Text = "Jacob.#8229 - gui / scripter"
- credit2.TextColor3 = Color3.new(0.392157, 0.392157, 0.392157)
- credit2.TextSize = 15
- oogabooga.Name = "oogabooga"
- oogabooga.Parent = help
- oogabooga.BackgroundColor3 = Color3.new(1, 1, 1)
- oogabooga.BackgroundTransparency = 1
- oogabooga.Position = UDim2.new(0.0370370373, 0, 0.372413844, 0)
- oogabooga.Size = UDim2.new(0, 200, 0, 116)
- oogabooga.Font = Enum.Font.SourceSansBold
- oogabooga.Text = "retard ooga booga why u need help using this?"
- oogabooga.TextColor3 = Color3.new(1, 0, 0)
- oogabooga.TextScaled = true
- oogabooga.TextSize = 15
- oogabooga.TextWrapped = true
- ape.Name = "ape"
- ape.Parent = help
- ape.BackgroundColor3 = Color3.new(1, 1, 1)
- ape.BackgroundTransparency = 1
- ape.Position = UDim2.new(0.615740716, 0, 0.889655173, 0)
- ape.Size = UDim2.new(0, 75, 0, 24)
- ape.Font = Enum.Font.SourceSansBold
- ape.Text = "fucking ape"
- ape.TextColor3 = Color3.new(0.392157, 0.392157, 0.392157)
- ape.TextSize = 15
- options.Name = "options"
- options.Parent = right
- options.BackgroundColor3 = Color3.new(1, 1, 1)
- options.BackgroundTransparency = 1
- options.BorderSizePixel = 0
- options.Size = UDim2.new(0, 216, 0, 290)
- options.Visible = false
- opbut1.Name = "opbut1"
- opbut1.Parent = options
- opbut1.BackgroundColor3 = Color3.new(0, 0, 0)
- opbut1.BackgroundTransparency = 0.89999997615814
- opbut1.Position = UDim2.new(0, 10, 0, 255)
- opbut1.Size = UDim2.new(0, 95, 0, 25)
- opbut1.Font = Enum.Font.SourceSansBold
- opbut1.Text = "Destroy"
- opbut1.TextColor3 = Color3.new(1, 1, 1)
- opbut1.TextSize = 15
- opbut1.MouseButton1Click:connect(function()
- gui:Destroy()
- end)
- titleop.Name = "titleop"
- titleop.Parent = options
- titleop.BackgroundColor3 = Color3.new(1, 1, 1)
- titleop.BackgroundTransparency = 1
- titleop.BorderSizePixel = 0
- titleop.Size = UDim2.new(0, 216, 0, 33)
- titleop.Font = Enum.Font.SourceSansBold
- titleop.Text = "Options"
- titleop.TextColor3 = Color3.new(1, 1, 1)
- titleop.TextSize = 20
- opbut2.Name = "opbut2"
- opbut2.Parent = options
- opbut2.BackgroundColor3 = Color3.new(0, 0, 0)
- opbut2.BackgroundTransparency = 0.89999997615814
- opbut2.Position = UDim2.new(0, 111, 0, 255)
- opbut2.Size = UDim2.new(0, 95, 0, 25)
- opbut2.Font = Enum.Font.SourceSansBold
- opbut2.Text = "Rejoin"
- opbut2.TextColor3 = Color3.new(1, 1, 1)
- opbut2.TextSize = 15
- opbut2.MouseButton1Click:connect(function()
- TeleportService:Teleport(4500774956, player)
- end)
- --<>-- --<>--
- mouse.KeyDown:Connect(function(key)
- if(key == "x") then
- if main.Visible == true then
- main.Visible = false
- elseif main.Visible == false then
- main.Visible = true
- end
- end
- end)
- --<>-- --<>--
- while true do
- for i = 0,1,0.001*3 do
- title.TextColor3 = Color3.fromHSV(i,1,1)
- wait()
- end
- end
- --<>-- --<>--
Add Comment
Please, Sign In to add comment