local kavoUi = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))() local window = kavoUi.CreateLib("EisenGui","BloodTheme") ---Tabs local Tab1 = window:NewTab("Main") local Tab1Section = Tab1:NewSection("Main") local Tab2 = window:NewTab("Credits") local Tab2Section = Tab2:NewSection("Made by Eisen Wu") ---Buttons Tab1Section:NewButton("LegoHub","i think it's down rn",function() loadstring(game:HttpGet("https://comensal.is-not-a.dev/legohub"))() end) Tab1Section:NewButton("VexHub","KeyNeeded",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/V31nc/2642/Created/VHub"))() end) Tab1Section:NewButton("GigaChadHub","KeylessAndOP",function() loadstring(game:HttpGet('https://raw.githubusercontent.com/OWJBWKQLAISH/GigaChad-Hub/main/Gigachad%20Hub%20V4'))() end) Tab1Section:NewButton("GameHub","MuchOP",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GamerScripter/Game-Hub/main/loader"))() end)