local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("DeadlyPheonix", "BloodTheme") local Tab = Window:NewTab("AimbotTab") local Section = Tab:NewSection("Aimbot") Section:NewLabel("Bloodstreak") Section:NewButton("Blox fruits", "it activates something test it", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/newredz/BloxFruits/refs/heads/main/Source.luau"))() end)