-- New draggable Orion Lib script for hub creations! local OrionLib = loadstring(game:HttpGet(('https://pastebin.com/raw/WRUyYTdY')))() local Window = OrionLib:MakeWindow({ Name = "hyper V hub", HidePremium = false, SaveConfig = true, ConfigFolder = "hyper V hub" -- Put the name of your hub or script here! }) print("Successfully executed.") -- Just a debug local Tab = Window:MakeTab({ Name = "Scripts", Icon = "rbxassetid://1", PremiumOnly = false }) local Section = Tab:AddSection({ Name = "Scripts" }) local playerName = game.Players.LocalPlayer.Name Tab:AddButton({ Name = "Credits hyper (The Dev)", Callback = function() end }) Tab:AddButton({ Name = "free tools", Callback = function() loadstring(game:HttpGet(('https://pastebin.com/raw/vE8WMLit'),true))() end }) Tab:AddButton({ Name = "Nameless Admin", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ltseverydayyou/Nameless-Admin/main/Source"))(); end }) Tab:AddButton({ Name = "Get hyper hub", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Ahma174/Hyper-hub/refs/heads/main/Hyper"))() end }) Tab:AddButton({ Name = "Doors Items Script", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/kodbolx/kodbolhub/refs/heads/main/KodbolHub%20%3A%20Doors"))() end }) Tab:AddButton({ Name = "Insane Elevator Gui", Callback = function() --Made By Zephyr loadstring(game:HttpGet("https://raw.githubusercontent.com/Unknownlodfc/Zephyr/main/Zephyr%20%7C%20Insane%20Elevator"))() end }) Tab:AddButton({ Name = "Fly Gui V3", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))() end }) Tab:AddButton({ Name = "Light Swords", Callback = function() --grimgold _G.grimgold = game:GetObjects('rbxassetid://69499437')[1] _G.grimgold.Parent = game.Players.LocalPlayer.Backpack _G.grimgold.Equipped:Connect(function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75 local Sound = Instance.new("Sound") local Id = "12222225" Sound.Parent = game.Workspace Sound.SoundId = "rbxassetid://"..Id Sound.Playing = true Sound.Looped = false Sound.Volume = 5 end)--grimgold _G.grimgold = game:GetObjects('rbxassetid://99119240')[1] _G.grimgold.Parent = game.Players.LocalPlayer.Backpack _G.grimgold.Equipped:Connect(function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75 local Sound = Instance.new("Sound") local Id = "12222225" Sound.Parent = game.Workspace Sound.SoundId = "rbxassetid://"..Id Sound.Playing = true Sound.Looped = false Sound.Volume = 5 end) --grimgold _G.grimgold = game:GetObjects('rbxassetid://159229806')[1] _G.grimgold.Parent = game.Players.LocalPlayer.Backpack _G.grimgold.Equipped:Connect(function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75 local Sound = Instance.new("Sound") local Id = "12222225" Sound.Parent = game.Workspace Sound.SoundId = "rbxassetid://"..Id Sound.Playing = true Sound.Looped = false Sound.Volume = 5 end) --grimgold _G.grimgold = game:GetObjects('rbxassetid://108158379')[1] _G.grimgold.Parent = game.Players.LocalPlayer.Backpack _G.grimgold.Equipped:Connect(function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75 local Sound = Instance.new("Sound") local Id = "12222225" Sound.Parent = game.Workspace Sound.SoundId = "rbxassetid://"..Id Sound.Playing = true Sound.Looped = false Sound.Volume = 5 end) --grimgold _G.grimgold = game:GetObjects('rbxassetid://233520257')[1] _G.grimgold.Parent = game.Players.LocalPlayer.Backpack _G.grimgold.Equipped:Connect(function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75 local Sound = Instance.new("Sound") local Id = "12222225" Sound.Parent = game.Workspace Sound.SoundId = "rbxassetid://"..Id Sound.Playing = true Sound.Looped = false Sound.Volume = 5 end) --grimgold _G.grimgold = game:GetObjects('rbxassetid://73829193')[1] _G.grimgold.Parent = game.Players.LocalPlayer.Backpack _G.grimgold.Equipped:Connect(function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75 local Sound = Instance.new("Sound") local Id = "12222225" Sound.Parent = game.Workspace Sound.SoundId = "rbxassetid://"..Id Sound.Playing = true Sound.Looped = false Sound.Volume = 5 end) end })