The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
rBreach GUI script pastebin roblox
By SCP rBreach on 2024-09-20 08:00 am | Syntax: LUA | Views: 7



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. --Made by Oxidane
  2.  
  3. local library = loadstring(game:HttpGet(('https://pastebin.com/raw/FsJak6AT')))() -- It's obfuscated, I won't let you see my ugly coding skills. =)
  4.  
  5. local w = library:CreateWindow("SCP rBreach")
  6.  
  7. local z = library:CreateWindow("Made By Oxidane#4530")
  8.  
  9. local h = library:CreateWindow("Press C for 3rd Person")
  10.  
  11. local b = w:CreateFolder("Teleports")
  12.  
  13. local c = w:CreateFolder("Render")
  14.  
  15. local d = w:CreateFolder("Movement")
  16.  
  17. local e = w:CreateFolder("UI Options")
  18.  
  19. b:Label("Teleports",Color3.fromRGB(38,38,38),Color3.fromRGB(0,216,111)) --BgColor,TextColor
  20.  
  21. b:Button("exit",function()
  22.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-424.02, 190.97, -200.98) --- done
  23. end)
  24.  
  25. b:Button("Armory",function()
  26.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (61.37, 9.97, 19.12) --- done
  27. end)
  28.  
  29. b:Button("Big Armory",function()
  30.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-187.91, 0.97, -347.01) --- done
  31. end)
  32.  
  33. b:Button("Light Cont.",function()
  34.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (112.45, 9.97, -112.95) --- done
  35. end)
  36.  
  37. b:Button("Heavy Cont.",function()
  38.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (175, 10.42, -113.75) --- done
  39. end)
  40.  
  41. b:Button("Cafe Spawn",function()
  42.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-367.55, 58.97, 97.28) --- done
  43. end)
  44.  
  45. b:Button("SCP-914",function()
  46.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (66.66, 10, -38.29) --- done
  47. end)
  48.  
  49. b:Button("Nuke Room",function()
  50.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-160, 191, -627.45) --- done
  51. end)
  52.  
  53. c:Slider("Brightness",1,100,function(value)
  54.     game.Lighting.Brightness = (value)
  55. end)
  56.  
  57. c:Button("No-Fog",function()
  58.     game.Lighting.FogEnd = 9999999999
  59. end)
  60.  
  61. c:Button("ESP (GUI)",function()
  62.     loadstring(game:HttpGet("https://pastebin.com/raw/uw2P2fbY", true))()
  63. end)
  64.  
  65. c:Bind("Third Person",Enum.KeyCode.C,function() --Default bind
  66.     game:GetService('Players').LocalPlayer.CameraMode = 'Classic'
  67. end)
  68.  
  69. d:Slider("Speed",1,100,true,function(value) --MinValue,MaxValue,Precise
  70.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (value)
  71. end)
  72.  
  73. d:Button("Enable Jump",function()
  74.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = 49
  75. end)
  76.  
  77.  
  78. e:DestroyGUI()
  79.  
  80. e:GuiSettings() -- Use it if you want to let people customize toggles,buttons and sliders color
  81.  
  82. --Example of refresh
  83.  
  84. --[[local label = b:Label("Hi",Color3.fromRGB(255,0,0),Color3.fromRGB(0,255,0))
  85.  
  86. label:Refresh("Not epic")
  87.  
  88. local dropdown = b:Dropdown("Hi",{"A","B"})
  89.  
  90. dropdown:Refresh({"A","B","C"})
  91. ]]
  92. game:GetService('Players').LocalPlayer.CameraMode = 'Classic'