Advertisement
fxdogxd

arsenal script

Mar 8th, 2023
101
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 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 Arsenal", "Midnight")
  3.  
  4.  
  5.  
  6.  
  7.  
  8. --arsenal
  9.  
  10. local Tab = Window:NewTab("Main")
  11. local Section = Tab:NewSection("credit by FXdogXD")
  12. Section:NewButton("ButtonText", "ButtonInfo", function()
  13. loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  14. end)
  15.  
  16. local Section = Tab:NewSection("script 2")
  17. Section:NewButton("ButtonText", "ButtonInfo", function()
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/HonestlyDex/DexHub/main/V3.lua"))()
  19. end)
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement