Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local Guiparaamigos = Instance.new("ScreenGui")
- local AbrirA = Instance.new("Frame")
- local AbrirB = Instance.new("TextButton")
- local GUI = Instance.new("Frame")
- local fly = Instance.new("TextButton")
- local noclip = Instance.new("TextButton")
- local bbgui = Instance.new("TextButton")
- local mcgui = Instance.new("TextButton")
- local cerrar = Instance.new("TextButton")
- --Properties:
- Guiparaamigos.Name = "Gui para amigos"
- Guiparaamigos.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Guiparaamigos.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- AbrirA.Name = "AbrirA"
- AbrirA.Parent = Guiparaamigos
- AbrirA.BackgroundColor3 = Color3.new(0, 0, 0)
- AbrirA.Position = UDim2.new(0, 0, 0.862135887, 0)
- AbrirA.Size = UDim2.new(0, 100, 0, 71)
- AbrirB.Name = "AbrirB"
- AbrirB.Parent = AbrirA
- AbrirB.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- AbrirB.Position = UDim2.new(0.0396075882, 0, 0.134636968, 0)
- AbrirB.Size = UDim2.new(0, 92, 0, 50)
- AbrirB.Font = Enum.Font.SourceSans
- AbrirB.Text = "Abrir"
- AbrirB.TextColor3 = Color3.new(0, 0, 0)
- AbrirB.TextSize = 14
- AbrirB.MouseButton1Down:connect(function()
- GUI.Visible = true
- AbrirA.Visible = false
- end)
- GUI.Name = "GUI"
- GUI.Parent = Guiparaamigos
- GUI.BackgroundColor3 = Color3.new(0, 0, 0)
- GUI.Position = UDim2.new(0.79092586, 0, -3.7252903e-09, 0)
- GUI.Size = UDim2.new(0, 248, 0, 222)
- fly.Name = "fly"
- fly.Parent = GUI
- fly.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- fly.Position = UDim2.new(0.205662489, 0, -0.00263627619, 0)
- fly.Size = UDim2.new(0, 200, 0, 50)
- fly.Font = Enum.Font.SourceSans
- fly.Text = "Fly"
- fly.TextColor3 = Color3.new(0, 0, 0)
- fly.TextSize = 20
- noclip.Name = "noclip"
- noclip.Parent = GUI
- noclip.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- noclip.Position = UDim2.new(-0.00363897509, 0, 0.219082594, 0)
- noclip.Size = UDim2.new(0, 251, 0, 50)
- noclip.Font = Enum.Font.SourceSans
- noclip.Text = "No-Clip"
- noclip.TextColor3 = Color3.new(0, 0, 0)
- noclip.TextSize = 20
- bbgui.Name = "bbgui"
- bbgui.Parent = GUI
- bbgui.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- bbgui.Position = UDim2.new(0, 0, 0.666026831, 0)
- bbgui.Size = UDim2.new(0, 251, 0, 74)
- bbgui.Font = Enum.Font.SourceSans
- bbgui.Text = "BoogaBoogaGui"
- bbgui.TextColor3 = Color3.new(0, 0, 0)
- bbgui.TextSize = 20
- mcgui.Name = "mcgui"
- mcgui.Parent = GUI
- mcgui.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- mcgui.Position = UDim2.new(0, 0, 0.441799819, 0)
- mcgui.Size = UDim2.new(0, 251, 0, 50)
- mcgui.Font = Enum.Font.SourceSans
- mcgui.Text = "MadCityGui"
- mcgui.TextColor3 = Color3.new(0, 0, 0)
- mcgui.TextSize = 20
- mcgui.TextWrapped = true
- cerrar.Name = "cerrar"
- cerrar.Parent = GUI
- cerrar.BackgroundColor3 = Color3.new(1, 0, 0)
- cerrar.Position = UDim2.new(-0.00363916159, 0, -0.00609902292, 0)
- cerrar.Size = UDim2.new(0, 52, 0, 50)
- cerrar.Font = Enum.Font.SourceSans
- cerrar.Text = "X"
- cerrar.TextColor3 = Color3.new(0, 0, 0)
- cerrar.TextSize = 32
- cerrar.MouseButton1Down:connect(function()
- AbrirB.Visible = true
- GUI.Visible = false
- end)
- -- Scripts:
Add Comment
Please, Sign In to add comment