Memeitsreal

arsenal type Darkrai x

Nov 13th, 2022
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("DarkRai x Arsenal Tyoe", "DarkTheme")
  3. local Tab = Window:NewTab("Script")
  4. local Section = Tab:NewSection("DarkRai X Arsenal")
  5. Section:NewButton("Main (recommended)", "ButtonInfo", function()
  6. loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Arsenal/MainFile"))()
  7. end)
  8. Section:NewButton("Less Laggy", "ButtonInfo", function()
  9. loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Arsenal/LessLaggy"))()
  10. end)
  11. Section:NewButton("More Laggy", "ButtonInfo", function()
  12. loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Arsenal/MoreLaggy"))()
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment