Advertisement
baconhack_263

DOORS BACON V4

Nov 26th, 2023 (edited)
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. if game.PlaceId == 2440500124 then do
  2. loadstring(game:HttpGet(("https://raw.githubusercontent.com/REDzHUB/LibraryV2/main/redzLib")))()
  3. MakeWindow({
  4. Hub = {
  5. Title = "Bacon v4",
  6. Animation = "by : Baconhack_26"
  7. },
  8. Key = {
  9. KeySystem = true,
  10. Title = "Key System",
  11. Description = "get the key now",
  12. KeyLink = "",
  13. Keys = {"12345678"},
  14. Notifi = {
  15. Notifications = true,
  16. CorrectKey = "Running the Script...",
  17. Incorrectkey = "The key is incorrect",
  18. CopyKeyLink = "Copied to Clipboard"
  19. }
  20. }
  21. })
  22.  
  23. local Main = MakeTab({Name = "Main"})
  24. local section = AddSection(Main, {"Main"})
  25.  
  26. AddButton(Main, {
  27. Name = "GODMODE",
  28. Callback = function()
  29. game:GetService("Players").LocalPlayer.Character.Health:Destroy()
  30. game:GetService("Players").LocalPlayer.Character.Sheesh:Destroy()
  31. end
  32. })
  33.  
  34. AddButton(Main, {
  35. Name = "FULLBRIGHT",
  36. Callback = function()
  37. game:GetService("Lighting").Brightness = 1
  38. game:GetService("Lighting").ClockTime = 12
  39. game:GetService("Lighting").FogEnd = 300
  40. game:GetService("Lighting").GlobalShadows = false
  41. game:GetService("Lighting").OutdoorAmbient = Color3.fromRGB(0.47, 0.47, 0.47)
  42. end
  43. })
  44.  
  45. AddButton(Main, {
  46. Name = "NOCLIP (LAGGY)",
  47. Callback = function()
  48. Clip = false
  49. wait(0.1)
  50. local function NoclipLoop()
  51. if Clip == false and speaker.Character ~= nil then
  52. for _, child in pairs(speaker.Character:GetDescendants()) do
  53. if child:IsA("BasePart") and child.CanCollide == true and child.Name ~= floatName then
  54. child.CanCollide = false
  55. end
  56. end
  57. end
  58. end
  59. Noclipping = RunService.Stepped:Connect(NoclipLoop)
  60. end)
  61. end
  62. })
  63.  
  64. AddButton(Main, {
  65. Name = "FIELD OF VIEW",
  66. Callback = function()
  67. local FovNumber = 120
  68. local Camera = workspace.CurrentCamera
  69. Camera.FieldOfView = FovNumber
  70. end
  71. })
  72.  
  73. AddButton(Main, {
  74. Name = "SPEED BOOSTS",
  75. Callback = function()
  76. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 21.5
  77. end
  78. })
  79.  
  80. if not fireproximityprompt then
  81. local msg = Instance.new("Message",workspace)
  82. msg.Text = "you have fireproximityprompt function bro get better executor"
  83. task.wait(6)
  84. msg:Destroy()
  85. error("no prox")
  86. end
  87.  
  88. local entityinfo = game.ReplicatedStorage:WaitForChild("EntityInfo")
  89. function message(text)
  90. local msg = Instance.new("Message",workspace)
  91. msg.Text = tostring(text)
  92. task.wait(5)
  93. msg:Destroy()
  94.  
  95. --firesignal(entityinfo.Caption.OnClientEvent,tostring(text))
  96. end
  97.  
  98. AddButton(Main, {
  99. Name = "INSTANT USE",
  100. Callback = function()
  101. local holdconnect
  102. holdconnect = game:GetService("ProximityPromptService").PromptButtonHoldBegan:Connect(function(p)
  103. fireproximityprompt(p)
  104. end)
  105.  
  106. repeat task.wait() until not flags.instapp
  107. holdconnect:Disconnect()
  108. end)
  109. end
  110. })
  111.  
  112. local HUBM = MakeTab({Name = "HUB MOBILE"})
  113. local section = AddSection(HUBM, {"HUB MOBILE"})
  114.  
  115. AddButton(HUBM, {
  116. Name = "POOP DOORS SCRIPT",
  117. Callback = function()
  118. loadstring(game:HttpGet('https://raw.githubusercontent.com/zoophiliaphobic/POOPDOORS/main/script.lua'))()
  119. end
  120. })
  121.  
  122. AddButton(HUBM, {
  123. Name = "DARKRAI-X SCRIPT",
  124. Callback = function()
  125. loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Doors"))()
  126. end
  127. })
  128.  
  129. AddButton(HUBM, {
  130. Name = "BACONHACK_26 SCRIPT",
  131. Callback = function()
  132. loadstring(game:HttpGetAsync("https://pastebin.com/raw/xYHE287w"))()
  133. end
  134. })
  135.  
  136. local HUBP = MakeTab({Name = "HUB PC"})
  137. local section = AddSection(HUBP, {"HUB PC"})
  138.  
  139. AddButton(Main, {
  140. Name = "VYNXIUS SCRIPT",
  141. Callback = function()
  142. loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Doors/Script.lua"))()
  143. end
  144. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement