local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/jensonhirst/Orion/main/source')))() local Window = OrionLib:MakeWindow({Name = "dudv1script hub", HidePremium = false, SaveConfig = true, IntroText = "dudv1 script hub"ConfigFolder = "OrionTest"}) local Tab = Window:MakeTab({ Name = "Stands Awakening", Icon = "rbxassetid://4483345998", PremiumOnly = false }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Snowzin not mine", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/snowbrkkkk/TotallyISsnowzinn/refs/heads/main/Script"))() print("button pressed") end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Boss Helper not mine too", Callback = function() --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] loadstring(game:HttpGet("https://raw.githubusercontent.com/TheXSethX/Hub-Scripts-/refs/heads/main/Hub"))() print("button pressed") end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Boss helper idk if work", Callback = function() --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] loadstring(game:HttpGet("https://raw.githubusercontent.com/Looser3itx/sus/main/Loader.lua"))() print("button pressed") end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] local Tab = Window:MakeTab({ Name = "Universal", Icon = "rbxassetid://4483345998", PremiumOnly = false }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "ken hub discontinued", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Kobeee4/ken-hub-by-dudv1/refs/heads/main/Ken%20hub%20dudv1"))() print("button pressed") end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "holy hub v4 discontinued", Callback = function() loadstring(game:HttpGet("https://pastefy.app/rjW5TOc9/raw"))(); print("button pressed") end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] local Tab = Window:MakeTab({ Name = "discord", Icon = "rbxassetid://4483345998", PremiumOnly = false }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "My discord server", Callback = function() setclipboard("https://discord.gg/YbEaQcGWYd") print("button pressed") end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]]