Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Credits to Aqua#1213 also find this GUI on the official thread https://v3rmillion.net/showthread.php?tid=562928
- PlayerName = tostring(game.Players.LocalPlayer.Name)
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TpBox = Instance.new("TextBox")
- local TpConfirm = Instance.new("TextButton")
- local WsBox = Instance.new("TextBox")
- local WsConfirm = Instance.new("TextButton")
- local Floor9 = Instance.new("TextButton")
- local Floor8 = Instance.new("TextButton")
- local Floor5 = Instance.new("TextButton")
- local Floor7 = Instance.new("TextButton")
- local Boss2 = Instance.new("TextButton")
- local Boss3 = Instance.new("TextButton")
- local Boss1 = Instance.new("TextButton")
- local Floor6 = Instance.new("TextButton")
- local Boss4 = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local STAMINA = Instance.new("TextButton")
- local Open = Instance.new("TextButton")
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.701961, 0.701961, 0.701961)
- Frame.BorderColor3 = Color3.new(0, 0, 0)
- Frame.BorderSizePixel = 2
- Frame.Position = UDim2.new(0, 1365, 0, 530)
- Frame.Size = UDim2.new(0, 540, 0, 270)
- Frame.Active = true
- Frame.Draggable = true
- TpBox.Name = "TpBox"
- TpBox.Parent = Frame
- TpBox.BackgroundColor3 = Color3.new(1, 1, 1)
- TpBox.BorderSizePixel = 2
- TpBox.Position = UDim2.new(0, 10, 0, 220)
- TpBox.Size = UDim2.new(0, 200, 0, 40)
- TpBox.Font = Enum.Font.SourceSans
- TpBox.FontSize = Enum.FontSize.Size48
- TpBox.Text = "PLAYER NAME HERE"
- TpBox.TextScaled = true
- TpBox.TextSize = 40
- TpBox.TextWrapped = true
- TpConfirm.Name = "TpConfirm"
- TpConfirm.Parent = Frame
- TpConfirm.BackgroundColor3 = Color3.new(1, 1, 1)
- TpConfirm.BorderColor3 = Color3.new(0, 0, 0)
- TpConfirm.BorderSizePixel = 2
- TpConfirm.Position = UDim2.new(0, 10, 0, 160)
- TpConfirm.Size = UDim2.new(0, 200, 0, 50)
- TpConfirm.Font = Enum.Font.SourceSans
- TpConfirm.FontSize = Enum.FontSize.Size14
- TpConfirm.Text = "TELEPORT"
- TpConfirm.TextColor3 = Color3.new(0, 0, 0)
- TpConfirm.TextScaled = true
- TpConfirm.TextSize = 14
- TpConfirm.TextWrapped = true
- WsBox.Name = "WsBox"
- WsBox.Parent = Frame
- WsBox.BackgroundColor3 = Color3.new(1, 1, 1)
- WsBox.BorderSizePixel = 2
- WsBox.Position = UDim2.new(0, 330, 0, 220)
- WsBox.Size = UDim2.new(0, 200, 0, 40)
- WsBox.Font = Enum.Font.SourceSans
- WsBox.FontSize = Enum.FontSize.Size48
- WsBox.Text = "WALKSPEED HERE"
- WsBox.TextScaled = true
- WsBox.TextSize = 40
- WsBox.TextWrapped = true
- WsConfirm.Name = "WsConfirm"
- WsConfirm.Parent = Frame
- WsConfirm.BackgroundColor3 = Color3.new(1, 1, 1)
- WsConfirm.BorderColor3 = Color3.new(0, 0, 0)
- WsConfirm.BorderSizePixel = 2
- WsConfirm.Position = UDim2.new(0, 330, 0, 160)
- WsConfirm.Size = UDim2.new(0, 200, 0, 50)
- WsConfirm.Font = Enum.Font.SourceSans
- WsConfirm.FontSize = Enum.FontSize.Size14
- WsConfirm.Text = "SET SPEED"
- WsConfirm.TextColor3 = Color3.new(0, 0, 0)
- WsConfirm.TextScaled = true
- WsConfirm.TextSize = 14
- WsConfirm.TextWrapped = true
- Floor9.Name = "Floor9"
- Floor9.Parent = Frame
- Floor9.BackgroundColor3 = Color3.new(1, 1, 1)
- Floor9.BorderSizePixel = 2
- Floor9.Position = UDim2.new(0, 450, 0, 10)
- Floor9.Size = UDim2.new(0, 80, 0, 90)
- Floor9.Font = Enum.Font.SourceSans
- Floor9.FontSize = Enum.FontSize.Size96
- Floor9.Text = "9"
- Floor9.TextSize = 96
- Floor9.TextWrapped = true
- Floor8.Name = "Floor8"
- Floor8.Parent = Frame
- Floor8.BackgroundColor3 = Color3.new(1, 1, 1)
- Floor8.BorderSizePixel = 2
- Floor8.Position = UDim2.new(0, 340, 0, 60)
- Floor8.Size = UDim2.new(0, 100, 0, 40)
- Floor8.Font = Enum.Font.SourceSans
- Floor8.FontSize = Enum.FontSize.Size48
- Floor8.Text = "Floor 8"
- Floor8.TextScaled = true
- Floor8.TextSize = 48
- Floor8.TextWrapped = true
- Floor5.Name = "Floor5"
- Floor5.Parent = Frame
- Floor5.BackgroundColor3 = Color3.new(1, 1, 1)
- Floor5.BorderSizePixel = 2
- Floor5.Position = UDim2.new(0, 10, 0, 60)
- Floor5.Size = UDim2.new(0, 100, 0, 40)
- Floor5.Font = Enum.Font.SourceSans
- Floor5.FontSize = Enum.FontSize.Size48
- Floor5.Text = "Floor 5"
- Floor5.TextScaled = true
- Floor5.TextSize = 48
- Floor5.TextWrapped = true
- Floor7.Name = "Floor7"
- Floor7.Parent = Frame
- Floor7.BackgroundColor3 = Color3.new(1, 1, 1)
- Floor7.BorderSizePixel = 2
- Floor7.Position = UDim2.new(0, 230, 0, 60)
- Floor7.Size = UDim2.new(0, 100, 0, 40)
- Floor7.Font = Enum.Font.SourceSans
- Floor7.FontSize = Enum.FontSize.Size48
- Floor7.Text = "Floor 7"
- Floor7.TextScaled = true
- Floor7.TextSize = 48
- Floor7.TextWrapped = true
- Boss2.Name = "Boss2"
- Boss2.Parent = Frame
- Boss2.BackgroundColor3 = Color3.new(1, 1, 1)
- Boss2.BorderSizePixel = 2
- Boss2.Position = UDim2.new(0, 120, 0, 10)
- Boss2.Size = UDim2.new(0, 100, 0, 40)
- Boss2.Font = Enum.Font.SourceSans
- Boss2.FontSize = Enum.FontSize.Size48
- Boss2.Text = "Floor 2"
- Boss2.TextScaled = true
- Boss2.TextSize = 48
- Boss2.TextWrapped = true
- Boss3.Name = "Boss3"
- Boss3.Parent = Frame
- Boss3.BackgroundColor3 = Color3.new(1, 1, 1)
- Boss3.BorderSizePixel = 2
- Boss3.Position = UDim2.new(0, 230, 0, 10)
- Boss3.Size = UDim2.new(0, 100, 0, 40)
- Boss3.Font = Enum.Font.SourceSans
- Boss3.FontSize = Enum.FontSize.Size48
- Boss3.Text = "Floor 3"
- Boss3.TextScaled = true
- Boss3.TextSize = 48
- Boss3.TextWrapped = true
- Boss1.Name = "Boss1"
- Boss1.Parent = Frame
- Boss1.BackgroundColor3 = Color3.new(1, 1, 1)
- Boss1.BorderSizePixel = 2
- Boss1.Position = UDim2.new(0, 10, 0, 10)
- Boss1.Size = UDim2.new(0, 100, 0, 40)
- Boss1.Font = Enum.Font.SourceSans
- Boss1.FontSize = Enum.FontSize.Size48
- Boss1.Text = "Floor 1"
- Boss1.TextScaled = true
- Boss1.TextSize = 48
- Boss1.TextWrapped = true
- Floor6.Name = "Floor6"
- Floor6.Parent = Frame
- Floor6.BackgroundColor3 = Color3.new(1, 1, 1)
- Floor6.BorderSizePixel = 2
- Floor6.Position = UDim2.new(0, 120, 0, 60)
- Floor6.Size = UDim2.new(0, 100, 0, 40)
- Floor6.Font = Enum.Font.SourceSans
- Floor6.FontSize = Enum.FontSize.Size48
- Floor6.Text = "[TRADING] [FLOOR]"
- Floor6.TextScaled = true
- Floor6.TextSize = 48
- Floor6.TextWrapped = true
- Boss4.Name = "Boss4"
- Boss4.Parent = Frame
- Boss4.BackgroundColor3 = Color3.new(1, 1, 1)
- Boss4.BorderSizePixel = 2
- Boss4.Position = UDim2.new(0, 340, 0, 10)
- Boss4.Size = UDim2.new(0, 100, 0, 40)
- Boss4.Font = Enum.Font.SourceSans
- Boss4.FontSize = Enum.FontSize.Size48
- Boss4.Text = "Floor 4"
- Boss4.TextScaled = true
- Boss4.TextSize = 48
- Boss4.TextWrapped = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BorderSizePixel = 3
- TextLabel.Position = UDim2.new(0, 10, 0, 115)
- TextLabel.Size = UDim2.new(0, 520, 0, 30)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.FontSize = Enum.FontSize.Size14
- TextLabel.Text = "MADE BY AQUA#1213 PLEASE VOUCH"
- TextLabel.TextColor3 = Color3.new(0.603922, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- Close.Name = "Close"
- Close.Parent = Frame
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.BorderColor3 = Color3.new(0.831373, 0, 0)
- Close.BorderSizePixel = 3
- Close.Position = UDim2.new(0, -10, 0, -10)
- Close.Size = UDim2.new(0, 20, 0, 20)
- Close.Font = Enum.Font.Fantasy
- Close.FontSize = Enum.FontSize.Size32
- Close.Text = "-"
- Close.TextColor3 = Color3.new(1, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 30
- Close.TextWrapped = true
- STAMINA.Name = "STAMINA"
- STAMINA.Parent = Frame
- STAMINA.BackgroundColor3 = Color3.new(1, 1, 1)
- STAMINA.BorderColor3 = Color3.new(0, 0, 0)
- STAMINA.BorderSizePixel = 2
- STAMINA.Position = UDim2.new(0, 230, 0, 160)
- STAMINA.Size = UDim2.new(0, 80, 0, 100)
- STAMINA.Font = Enum.Font.SourceSansSemibold
- STAMINA.FontSize = Enum.FontSize.Size24
- STAMINA.Text = "INFINITE STAMINA"
- STAMINA.TextSize = 24
- STAMINA.TextWrapped = true
- Open.Name = "Open"
- Open.Parent = ScreenGui
- Open.BackgroundColor3 = Color3.new(1, 1, 1)
- Open.BorderColor3 = Color3.new(0.831373, 0, 0)
- Open.BorderSizePixel = 3
- Open.Position = UDim2.new(0, 1895, 0, 520)
- Open.Size = UDim2.new(0, 20, 0, 20)
- Open.Visible = false
- Open.Font = Enum.Font.Fantasy
- Open.FontSize = Enum.FontSize.Size32
- Open.Text = "+"
- Open.TextColor3 = Color3.new(1, 0, 0)
- Open.TextScaled = true
- Open.TextSize = 30
- Open.TextWrapped = true
- Open.Active = true
- Open.Draggable = true
- Floor9.MouseButton1Down:connect(function()
- game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3588.53, 2904.99, -7707.6))
- wait(1)
- if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
- wait(3)
- game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3588.53, 2904.99, -7707.6))
- end
- end)
- WsConfirm.MouseButton1Down:connect(function()
- workspace[PlayerName].Humanoid.WalkSpeed = tonumber(WsBox.Text)
- end)
- TpConfirm.MouseButton1Down:connect(function()
- local plr = TpBox.Text
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[plr].Character.HumanoidRootPart.CFrame
- wait(1)
- if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
- wait(3)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[plr].Character.HumanoidRootPart.CFrame
- else
- print("Successfully teleported, no retry required.")
- end
- end)
- Boss1.MouseButton1Down:connect(function()
- game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3059.16, -225, 1126.32))
- wait(1)
- if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
- wait(3)
- game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3059.16, -225, 1126.32))
- end
- end)
- Boss2.MouseButton1Down:connect(function()
- game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2952.43, 116.3, -9375))
- wait(1)
- if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
- wait(3)
- game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2952.43, 116.3, -9375))
- end
- end)
- Boss3.MouseButton1Down:connect(function()
- game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-375.99, 4168.04, -694))
- wait(1)
- if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
- wait(3)
- game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-375.99, 4168.04, -694))
- end
- end)
- Boss4.MouseButton1Down:connect(function()
- game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2380.2, 2153.35, -124.97))
- wait(1)
- if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
- wait(3)
- game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2380.2, 2153.35, -124.97))
- end
- end)
- Floor5.MouseButton1Down:connect(function()
- game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(2175.6, 1250, -388.3))
- wait(1)
- if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
- wait(3)
- game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(2175.6, 1250, -388.3))
- end
- end)
- Floor7.MouseButton1Down:connect(function()
- game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(3315.13281, 729.625977, -617.601))
- wait(1)
- if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
- wait(3)
- game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(3315.13281, 729.625977, -617.601))
- end
- end)
- Floor8.MouseButton1Down:connect(function()
- game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1642, 4078, 7721))
- wait(1)
- if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
- wait(3)
- game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1642, 4078, 7721))
- end
- end)
- Floor9.MouseButton1Down:connect(function()
- game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3588.53, 2904.99, -7707.6))
- wait(1)
- if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
- wait(3)
- game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3588.53, 2904.99, -7707.6))
- end
- end)
- STAMINA.MouseButton1Down:connect(function()
- local client = game:GetService("Players").LocalPlayer
- while wait() do
- if client.Character then
- client.Character:WaitForChild("Entity").Stamina.Value = 100
- end
- end
- end)
- local frame = ScreenGui.Frame
- local close = ScreenGui.Frame.Close
- local open = ScreenGui.Open
- open.MouseButton1Click:connect(function()
- Frame.Position = Open.Position
- open.Visible = false
- frame.Visible = true
- end)
- close.MouseButton1Click:connect(function()
- Open.Position = Frame.Position
- open.Visible = true
- frame.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement