local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Donat Pinter - EXTREME HUB", LoadingTitle = "VINXZ PREMIUM UNIVERSAL", LoadingSubtitle = "by vinxz201", ConfigurationSaving = { Enabled = true, FolderName = "VinxzConfigs", FileName = "UniversalHub" } }) -- TAB 1: ADMIN & UTILITY local MainTab = Window:CreateTab("Main Scripts", 4483362458) MainTab:CreateSection("Admin Systems") MainTab:CreateButton({ Name = "Infinite Yield (FE Admin)", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end, }) MainTab:CreateButton({ Name = "CMD X", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source', true))() end, }) MainTab:CreateSection("Popular Hubs") MainTab:CreateButton({ Name = "Ghost Hub", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))() end, }) MainTab:CreateButton({ Name = "Tiger Admin", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/tigerism/TigerAdmin/main/Script'))() end, }) -- TAB 2: UNIVERSAL MEGA HUB (Tambahan Baru) local UniTab = Window:CreateTab("Universal Mega", 4483362458) UniTab:CreateSection("All-in-One Scripts") UniTab:CreateButton({ Name = "Orca Hub (Universal)", Callback = function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/richie0311/Orca/main/main.lua'),true))() end, }) UniTab:CreateButton({ Name = "Hoho Hub (Classic)", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_GUI'))() end, }) UniTab:CreateButton({ Name = "EZ Hub", Callback = function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/debug101/EZ-Hub/master/latest'),true))() end, }) UniTab:CreateButton({ Name = "Dark Dex V3", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Universal/Bypassed_Dex.lua"))() end, }) -- TAB 3: VISUALS local VisualTab = Window:CreateTab("Visuals", 4483362458) VisualTab:CreateButton({ Name = "VGG Hub (Best ESP/Visual)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/VenyxHub/VenyxHub/main/source"))() end, }) Rayfield:Notify({ Title = "Execution Success!", Content = "Welcome to Donat Pinter Hub", Duration = 5, Image = 4483362458, })