Advertisement
fxdogxd

doors 5 script

Mar 8th, 2023
168
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 1 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("FX ", "Midnight")
  3.  
  4. local Tab = Window:NewTab("script doors 1")local Section = Tab:NewSection("credit by FXdogXD script 1")
  5. Section:NewButton("ButtonText", "ButtonInfo", function()
  6. loadstring(game:HttpGet('https://raw.githubusercontent.com/zoophiliaphobic/POOPDOORS/main/script.lua'))()
  7. end)
  8.  
  9. local Tab = Window:NewTab("script doors 2")local Section = Tab:NewSection("script 2")
  10. Section:NewButton("ButtonText", "ButtonInfo", function()
  11. loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Doors/Script.lua"))()
  12. end)
  13.  
  14. local Tab = Window:NewTab("script doors 3")local Section = Tab:NewSection("script 3")
  15. Section:NewButton("ButtonText", "ButtonInfo", function()
  16. loadstring(game:HttpGet(("https://raw.githubusercontent.com/mstudio45/poopdoors_edited/main/poopdoors_edited.lua"),true))()
  17. end)
  18.  
  19. local Tab = Window:NewTab("script doors 4")local Section = Tab:NewSection("script 4")
  20. Section:NewButton("ButtonText", "ButtonInfo", function()
  21. loadstring(game:HttpGet('https://scripts.luawl.com/16284/doorsScript.lua'))()
  22. end)
  23.  
  24. local Tab = Window:NewTab("script doors 5")local Section = Tab:NewSection("script 5")
  25. Section:NewButton("ButtonText", "ButtonInfo", function()
  26. loadstring(game:HttpGet(('https://raw.githubusercontent.com/KindIhave/ChibaHubcomeback/main/Chiba-Doors.txt'),true))()
  27. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement