Advertisement
MrArmony

(Roblox) SCP rBreach [Donuts] GUI 1.0

Nov 4th, 2019
35,205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.08 KB | None | 0 0
  1. SCPrBreachGUI = Instance.new("ScreenGui")
  2. Base = Instance.new("Frame")
  3. Fondo1 = Instance.new("Frame")
  4. Fondo1_2 = Instance.new("Frame")
  5. Frame = Instance.new("Frame")
  6. behind = Instance.new("Frame")
  7. behind_2 = Instance.new("Frame")
  8. ColorGreen = Instance.new("Frame")
  9. ColorRed = Instance.new("Frame")
  10. GateA = Instance.new("TextButton")
  11. GateB = Instance.new("TextButton")
  12. Armory2 = Instance.new("TextButton")
  13. Armory1 = Instance.new("TextButton")
  14. Nuke = Instance.new("TextButton")
  15. SCP914 = Instance.new("TextButton")
  16. Surface = Instance.new("TextButton")
  17. Titulo = Instance.new("TextButton")
  18. HechoPor = Instance.new("TextLabel")
  19. ZonaLigera = Instance.new("TextLabel")
  20. ZonaPesada = Instance.new("TextLabel")
  21. CERRAR = Instance.new("TextButton")
  22. Lobby = Instance.new("TextButton")
  23. CLICK_LMB = Instance.new("TextButton")
  24. NoClip = Instance.new("TextButton")
  25. Escape = Instance.new("TextButton")
  26. Menu = Instance.new("Frame")
  27. ABRIR = Instance.new("TextButton")
  28.  
  29. SCPrBreachGUI.Name = "SCP rBreach GUI"
  30. SCPrBreachGUI.Parent = game.CoreGui
  31.  
  32. Base.Name = "Base"
  33. Base.Parent = SCPrBreachGUI
  34. Base.Active = true
  35. Base.BackgroundColor3 = Color3.new(0.505882, 0.505882, 0.505882)
  36. Base.BackgroundTransparency = 0.75
  37. Base.BorderColor3 = Color3.new(0, 0, 0)
  38. Base.BorderSizePixel = 5
  39. Base.ClipsDescendants = true
  40. Base.Position = UDim2.new(0.30178073, 0, 0.147117302, 0)
  41. Base.Selectable = true
  42. Base.Size = UDim2.new(0, 512, 0, 324)
  43. Base.Visible = false
  44. Base.Active = true
  45. Base.Draggable = true
  46.  
  47. Fondo1.Name = "Fondo1"
  48. Fondo1.Parent = Base
  49. Fondo1.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  50. Fondo1.BorderSizePixel = 0
  51. Fondo1.Position = UDim2.new(0.0154601336, 0, 0.00965184346, 0)
  52. Fondo1.Size = UDim2.new(0, 488, 0, 308)
  53.  
  54. Fondo1_2.Name = "Fondo1"
  55. Fondo1_2.Parent = Fondo1
  56. Fondo1_2.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  57. Fondo1_2.BorderSizePixel = 0
  58. Fondo1_2.Position = UDim2.new(0.0548944958, 0, 0, 0)
  59. Fondo1_2.Size = UDim2.new(0, 434, 0, 276)
  60.  
  61. Frame.Parent = Fondo1
  62. Frame.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  63. Frame.BorderSizePixel = 0
  64. Frame.Position = UDim2.new(0.172131151, 0, 0.270758122, 0)
  65. Frame.Size = UDim2.new(0, 320, 0, 178)
  66.  
  67. behind.Name = "behind"
  68. behind.Parent = Base
  69. behind.BackgroundColor3 = Color3.new(0.027451, 0.364706, 0.141176)
  70. behind.BorderColor3 = Color3.new(0, 0, 0)
  71. behind.BorderSizePixel = 2
  72. behind.Position = UDim2.new(0.0661956072, 0, 0.350371748, 0)
  73. behind.Size = UDim2.new(0, 200, 0, 140)
  74.  
  75. behind_2.Name = "behind"
  76. behind_2.Parent = behind
  77. behind_2.BackgroundColor3 = Color3.new(0.364706, 0.0235294, 0.027451)
  78. behind_2.BorderColor3 = Color3.new(0, 0, 0)
  79. behind_2.BorderSizePixel = 2
  80. behind_2.Position = UDim2.new(1.20013738, 0, -0.00677097868, 0)
  81. behind_2.Size = UDim2.new(0, 193, 0, 140)
  82.  
  83. ColorGreen.Name = "ColorGreen"
  84. ColorGreen.Parent = Base
  85. ColorGreen.BackgroundColor3 = Color3.new(0.278431, 0.921569, 0.133333)
  86. ColorGreen.Position = UDim2.new(0.0655807257, 0, 0.347873271, 0)
  87. ColorGreen.Size = UDim2.new(0, 20, 0, 20)
  88.  
  89. ColorRed.Name = "ColorRed"
  90. ColorRed.Parent = Base
  91. ColorRed.BackgroundColor3 = Color3.new(0.921569, 0.0862745, 0.0862745)
  92. ColorRed.Position = UDim2.new(0.544337988, 0, 0.341294318, 0)
  93. ColorRed.Size = UDim2.new(0, 20, 0, 20)
  94.  
  95. GateA.Name = "GateA"
  96. GateA.Parent = Base
  97. GateA.BackgroundColor3 = Color3.new(1, 1, 1)
  98. GateA.BorderSizePixel = 0
  99. GateA.Position = UDim2.new(0.070502907, 0, 0.457544208, 0)
  100. GateA.Size = UDim2.new(0, 92, 0, 23)
  101. GateA.Font = Enum.Font.Arcade
  102. GateA.FontSize = Enum.FontSize.Size14
  103. GateA.Text = "Gate A"
  104. GateA.TextColor3 = Color3.new(0, 0, 0)
  105. GateA.TextScaled = true
  106. GateA.TextSize = 14
  107. GateA.TextWrapped = true
  108. GateA.MouseButton1Click:Connect(function()
  109. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-78,9,-528)
  110. end)
  111.  
  112. GateB.Name = "GateB"
  113. GateB.Parent = Base
  114. GateB.BackgroundColor3 = Color3.new(1, 1, 1)
  115. GateB.BorderSizePixel = 0
  116. GateB.Position = UDim2.new(0.070502907, 0, 0.57386601, 0)
  117. GateB.Size = UDim2.new(0, 92, 0, 23)
  118. GateB.Font = Enum.Font.Arcade
  119. GateB.FontSize = Enum.FontSize.Size14
  120. GateB.Text = "Gate B"
  121. GateB.TextColor3 = Color3.new(0, 0, 0)
  122. GateB.TextScaled = true
  123. GateB.TextSize = 14
  124. GateB.TextWrapped = true
  125. GateB.MouseButton1Click:Connect(function()
  126. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-342,9,-332)
  127. end)
  128.  
  129. Armory2.Name = "Armory2"
  130. Armory2.Parent = Base
  131. Armory2.BackgroundColor3 = Color3.new(1, 1, 1)
  132. Armory2.BorderSizePixel = 0
  133. Armory2.Position = UDim2.new(0.0688827038, 0, 0.688930452, 0)
  134. Armory2.Size = UDim2.new(0, 92, 0, 23)
  135. Armory2.Font = Enum.Font.Arcade
  136. Armory2.FontSize = Enum.FontSize.Size14
  137. Armory2.Text = "Armory2"
  138. Armory2.TextColor3 = Color3.new(0, 0, 0)
  139. Armory2.TextScaled = true
  140. Armory2.TextSize = 14
  141. Armory2.TextWrapped = true
  142. Armory2.MouseButton1Click:Connect(function()
  143. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(59,9,18)
  144. end)
  145.  
  146. Armory1.Name = "Armory1"
  147. Armory1.Parent = Base
  148. Armory1.BackgroundColor3 = Color3.new(1, 1, 1)
  149. Armory1.BorderSizePixel = 0
  150. Armory1.Position = UDim2.new(0.274037123, 0, 0.572877884, 0)
  151. Armory1.Size = UDim2.new(0, 91, 0, 23)
  152. Armory1.Font = Enum.Font.Arcade
  153. Armory1.FontSize = Enum.FontSize.Size14
  154. Armory1.Text = "Armory 1"
  155. Armory1.TextColor3 = Color3.new(0, 0, 0)
  156. Armory1.TextScaled = true
  157. Armory1.TextSize = 14
  158. Armory1.TextWrapped = true
  159. Armory1.MouseButton1Click:Connect(function()
  160. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-173,0,-358)
  161. end)
  162.  
  163. Nuke.Name = "Nuke"
  164. Nuke.Parent = Base
  165. Nuke.BackgroundColor3 = Color3.new(1, 1, 1)
  166. Nuke.BorderSizePixel = 0
  167. Nuke.Position = UDim2.new(0.545203924, 0, 0.464207172, 0)
  168. Nuke.Size = UDim2.new(0, 89, 0, 23)
  169. Nuke.Font = Enum.Font.Arcade
  170. Nuke.FontSize = Enum.FontSize.Size14
  171. Nuke.Text = "Nuke"
  172. Nuke.TextColor3 = Color3.new(0, 0, 0)
  173. Nuke.TextScaled = true
  174. Nuke.TextSize = 14
  175. Nuke.TextWrapped = true
  176. Nuke.MouseButton1Click:Connect(function()
  177. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-160,190,-617)
  178. end)
  179.  
  180. SCP914.Name = "SCP914"
  181. SCP914.Parent = Base
  182. SCP914.BackgroundColor3 = Color3.new(1, 1, 1)
  183. SCP914.BorderSizePixel = 0
  184. SCP914.Position = UDim2.new(0.744222999, 0, 0.463786393, 0)
  185. SCP914.Size = UDim2.new(0, 92, 0, 23)
  186. SCP914.Font = Enum.Font.Arcade
  187. SCP914.FontSize = Enum.FontSize.Size14
  188. SCP914.Text = "SCP 914"
  189. SCP914.TextColor3 = Color3.new(0, 0, 0)
  190. SCP914.TextScaled = true
  191. SCP914.TextSize = 14
  192. SCP914.TextWrapped = true
  193. SCP914.MouseButton1Click:Connect(function()
  194. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(65,9,-37)
  195. end)
  196.  
  197. Surface.Name = "Surface"
  198. Surface.Parent = Base
  199. Surface.BackgroundColor3 = Color3.new(1, 1, 1)
  200. Surface.BorderSizePixel = 0
  201. Surface.Position = UDim2.new(0.273519903, 0, 0.457544208, 0)
  202. Surface.Size = UDim2.new(0, 92, 0, 23)
  203. Surface.Font = Enum.Font.Arcade
  204. Surface.FontSize = Enum.FontSize.Size14
  205. Surface.Text = "Surface"
  206. Surface.TextColor3 = Color3.new(0, 0, 0)
  207. Surface.TextScaled = true
  208. Surface.TextSize = 14
  209. Surface.TextWrapped = true
  210. Surface.MouseButton1Click:Connect(function()
  211. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-388,210,-413)
  212. end)
  213.  
  214. Titulo.Name = "Titulo"
  215. Titulo.Parent = Base
  216. Titulo.Active = false
  217. Titulo.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  218. Titulo.BorderSizePixel = 0
  219. Titulo.Position = UDim2.new(0.301249862, 0, 0.0327050835, 0)
  220. Titulo.Selectable = false
  221. Titulo.Size = UDim2.new(0, 200, 0, 50)
  222. Titulo.Font = Enum.Font.Arcade
  223. Titulo.FontSize = Enum.FontSize.Size14
  224. Titulo.Text = "SCP rBreach [November 04/19]"
  225. Titulo.TextColor3 = Color3.new(0, 0, 0)
  226. Titulo.TextScaled = true
  227. Titulo.TextSize = 14
  228. Titulo.TextWrapped = true
  229.  
  230. HechoPor.Name = "HechoPor"
  231. HechoPor.Parent = Base
  232. HechoPor.BackgroundColor3 = Color3.new(1, 1, 1)
  233. HechoPor.BorderSizePixel = 0
  234. HechoPor.Position = UDim2.new(0.379832447, 0, 0.204477102, 0)
  235. HechoPor.Size = UDim2.new(0, 123, 0, 23)
  236. HechoPor.Font = Enum.Font.GothamSemibold
  237. HechoPor.FontSize = Enum.FontSize.Size14
  238. HechoPor.Text = "By: MrArmony"
  239. HechoPor.TextColor3 = Color3.new(0, 0, 0)
  240. HechoPor.TextScaled = true
  241. HechoPor.TextSize = 14
  242. HechoPor.TextWrapped = true
  243.  
  244. ZonaLigera.Name = "ZonaLigera"
  245. ZonaLigera.Parent = Base
  246. ZonaLigera.BackgroundColor3 = Color3.new(1, 1, 1)
  247. ZonaLigera.Position = UDim2.new(0.110810101, 0, 0.351849407, 0)
  248. ZonaLigera.Size = UDim2.new(0, 172, 0, 20)
  249. ZonaLigera.Font = Enum.Font.GothamBlack
  250. ZonaLigera.FontSize = Enum.FontSize.Size14
  251. ZonaLigera.Text = "TP Zones"
  252. ZonaLigera.TextColor3 = Color3.new(0, 0, 0)
  253. ZonaLigera.TextSize = 14
  254.  
  255. ZonaPesada.Name = "ZonaPesada"
  256. ZonaPesada.Parent = Base
  257. ZonaPesada.BackgroundColor3 = Color3.new(1, 1, 1)
  258. ZonaPesada.Position = UDim2.new(0.585729718, 0, 0.341384977, 0)
  259. ZonaPesada.Size = UDim2.new(0, 172, 0, 20)
  260. ZonaPesada.Font = Enum.Font.GothamBlack
  261. ZonaPesada.FontSize = Enum.FontSize.Size14
  262. ZonaPesada.Text = "Important Places"
  263. ZonaPesada.TextColor3 = Color3.new(0, 0, 0)
  264. ZonaPesada.TextSize = 14
  265.  
  266. CERRAR.Name = "CERRAR"
  267. CERRAR.Parent = Base
  268. CERRAR.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  269. CERRAR.BorderSizePixel = 0
  270. CERRAR.Position = UDim2.new(0.931076884, 0, 0.027355589, 0)
  271. CERRAR.Size = UDim2.new(0, 26, 0, 25)
  272. CERRAR.Font = Enum.Font.GothamBlack
  273. CERRAR.FontSize = Enum.FontSize.Size14
  274. CERRAR.Text = "X"
  275. CERRAR.TextColor3 = Color3.new(0, 0, 0)
  276. CERRAR.TextSize = 14
  277. CERRAR.MouseButton1Click:Connect(function()
  278. Menu.Visible = true
  279. Base.Visible = false
  280. end)
  281.  
  282. Lobby.Name = "Lobby"
  283. Lobby.Parent = Base
  284. Lobby.BackgroundColor3 = Color3.new(1, 1, 1)
  285. Lobby.BorderSizePixel = 0
  286. Lobby.Position = UDim2.new(0.273616076, 0, 0.687025249, 0)
  287. Lobby.Size = UDim2.new(0, 91, 0, 23)
  288. Lobby.Font = Enum.Font.Arcade
  289. Lobby.FontSize = Enum.FontSize.Size14
  290. Lobby.Text = "Lobby"
  291. Lobby.TextColor3 = Color3.new(0, 0, 0)
  292. Lobby.TextScaled = true
  293. Lobby.TextSize = 14
  294. Lobby.TextWrapped = true
  295. Lobby.MouseButton1Click:Connect(function()
  296. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-368,58,95)
  297. end)
  298.  
  299. CLICK_LMB.Name = "CLICK _LMB"
  300. CLICK_LMB.Parent = Base
  301. CLICK_LMB.BackgroundColor3 = Color3.new(0.521569, 0.360784, 1)
  302. CLICK_LMB.BorderColor3 = Color3.new(0, 0, 0)
  303. CLICK_LMB.BorderSizePixel = 4
  304. CLICK_LMB.Position = UDim2.new(0.131113797, 0, 0.857425988, 0)
  305. CLICK_LMB.Size = UDim2.new(0, 125, 0, 34)
  306. CLICK_LMB.Font = Enum.Font.GothamBlack
  307. CLICK_LMB.FontSize = Enum.FontSize.Size14
  308. CLICK_LMB.Text = "CTRL + LMB (Click TP)"
  309. CLICK_LMB.TextColor3 = Color3.new(0, 0, 0)
  310. CLICK_LMB.TextScaled = true
  311. CLICK_LMB.TextSize = 14
  312. CLICK_LMB.TextWrapped = true
  313. CLICK_LMB.MouseButton1Click:Connect(function()
  314. local Imput = game:GetService("UserInputService")
  315. local Plr = game.Players.LocalPlayer
  316. local Mouse = Plr:GetMouse()
  317. function To(position)
  318. local Chr = Plr.Character
  319. if Chr ~= nil then
  320. Chr:MoveTo(position)
  321. end
  322. end
  323. Imput.InputBegan:Connect(function(input)
  324. if input.UserInputType == Enum.UserInputType.MouseButton1 and Imput:IsKeyDown(Enum.KeyCode.LeftControl) then
  325. To(Mouse.Hit.p)
  326. end
  327. end)
  328. end)
  329.  
  330. NoClip.Name = "NoClip"
  331. NoClip.Parent = Base
  332. NoClip.BackgroundColor3 = Color3.new(0.521569, 0.360784, 1)
  333. NoClip.BorderColor3 = Color3.new(0, 0, 0)
  334. NoClip.BorderSizePixel = 4
  335. NoClip.Position = UDim2.new(0.623559952, 0, 0.854412198, 0)
  336. NoClip.Size = UDim2.new(0, 125, 0, 34)
  337. NoClip.Font = Enum.Font.GothamBlack
  338. NoClip.FontSize = Enum.FontSize.Size14
  339. NoClip.Text = "Noclip (\"N\" to activate)"
  340. NoClip.TextColor3 = Color3.new(0, 0, 0)
  341. NoClip.TextScaled = true
  342. NoClip.TextSize = 14
  343. NoClip.TextWrapped = true
  344. noclip = false
  345. game:GetService('RunService').Stepped:connect(function()
  346. if noclip then
  347. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  348. end
  349. end)
  350. plr = game.Players.LocalPlayer
  351. mouse = plr:GetMouse()
  352. mouse.KeyDown:connect(function(key)
  353.  
  354. if key == "n" then
  355. noclip = not noclip
  356. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  357. end
  358. end)
  359.  
  360. Escape.Name = "Escape"
  361. Escape.Parent = Base
  362. Escape.BackgroundColor3 = Color3.new(1, 1, 1)
  363. Escape.BorderSizePixel = 0
  364. Escape.Position = UDim2.new(0.543250799, 0, 0.572231889, 0)
  365. Escape.Size = UDim2.new(0, 89, 0, 23)
  366. Escape.Font = Enum.Font.Arcade
  367. Escape.FontSize = Enum.FontSize.Size14
  368. Escape.Text = "Escape"
  369. Escape.TextColor3 = Color3.new(0, 0, 0)
  370. Escape.TextScaled = true
  371. Escape.TextSize = 14
  372. Escape.TextWrapped = true
  373. Escape.MouseButton1Click:Connect(function()
  374. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-422,190,-198)
  375. end)
  376.  
  377. Menu.Name = "Menu"
  378. Menu.Parent = SCPrBreachGUI
  379. Menu.BackgroundColor3 = Color3.new(1, 1, 1)
  380. Menu.Position = UDim2.new(0, 0, 0.886679888, 0)
  381. Menu.Size = UDim2.new(0, 116, 0, 21)
  382.  
  383. ABRIR.Name = "ABRIR"
  384. ABRIR.Parent = Menu
  385. ABRIR.BackgroundColor3 = Color3.new(0.239216, 0.505882, 1)
  386. ABRIR.BorderColor3 = Color3.new(0, 0, 0)
  387. ABRIR.BorderSizePixel = 2
  388. ABRIR.Position = UDim2.new(-0.00955789071, 0, -0.0180820227, 0)
  389. ABRIR.Size = UDim2.new(0, 117, 0, 22)
  390. ABRIR.Font = Enum.Font.GothamBlack
  391. ABRIR.FontSize = Enum.FontSize.Size14
  392. ABRIR.Text = "SCP rBreach"
  393. ABRIR.TextColor3 = Color3.new(0, 0, 0)
  394. ABRIR.TextSize = 14
  395. ABRIR.MouseButton1Click:Connect(function()
  396. Base.Visible = true
  397. Menu.Visible = false
  398. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement