Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local GamerGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextBox = Instance.new("TextBox")
- local Zetox = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- local JumpFly = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local X = Instance.new("TextButton")
- local Run = Instance.new("TextButton")
- local DELETE = Instance.new("TextButton")
- --Properties:
- GamerGui.Name = "GamerGui"
- GamerGui.Parent = game.CoreGui
- GamerGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- GamerGui.ResetOnSpawn = false
- Frame.Parent = GamerGui
- Frame.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- Frame.BorderColor3 = Color3.new(0, 0.317647, 1)
- Frame.BorderSizePixel = 3
- Frame.Position = UDim2.new(0.690402508, 0, 0.742014766, 0)
- Frame.Size = UDim2.new(0, 355, 0, 199)
- Frame.Active = true
- Frame.Draggable = true
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- TextBox.BorderColor3 = Color3.new(0, 0.317647, 1)
- TextBox.Position = UDim2.new(0.0654824525, 0, 0.137695074, 0)
- TextBox.Size = UDim2.new(0, 178, 0, 40)
- TextBox.Font = Enum.Font.SciFi
- TextBox.PlaceholderColor3 = Color3.new(0.431373, 0.411765, 1)
- TextBox.PlaceholderText = "Name goes here"
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.new(0, 0.317647, 1)
- TextBox.TextSize = 20
- TextBox.TextWrapped = true
- Zetox.Name = "Zetox"
- Zetox.Parent = Frame
- Zetox.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- Zetox.BorderColor3 = Color3.new(0, 0, 1)
- Zetox.Position = UDim2.new(0.61370939, 0, 0.16756627, 0)
- Zetox.Size = UDim2.new(0, 100, 0, 27)
- Zetox.Font = Enum.Font.SciFi
- Zetox.Text = "Zetox Gui"
- Zetox.TextColor3 = Color3.new(0, 0.317647, 1)
- Zetox.TextSize = 18
- --------------------------------------------------
- Zetox.MouseButton1Down:Connect(function()
- loadstring(game:GetObjects("rbxassetid://02565551523")[1].Source)()
- end)
- --------------------------------------------------
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- TextButton.BorderColor3 = Color3.new(0, 0, 1)
- TextButton.Position = UDim2.new(0.064413704, 0, 0.40958938, 0)
- TextButton.Size = UDim2.new(0, 154, 0, 35)
- TextButton.Font = Enum.Font.SciFi
- TextButton.Text = "Mine now"
- TextButton.TextColor3 = Color3.new(0, 0.317647, 1)
- TextButton.TextSize = 20
- --------------------------------------------------
- TextButton.MouseButton1Down:Connect(function()
- syn.write_clipboard(game.Players[TextBox].Boombox.Handle.SoundX)
- end)
- --------------------------------------------------
- JumpFly.Name = "JumpFly"
- JumpFly.Parent = Frame
- JumpFly.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- JumpFly.BorderColor3 = Color3.new(0, 0, 1)
- JumpFly.Position = UDim2.new(0.540469944, 0, 0.425572306, 0)
- JumpFly.Size = UDim2.new(0, 140, 0, 27)
- JumpFly.Font = Enum.Font.SciFi
- JumpFly.Text = "Jump Fly (Press F)"
- JumpFly.TextColor3 = Color3.new(0, 0.317647, 1)
- JumpFly.TextSize = 18
- JumpFly.TextWrapped = true
- --------------------------------------------------
- JumpFly.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/Z8hCJdK5'),true))()
- end)
- --------------------------------------------------
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- TextLabel.BorderColor3 = Color3.new(0, 0.317647, 1)
- TextLabel.BorderSizePixel = 3
- TextLabel.Position = UDim2.new(0, 0, -0.0753768831, 0)
- TextLabel.Size = UDim2.new(0, 355, 0, 31)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.Text = "TS2 Epic Gui V-1.0"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 21
- TextLabel.TextWrapped = true
- TextLabel.Draggable = true
- Run.Name = "Run"
- Run.Parent = Frame
- Run.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- Run.BorderColor3 = Color3.new(0, 0, 1)
- Run.Position = UDim2.new(0.0953994915, 0, 0.649978459, 0)
- Run.Size = UDim2.new(0, 110, 0, 27)
- Run.Font = Enum.Font.SciFi
- Run.Text = "infinite Run"
- Run.TextColor3 = Color3.new(0, 0.317647, 1)
- Run.TextSize = 18
- --------------------------------------------------
- Run.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/kr3EHBCt'),true))()
- end)
- --------------------------------------------------
- DELETE.Name = "DELETE"
- DELETE.Parent = Frame
- DELETE.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- DELETE.BorderColor3 = Color3.new(0, 0, 1)
- DELETE.Position = UDim2.new(0.44751215, 0, 0.649978459, 0)
- DELETE.Size = UDim2.new(0, 162, 0, 27)
- DELETE.Font = Enum.Font.SciFi
- DELETE.Text = "Click Delete(Press K)"
- DELETE.TextColor3 = Color3.new(0, 0.317647, 1)
- DELETE.TextSize = 18
- --------------------------------------------------
- DELETE.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/sKw6uvKj'),true))()
- end)
- --------------------------------------------------
- X.Name = "X"
- X.Parent = Frame
- X.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- X.BorderColor3 = Color3.new(0, 0, 1)
- X.BorderSizePixel = 0
- X.Position = UDim2.new(0.895399511, 0, -0.0603015088, 0)
- X.Size = UDim2.new(0, 37, 0, 25)
- X.Font = Enum.Font.Arial
- X.Text = "X"
- X.TextColor3 = Color3.new(0, 0.317647, 1)
- X.TextSize = 27
- X.TextWrapped = true
- --------------------------------------------------
- X.MouseButton1Down:Connect(function()
- game.CoreGui.GamerGui:Destroy()
- end)
- --------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement