Advertisement
baconhack_263

BACONHACK_26 HUB DOORS

Nov 10th, 2023 (edited)
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. local lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/acsu123/HOHO_H/main/hoho_lib.lua", true))()
  2. local win = lib:Window("DOORS HUBS","BACONHACK_26 HUB",Color3.new(0.333333, 0.666667, 1))
  3. local tab = win:Tab("MAIN")
  4. local label = tab:Label("Label", properties) --properties: {["Visible"] = flase}
  5. label:NewLabel("MAIN", properties)
  6. tab:Line()
  7. tab:Button("POOP SCRIPT DOORS", function()
  8. loadstring(game:HttpGet('https://raw.githubusercontent.com/zoophiliaphobic/POOPDOORS/main/script.lua'))()
  9. end)
  10.  
  11. tab:Line()
  12. tab:Button("DARKRAI-X SCRIPT DOORS", function()
  13. loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Doors"))()
  14. end)
  15.  
  16. tab:Line()
  17. tab:Button("VYNIXUS SCRIPT DOORS", function()
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Doors/Script.lua"))()
  19. end)
  20.  
  21. tab:Line()
  22. tab:Button("NERD HUB V3 SCRIPT DOORS", function()
  23. loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/DoorsV3_ByNerd.lua"))()
  24. end)
  25.  
  26. tab:Line()
  27. tab:Button("BACONHACK_26 SCRIPT DOORS", function()
  28. loadstring(game:HttpGet('https://pastebin.com/raw/xYHE287w'))()
  29. end)
  30.  
  31. tab:Line()
  32. tab:Button("NERD V5 SCRIPT DOORS GODMODE", function()
  33. loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/NeRDV5.lua"))()
  34. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement