Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("FX", "DarkTheme")
- local Tab = Window:NewTab("credit")
- local Section = Tab:NewSection("credit by FXdogXD")
- Section:NewToggle("ToggleText", "ToggleInfo", function(state)
- if state then
- print("Toggle On")
- else
- loadstring(game:HttpGet('https://raw.githubusercontent.com/XRoLLu/UWU/main/BUILD%20A%20BOAT%20FOR%20TREASURE.lua'))()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement