-- Amerah Delta Official v3 local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))() local Window = OrionLib:MakeWindow({Name = "👑 Amerah Delta Ultimate", HidePremium = false, SaveConfig = true, ConfigFolder = "AmerahOfficial"}) -- قسم الميزات local Tab = Window:MakeTab({Name = "الميزات الرئيسية", Icon = "rbxassetid://4483345998"}) Tab:AddButton({Name = "تفعيل الطيران", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.lua"))() end}) Tab:AddButton({Name = "فتح بيت النجمة ⭐", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/IceBearScripts/Brookhaven/main/Main.lua"))() end}) Tab:AddButton({Name = "محرر السكنات", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/SillyV3rm/AvatarEditor/main/Editor.lua"))() end}) OrionLib:Init()