Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SCPrBreachGUI = Instance.new("ScreenGui")
- Base = Instance.new("Frame")
- Fondo1 = Instance.new("Frame")
- Fondo1_2 = Instance.new("Frame")
- Frame = Instance.new("Frame")
- behind = Instance.new("Frame")
- behind_2 = Instance.new("Frame")
- ColorGreen = Instance.new("Frame")
- ColorRed = Instance.new("Frame")
- GateA = Instance.new("TextButton")
- GateB = Instance.new("TextButton")
- Armory2 = Instance.new("TextButton")
- Armory1 = Instance.new("TextButton")
- Nuke = Instance.new("TextButton")
- SCP914 = Instance.new("TextButton")
- Surface = Instance.new("TextButton")
- Titulo = Instance.new("TextButton")
- HechoPor = Instance.new("TextLabel")
- ZonaLigera = Instance.new("TextLabel")
- ZonaPesada = Instance.new("TextLabel")
- CERRAR = Instance.new("TextButton")
- Lobby = Instance.new("TextButton")
- CLICK_LMB = Instance.new("TextButton")
- NoClip = Instance.new("TextButton")
- Escape = Instance.new("TextButton")
- Menu = Instance.new("Frame")
- ABRIR = Instance.new("TextButton")
- SCPrBreachGUI.Name = "SCP rBreach GUI"
- SCPrBreachGUI.Parent = game.CoreGui
- Base.Name = "Base"
- Base.Parent = SCPrBreachGUI
- Base.Active = true
- Base.BackgroundColor3 = Color3.new(0.505882, 0.505882, 0.505882)
- Base.BackgroundTransparency = 0.75
- Base.BorderColor3 = Color3.new(0, 0, 0)
- Base.BorderSizePixel = 5
- Base.ClipsDescendants = true
- Base.Position = UDim2.new(0.30178073, 0, 0.147117302, 0)
- Base.Selectable = true
- Base.Size = UDim2.new(0, 512, 0, 324)
- Base.Visible = false
- Base.Active = true
- Base.Draggable = true
- Fondo1.Name = "Fondo1"
- Fondo1.Parent = Base
- Fondo1.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
- Fondo1.BorderSizePixel = 0
- Fondo1.Position = UDim2.new(0.0154601336, 0, 0.00965184346, 0)
- Fondo1.Size = UDim2.new(0, 488, 0, 308)
- Fondo1_2.Name = "Fondo1"
- Fondo1_2.Parent = Fondo1
- Fondo1_2.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- Fondo1_2.BorderSizePixel = 0
- Fondo1_2.Position = UDim2.new(0.0548944958, 0, 0, 0)
- Fondo1_2.Size = UDim2.new(0, 434, 0, 276)
- Frame.Parent = Fondo1
- Frame.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.172131151, 0, 0.270758122, 0)
- Frame.Size = UDim2.new(0, 320, 0, 178)
- behind.Name = "behind"
- behind.Parent = Base
- behind.BackgroundColor3 = Color3.new(0.027451, 0.364706, 0.141176)
- behind.BorderColor3 = Color3.new(0, 0, 0)
- behind.BorderSizePixel = 2
- behind.Position = UDim2.new(0.0661956072, 0, 0.350371748, 0)
- behind.Size = UDim2.new(0, 200, 0, 140)
- behind_2.Name = "behind"
- behind_2.Parent = behind
- behind_2.BackgroundColor3 = Color3.new(0.364706, 0.0235294, 0.027451)
- behind_2.BorderColor3 = Color3.new(0, 0, 0)
- behind_2.BorderSizePixel = 2
- behind_2.Position = UDim2.new(1.20013738, 0, -0.00677097868, 0)
- behind_2.Size = UDim2.new(0, 193, 0, 140)
- ColorGreen.Name = "ColorGreen"
- ColorGreen.Parent = Base
- ColorGreen.BackgroundColor3 = Color3.new(0.278431, 0.921569, 0.133333)
- ColorGreen.Position = UDim2.new(0.0655807257, 0, 0.347873271, 0)
- ColorGreen.Size = UDim2.new(0, 20, 0, 20)
- ColorRed.Name = "ColorRed"
- ColorRed.Parent = Base
- ColorRed.BackgroundColor3 = Color3.new(0.921569, 0.0862745, 0.0862745)
- ColorRed.Position = UDim2.new(0.544337988, 0, 0.341294318, 0)
- ColorRed.Size = UDim2.new(0, 20, 0, 20)
- GateA.Name = "GateA"
- GateA.Parent = Base
- GateA.BackgroundColor3 = Color3.new(1, 1, 1)
- GateA.BorderSizePixel = 0
- GateA.Position = UDim2.new(0.070502907, 0, 0.457544208, 0)
- GateA.Size = UDim2.new(0, 92, 0, 23)
- GateA.Font = Enum.Font.Arcade
- GateA.FontSize = Enum.FontSize.Size14
- GateA.Text = "Gate A"
- GateA.TextColor3 = Color3.new(0, 0, 0)
- GateA.TextScaled = true
- GateA.TextSize = 14
- GateA.TextWrapped = true
- GateA.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-78,9,-528)
- end)
- GateB.Name = "GateB"
- GateB.Parent = Base
- GateB.BackgroundColor3 = Color3.new(1, 1, 1)
- GateB.BorderSizePixel = 0
- GateB.Position = UDim2.new(0.070502907, 0, 0.57386601, 0)
- GateB.Size = UDim2.new(0, 92, 0, 23)
- GateB.Font = Enum.Font.Arcade
- GateB.FontSize = Enum.FontSize.Size14
- GateB.Text = "Gate B"
- GateB.TextColor3 = Color3.new(0, 0, 0)
- GateB.TextScaled = true
- GateB.TextSize = 14
- GateB.TextWrapped = true
- GateB.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-342,9,-332)
- end)
- Armory2.Name = "Armory2"
- Armory2.Parent = Base
- Armory2.BackgroundColor3 = Color3.new(1, 1, 1)
- Armory2.BorderSizePixel = 0
- Armory2.Position = UDim2.new(0.0688827038, 0, 0.688930452, 0)
- Armory2.Size = UDim2.new(0, 92, 0, 23)
- Armory2.Font = Enum.Font.Arcade
- Armory2.FontSize = Enum.FontSize.Size14
- Armory2.Text = "Armory2"
- Armory2.TextColor3 = Color3.new(0, 0, 0)
- Armory2.TextScaled = true
- Armory2.TextSize = 14
- Armory2.TextWrapped = true
- Armory2.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(59,9,18)
- end)
- Armory1.Name = "Armory1"
- Armory1.Parent = Base
- Armory1.BackgroundColor3 = Color3.new(1, 1, 1)
- Armory1.BorderSizePixel = 0
- Armory1.Position = UDim2.new(0.274037123, 0, 0.572877884, 0)
- Armory1.Size = UDim2.new(0, 91, 0, 23)
- Armory1.Font = Enum.Font.Arcade
- Armory1.FontSize = Enum.FontSize.Size14
- Armory1.Text = "Armory 1"
- Armory1.TextColor3 = Color3.new(0, 0, 0)
- Armory1.TextScaled = true
- Armory1.TextSize = 14
- Armory1.TextWrapped = true
- Armory1.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-173,0,-358)
- end)
- Nuke.Name = "Nuke"
- Nuke.Parent = Base
- Nuke.BackgroundColor3 = Color3.new(1, 1, 1)
- Nuke.BorderSizePixel = 0
- Nuke.Position = UDim2.new(0.545203924, 0, 0.464207172, 0)
- Nuke.Size = UDim2.new(0, 89, 0, 23)
- Nuke.Font = Enum.Font.Arcade
- Nuke.FontSize = Enum.FontSize.Size14
- Nuke.Text = "Nuke"
- Nuke.TextColor3 = Color3.new(0, 0, 0)
- Nuke.TextScaled = true
- Nuke.TextSize = 14
- Nuke.TextWrapped = true
- Nuke.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-160,190,-617)
- end)
- SCP914.Name = "SCP914"
- SCP914.Parent = Base
- SCP914.BackgroundColor3 = Color3.new(1, 1, 1)
- SCP914.BorderSizePixel = 0
- SCP914.Position = UDim2.new(0.744222999, 0, 0.463786393, 0)
- SCP914.Size = UDim2.new(0, 92, 0, 23)
- SCP914.Font = Enum.Font.Arcade
- SCP914.FontSize = Enum.FontSize.Size14
- SCP914.Text = "SCP 914"
- SCP914.TextColor3 = Color3.new(0, 0, 0)
- SCP914.TextScaled = true
- SCP914.TextSize = 14
- SCP914.TextWrapped = true
- SCP914.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(65,9,-37)
- end)
- Surface.Name = "Surface"
- Surface.Parent = Base
- Surface.BackgroundColor3 = Color3.new(1, 1, 1)
- Surface.BorderSizePixel = 0
- Surface.Position = UDim2.new(0.273519903, 0, 0.457544208, 0)
- Surface.Size = UDim2.new(0, 92, 0, 23)
- Surface.Font = Enum.Font.Arcade
- Surface.FontSize = Enum.FontSize.Size14
- Surface.Text = "Surface"
- Surface.TextColor3 = Color3.new(0, 0, 0)
- Surface.TextScaled = true
- Surface.TextSize = 14
- Surface.TextWrapped = true
- Surface.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-388,210,-413)
- end)
- Titulo.Name = "Titulo"
- Titulo.Parent = Base
- Titulo.Active = false
- Titulo.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
- Titulo.BorderSizePixel = 0
- Titulo.Position = UDim2.new(0.301249862, 0, 0.0327050835, 0)
- Titulo.Selectable = false
- Titulo.Size = UDim2.new(0, 200, 0, 50)
- Titulo.Font = Enum.Font.Arcade
- Titulo.FontSize = Enum.FontSize.Size14
- Titulo.Text = "SCP rBreach [November 04/19]"
- Titulo.TextColor3 = Color3.new(0, 0, 0)
- Titulo.TextScaled = true
- Titulo.TextSize = 14
- Titulo.TextWrapped = true
- HechoPor.Name = "HechoPor"
- HechoPor.Parent = Base
- HechoPor.BackgroundColor3 = Color3.new(1, 1, 1)
- HechoPor.BorderSizePixel = 0
- HechoPor.Position = UDim2.new(0.379832447, 0, 0.204477102, 0)
- HechoPor.Size = UDim2.new(0, 123, 0, 23)
- HechoPor.Font = Enum.Font.GothamSemibold
- HechoPor.FontSize = Enum.FontSize.Size14
- HechoPor.Text = "By: MrArmony"
- HechoPor.TextColor3 = Color3.new(0, 0, 0)
- HechoPor.TextScaled = true
- HechoPor.TextSize = 14
- HechoPor.TextWrapped = true
- ZonaLigera.Name = "ZonaLigera"
- ZonaLigera.Parent = Base
- ZonaLigera.BackgroundColor3 = Color3.new(1, 1, 1)
- ZonaLigera.Position = UDim2.new(0.110810101, 0, 0.351849407, 0)
- ZonaLigera.Size = UDim2.new(0, 172, 0, 20)
- ZonaLigera.Font = Enum.Font.GothamBlack
- ZonaLigera.FontSize = Enum.FontSize.Size14
- ZonaLigera.Text = "TP Zones"
- ZonaLigera.TextColor3 = Color3.new(0, 0, 0)
- ZonaLigera.TextSize = 14
- ZonaPesada.Name = "ZonaPesada"
- ZonaPesada.Parent = Base
- ZonaPesada.BackgroundColor3 = Color3.new(1, 1, 1)
- ZonaPesada.Position = UDim2.new(0.585729718, 0, 0.341384977, 0)
- ZonaPesada.Size = UDim2.new(0, 172, 0, 20)
- ZonaPesada.Font = Enum.Font.GothamBlack
- ZonaPesada.FontSize = Enum.FontSize.Size14
- ZonaPesada.Text = "Important Places"
- ZonaPesada.TextColor3 = Color3.new(0, 0, 0)
- ZonaPesada.TextSize = 14
- CERRAR.Name = "CERRAR"
- CERRAR.Parent = Base
- CERRAR.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
- CERRAR.BorderSizePixel = 0
- CERRAR.Position = UDim2.new(0.931076884, 0, 0.027355589, 0)
- CERRAR.Size = UDim2.new(0, 26, 0, 25)
- CERRAR.Font = Enum.Font.GothamBlack
- CERRAR.FontSize = Enum.FontSize.Size14
- CERRAR.Text = "X"
- CERRAR.TextColor3 = Color3.new(0, 0, 0)
- CERRAR.TextSize = 14
- CERRAR.MouseButton1Click:Connect(function()
- Menu.Visible = true
- Base.Visible = false
- end)
- Lobby.Name = "Lobby"
- Lobby.Parent = Base
- Lobby.BackgroundColor3 = Color3.new(1, 1, 1)
- Lobby.BorderSizePixel = 0
- Lobby.Position = UDim2.new(0.273616076, 0, 0.687025249, 0)
- Lobby.Size = UDim2.new(0, 91, 0, 23)
- Lobby.Font = Enum.Font.Arcade
- Lobby.FontSize = Enum.FontSize.Size14
- Lobby.Text = "Lobby"
- Lobby.TextColor3 = Color3.new(0, 0, 0)
- Lobby.TextScaled = true
- Lobby.TextSize = 14
- Lobby.TextWrapped = true
- Lobby.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-368,58,95)
- end)
- CLICK_LMB.Name = "CLICK _LMB"
- CLICK_LMB.Parent = Base
- CLICK_LMB.BackgroundColor3 = Color3.new(0.521569, 0.360784, 1)
- CLICK_LMB.BorderColor3 = Color3.new(0, 0, 0)
- CLICK_LMB.BorderSizePixel = 4
- CLICK_LMB.Position = UDim2.new(0.131113797, 0, 0.857425988, 0)
- CLICK_LMB.Size = UDim2.new(0, 125, 0, 34)
- CLICK_LMB.Font = Enum.Font.GothamBlack
- CLICK_LMB.FontSize = Enum.FontSize.Size14
- CLICK_LMB.Text = "CTRL + LMB (Click TP)"
- CLICK_LMB.TextColor3 = Color3.new(0, 0, 0)
- CLICK_LMB.TextScaled = true
- CLICK_LMB.TextSize = 14
- CLICK_LMB.TextWrapped = true
- CLICK_LMB.MouseButton1Click:Connect(function()
- local Imput = game:GetService("UserInputService")
- local Plr = game.Players.LocalPlayer
- local Mouse = Plr:GetMouse()
- function To(position)
- local Chr = Plr.Character
- if Chr ~= nil then
- Chr:MoveTo(position)
- end
- end
- Imput.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 and Imput:IsKeyDown(Enum.KeyCode.LeftControl) then
- To(Mouse.Hit.p)
- end
- end)
- end)
- NoClip.Name = "NoClip"
- NoClip.Parent = Base
- NoClip.BackgroundColor3 = Color3.new(0.521569, 0.360784, 1)
- NoClip.BorderColor3 = Color3.new(0, 0, 0)
- NoClip.BorderSizePixel = 4
- NoClip.Position = UDim2.new(0.623559952, 0, 0.854412198, 0)
- NoClip.Size = UDim2.new(0, 125, 0, 34)
- NoClip.Font = Enum.Font.GothamBlack
- NoClip.FontSize = Enum.FontSize.Size14
- NoClip.Text = "Noclip (\"N\" to activate)"
- NoClip.TextColor3 = Color3.new(0, 0, 0)
- NoClip.TextScaled = true
- NoClip.TextSize = 14
- NoClip.TextWrapped = true
- noclip = false
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "n" then
- noclip = not noclip
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- Escape.Name = "Escape"
- Escape.Parent = Base
- Escape.BackgroundColor3 = Color3.new(1, 1, 1)
- Escape.BorderSizePixel = 0
- Escape.Position = UDim2.new(0.543250799, 0, 0.572231889, 0)
- Escape.Size = UDim2.new(0, 89, 0, 23)
- Escape.Font = Enum.Font.Arcade
- Escape.FontSize = Enum.FontSize.Size14
- Escape.Text = "Escape"
- Escape.TextColor3 = Color3.new(0, 0, 0)
- Escape.TextScaled = true
- Escape.TextSize = 14
- Escape.TextWrapped = true
- Escape.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-422,190,-198)
- end)
- Menu.Name = "Menu"
- Menu.Parent = SCPrBreachGUI
- Menu.BackgroundColor3 = Color3.new(1, 1, 1)
- Menu.Position = UDim2.new(0, 0, 0.886679888, 0)
- Menu.Size = UDim2.new(0, 116, 0, 21)
- ABRIR.Name = "ABRIR"
- ABRIR.Parent = Menu
- ABRIR.BackgroundColor3 = Color3.new(0.239216, 0.505882, 1)
- ABRIR.BorderColor3 = Color3.new(0, 0, 0)
- ABRIR.BorderSizePixel = 2
- ABRIR.Position = UDim2.new(-0.00955789071, 0, -0.0180820227, 0)
- ABRIR.Size = UDim2.new(0, 117, 0, 22)
- ABRIR.Font = Enum.Font.GothamBlack
- ABRIR.FontSize = Enum.FontSize.Size14
- ABRIR.Text = "SCP rBreach"
- ABRIR.TextColor3 = Color3.new(0, 0, 0)
- ABRIR.TextSize = 14
- ABRIR.MouseButton1Click:Connect(function()
- Base.Visible = true
- Menu.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement