local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/0x"))() local w1 = library:Window("By Poke") w1:Button( "Execute Infinite Yield!", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/refs/heads/master/source", true))() game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Success!", Text = "https://github.com/EdgeIY", Icon = "rbxassetid://8663907599" }) end ) w1:Button( "Execute Nadir AT!", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Nadir3709/ScriptHub/main/Loader"))() end ) w1:Button( "Destroy GUI", function() for i, v in pairs(game.CoreGui:GetChildren()) do if v:FindFirstChild("Top") then v:Destroy() end end end ) w1:Button( "CREDITS TO AURA", function() game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Credits", Text = "Aura to Rscripts", Duration = "10" }) end )