-- Orion laden local OrionLib = loadstring(game:HttpGet("https://sts19735474.neocities.org/VIP.orion"))() -- Fenster local Window = OrionLib:MakeWindow({ Name = "License Check │ GalaxyHub", SaveConfig = false, IntroText = "License" }) -- Richtiger Key local CorrectKey = "VIP-43334.21,License.Galaxyhub" -- Tab local KeyTab = Window:MakeTab({ Name = "Key", Icon = "rbxassetid://4483345998", PremiumOnly = false }) -- Key Input KeyTab:AddTextbox({ Name = "Enter License", Default = "", TextDisappear = false, Callback = function(Value) if Value == CorrectKey then OrionLib:MakeNotification({ Name = "Key System", Content = "Correct License! Loading GalaxyHub VIP...", Image = "rbxassetid://4483345998", Time = 3 }) wait(1) -- Script laden loadstring(game:HttpGet("https://sts19735474.neocities.org/Vip.Scriptmain"))() else OrionLib:MakeNotification({ Name = "License", Content = "Wrong License!", Image = "rbxassetid://4483345998", Time = 3 }) end end }) -- Informationen Tab local InfoTab = Window:MakeTab({ Name = "Informationen", Icon = "rbxassetid://4483345998", PremiumOnly = false }) InfoTab:AddParagraph("License no working Open The Ticket or DM Lexi", "") InfoTab:AddParagraph("This is the Version 3 ", "") InfoTab:AddParagraph("© 2026 GalaxyHub", "") -- GUI starten