Advertisement
baconhack_263

DOORS SCRIPTS

Oct 30th, 2023
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 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("baconhack_26 and baconhack_263 doors hack","Break doors",Color3.new(0.333333, 0.666667, 1))
  3. local tab = win:Tab("Mobile doors scripts")
  4. local label = tab:Label("Label", properties) --properties: {["Visible"] = flase}
  5. label:NewLabel("Main", properties)
  6. tab:Line()
  7. tab:Button("doors script 1", function()
  8. loadstring(game:HttpGetAsync("https://pastebin.com/raw/R8QMbhzv"))()
  9. end)
  10.  
  11. tab:Line()
  12. tab:Button("doors script 2", function()
  13. loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Doors"))()
  14. end)
  15.  
  16. tab:Line()
  17. tab:Button("doors script 3", function()
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/scriptpastebin/raw/main/Doors"))()
  19. end)
  20.  
  21. local tab = win:Tab("PC doors scripts")
  22. local label = tab:Label("Label", properties)
  23. label:NewLabel("pc", properties)
  24. tab:Line()
  25. tab:Button("PC doors script 1", function()
  26. loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Doors/Script.lua"))()
  27. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement