loadstring(game:HttpGet("https://rawscripts.net/raw/admn-hzyn-or-thdyth-altbra-7zN-83277"))() -- 🔥 V555 Script – المركز الإمبراطوري (نسخة محدثة) -- 👑 صاحب السكربت: ❖إِسْـكَـنْـدَرَانِـي❖ if not game:IsLoaded() then game.Loaded:Wait() end local Players = game:GetService("Players") local LP = Players.LocalPlayer local CG = game:GetService("CoreGui") local SG = game:GetService("StarterGui") local TS = game:GetService("TeleportService") local ReplicatedStorage = game:GetService("ReplicatedStorage") -- إعدادات الحماية local Protection = { HDAdminShield = false, AdminDataDestroyer = false } local developers = { "Alskndrany_9999", "Dhdhshehrei", "King6540k", "JOO111222333", "ahmed_121212121" } -- إشعار local function Notify(title, text, dur) pcall(function() SG:SetCore("SendNotification", {Title = title, Text = text, Duration = dur or 4}) end) end -- إشعار دخول صاحب السكربت Players.PlayerAdded:Connect(function(player) if player.Name == "Alskndrany_9999" then Notify("👑 تنبيه!", "صاحب السكربت دخل الماب!", 6) end end) -- دوال الحماية local function ApplyKickShield() if Protection.HDAdminShield then pcall(function() hookfunction(LP.Kick, function() return nil end) hookfunction(TS.Teleport, function() return nil end) end) Notify("🛡️", "تم تفعيل الحماية!", 3) else Notify("🛡️", "تم إيقاف الحماية!", 3) end end local function DestroyAdminData() local count = 0 for _, obj in ipairs(ReplicatedStorage:GetDescendants()) do local name = obj.Name:lower() if name:find("admin") or name:find("data") or name:find("anticheat") then if obj:IsA("Script") or obj:IsA("LocalScript") or obj:IsA("ModuleScript") then pcall(function() obj.Source = "-- Neutralized"; count = count + 1 end) elseif obj:IsA("RemoteEvent") or obj:IsA("RemoteFunction") then pcall(function() for _, conn in ipairs(getconnections(obj.OnClientEvent)) do conn:Disable() end count = count + 1 end) end end end return count end -- إعلان ترحيبي (10 ثواني) local adGui = Instance.new("ScreenGui", CG) adGui.Name = "V555_Ad" local adFrame = Instance.new("Frame", adGui) adFrame.Size = UDim2.new(0, 450, 0, 150) adFrame.Position = UDim2.new(0.5, -225, 0.5, -75) adFrame.BackgroundColor3 = Color3.fromRGB(0, 30, 0) Instance.new("UICorner", adFrame).CornerRadius = UDim.new(0, 15) Instance.new("UIStroke", adFrame).Color = Color3.fromRGB(255, 215, 0) Instance.new("UIStroke", adFrame).Thickness = 3 local adTitle = Instance.new("TextLabel", adFrame) adTitle.Size = UDim2.new(1, 0, 0, 50) adTitle.Position = UDim2.new(0, 0, 0, 10) adTitle.Text = "🔥 V555 Script 🔥" adTitle.TextColor3 = Color3.fromRGB(255, 215, 0) adTitle.Font = Enum.Font.GothamBlack adTitle.TextSize = 30 adTitle.BackgroundTransparency = 1 local adOwner = Instance.new("TextLabel", adFrame) adOwner.Size = UDim2.new(1, 0, 0, 30) adOwner.Position = UDim2.new(0, 0, 0, 60) adOwner.Text = "👑 صاحب السكربت: ❖إِسْـكَـنْـدَرَانِـي❖" adOwner.TextColor3 = Color3.fromRGB(0, 255, 0) adOwner.Font = Enum.Font.GothamBold adOwner.TextSize = 18 adOwner.BackgroundTransparency = 1 local adWelcome = Instance.new("TextLabel", adFrame) adWelcome.Size = UDim2.new(1, 0, 0, 25) adWelcome.Position = UDim2.new(0, 0, 0, 95) adWelcome.Text = "🌟 منورين السكربت 🌟" adWelcome.TextColor3 = Color3.fromRGB(255, 255, 255) adWelcome.Font = Enum.Font.GothamBold adWelcome.TextSize = 16 adWelcome.BackgroundTransparency = 1 task.spawn(function() task.wait(10) adGui:Destroy() end) -- الواجهة الرئيسية local gui = Instance.new("ScreenGui", CG) gui.Name = "V555_Compact" local main = Instance.new("Frame", gui) main.Size = UDim2.new(0, 380, 0, 460) main.Position = UDim2.new(0.5, -190, 0.5, -230) main.BackgroundColor3 = Color3.fromRGB(10, 10, 15) Instance.new("UICorner", main).CornerRadius = UDim.new(0, 12) Instance.new("UIStroke", main).Color = Color3.fromRGB(255, 215, 0) main.Visible = true -- شريط العنوان local titleBar = Instance.new("Frame", main) titleBar.Size = UDim2.new(1, 0, 0, 30) titleBar.BackgroundColor3 = Color3.fromRGB(20, 20, 30) Instance.new("UICorner", titleBar).CornerRadius = UDim.new(0, 12) local title = Instance.new("TextLabel", titleBar) title.Size = UDim2.new(1, -50, 1, 0) title.Text = "🔥 V555 Script Hub" title.TextColor3 = Color3.fromRGB(255, 215, 0) title.Font = Enum.Font.GothamBlack title.TextSize = 14 title.BackgroundTransparency = 1 local closeBtn = Instance.new("TextButton", titleBar) closeBtn.Size = UDim2.new(0, 25, 0, 22) closeBtn.Position = UDim2.new(1, -30, 0.5, -11) closeBtn.Text = "✕" closeBtn.TextColor3 = Color3.new(1,1,1) closeBtn.BackgroundColor3 = Color3.fromRGB(200, 50, 50) Instance.new("UICorner", closeBtn).CornerRadius = UDim.new(0, 5) closeBtn.MouseButton1Click:Connect(function() gui:Destroy() end) -- أزرار التبويب local tabFrame = Instance.new("Frame", main) tabFrame.Size = UDim2.new(1, 0, 0, 30) tabFrame.Position = UDim2.new(0, 0, 0, 30) tabFrame.BackgroundTransparency = 1 local devTabBtn = Instance.new("TextButton", tabFrame) devTabBtn.Size = UDim2.new(0.5, 0, 1, 0) devTabBtn.Position = UDim2.new(0, 0, 0, 0) devTabBtn.Text = "ℹ️ المطورين" devTabBtn.TextColor3 = Color3.new(1,1,1) devTabBtn.BackgroundColor3 = Color3.fromRGB(0, 150, 0) devTabBtn.Font = Enum.Font.GothamBold devTabBtn.TextSize = 12 Instance.new("UICorner", devTabBtn).CornerRadius = UDim.new(0, 5) local scriptsTabBtn = Instance.new("TextButton", tabFrame) scriptsTabBtn.Size = UDim2.new(0.5, 0, 1, 0) scriptsTabBtn.Position = UDim2.new(0.5, 0, 0, 0) scriptsTabBtn.Text = "📦 السكربتات" scriptsTabBtn.TextColor3 = Color3.new(1,1,1) scriptsTabBtn.BackgroundColor3 = Color3.fromRGB(50, 50, 50) scriptsTabBtn.Font = Enum.Font.GothamBold scriptsTabBtn.TextSize = 12 Instance.new("UICorner", scriptsTabBtn).CornerRadius = UDim.new(0, 5) -- محتوى المطورين local devContent = Instance.new("ScrollingFrame", main) devContent.Size = UDim2.new(1, 0, 1, -60) devContent.Position = UDim2.new(0, 0, 0, 60) devContent.BackgroundTransparency = 1 devContent.ScrollBarThickness = 4 devContent.ScrollBarImageColor3 = Color3.fromRGB(0, 200, 0) devContent.Visible = true local devCanvas = Instance.new("Frame", devContent) devCanvas.Size = UDim2.new(1, 0, 0, 0) devCanvas.BackgroundTransparency = 1 local devTitle = Instance.new("TextLabel", devCanvas) devTitle.Size = UDim2.new(1, -20, 0, 25) devTitle.Position = UDim2.new(0.025, 0, 0, 5) devTitle.Text = "👑 فريق التطوير" devTitle.TextColor3 = Color3.fromRGB(255, 215, 0) devTitle.Font = Enum.Font.GothamBold devTitle.TextSize = 14 devTitle.BackgroundTransparency = 1 devTitle.TextXAlignment = Enum.TextXAlignment.Left local devs = { {id = 10841397475, display = "Alskndrany_9999", copy = "Alskndrany_9999", role = "👑 المالك"}, {id = 8757584048, display = "Dhdhshehrei", copy = "Dhdhshehrei", role = "🛠️ مطور"}, {id = 10430115772, display = "King6540k", copy = "King6540k", role = "⚡ مشرف"}, {id = 10948481053, display = "JOO111222333", copy = "JOO111222333", role = "🌟 نائب أونر"}, {id = 9002244351, display = "ahmed_121212121", copy = "ahmed_121212121", role = "🤝 مساعد"} } local function CreateDevCard(parent, yPos, userId, displayName, copyName, role) local frame = Instance.new("Frame", parent) frame.Size = UDim2.new(0.9, 0, 0, 50) frame.Position = UDim2.new(0.05, 0, 0, yPos) frame.BackgroundColor3 = Color3.fromRGB(15, 15, 25) Instance.new("UICorner", frame).CornerRadius = UDim.new(0, 8) local img = Instance.new("ImageLabel", frame) img.Size = UDim2.new(0, 35, 0, 35) img.Position = UDim2.new(0, 8, 0.5, -17.5) img.Image = "rbxthumb://type=AvatarHeadShot&id=" .. userId .. "&w=420&h=420" img.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Instance.new("UICorner", img).CornerRadius = UDim.new(1, 0) Instance.new("UIStroke", img).Color = Color3.fromRGB(255, 215, 0) local copyBtn = Instance.new("TextButton", frame) copyBtn.Size = UDim2.new(0.4, 0, 1, 0) copyBtn.Position = UDim2.new(0.15, 0, 0, 0) copyBtn.Text = displayName copyBtn.TextColor3 = Color3.fromRGB(255, 215, 0) copyBtn.Font = Enum.Font.GothamBold copyBtn.TextSize = 12 copyBtn.BackgroundTransparency = 1 copyBtn.TextXAlignment = Enum.TextXAlignment.Left copyBtn.MouseButton1Click:Connect(function() setclipboard(copyName) Notify("✅", "تم نسخ: " .. copyName, 2) end) local roleLabel = Instance.new("TextLabel", frame) roleLabel.Size = UDim2.new(0.3, 0, 0, 16) roleLabel.Position = UDim2.new(0.15, 0, 0.55, 0) roleLabel.Text = role roleLabel.TextColor3 = Color3.fromRGB(0, 200, 0) roleLabel.Font = Enum.Font.Gotham roleLabel.TextSize = 10 roleLabel.BackgroundTransparency = 1 roleLabel.TextXAlignment = Enum.TextXAlignment.Left local status = Instance.new("TextLabel", frame) status.Size = UDim2.new(0, 14, 0, 14) status.Position = UDim2.new(0.9, -7, 0.5, -7) status.Text = "🟢" status.TextColor3 = Color3.new(1,1,1) status.Font = Enum.Font.GothamBold status.TextSize = 10 status.BackgroundTransparency = 1 task.spawn(function() while task.wait(5) do local found = false for _, player in ipairs(Players:GetPlayers()) do if player.Name == copyName then found = true; break end end status.Text = found and "🟢" or "🔴" end end) return frame end local devY = 35 for _, dev in ipairs(devs) do CreateDevCard(devCanvas, devY, dev.id, dev.display, dev.copy, dev.role) devY = devY + 55 end -- التواصل local contactTitle = Instance.new("TextLabel", devCanvas) contactTitle.Size = UDim2.new(1, -20, 0, 25) contactTitle.Position = UDim2.new(0.025, 0, 0, devY + 5) contactTitle.Text = "📞 تواصل معنا" contactTitle.TextColor3 = Color3.fromRGB(255, 215, 0) contactTitle.Font = Enum.Font.GothamBold contactTitle.TextSize = 14 contactTitle.BackgroundTransparency = 1 contactTitle.TextXAlignment = Enum.TextXAlignment.Left local contactY = devY + 35 local function createContactButton(text, color, yPos, callback) local btn = Instance.new("TextButton", devCanvas) btn.Size = UDim2.new(0.85, 0, 0, 32) btn.Position = UDim2.new(0.075, 0, 0, yPos) btn.Text = text btn.TextColor3 = Color3.new(1,1,1) btn.BackgroundColor3 = color btn.Font = Enum.Font.GothamBold btn.TextSize = 12 Instance.new("UICorner", btn).CornerRadius = UDim.new(0, 6) btn.MouseButton1Click:Connect(callback) return btn end createContactButton("📱 انضمام لقروب واتساب", Color3.fromRGB(0, 180, 50), contactY, function() setclipboard("https://chat.whatsapp.com/DhimlS3ZfxOBzr0dF5eCPu") Notify("✅", "تم نسخ رابط الواتساب!", 3) end) createContactButton("🎵 متابعة تيك توك", Color3.fromRGB(255, 0, 80), contactY + 38, function() setclipboard("tiktok.com/@abdlazizrahed") Notify("✅", "تم نسخ رابط التيك توك!", 3) end) createContactButton("💬 انضمام لديسكورد V555", Color3.fromRGB(88, 101, 242), contactY + 76, function() setclipboard("https://discord.gg/yPPHTCH2g") Notify("✅", "تم نسخ رابط ديسكورد V555!", 3) end) -- محتوى السكربتات local scriptsContent = Instance.new("ScrollingFrame", main) scriptsContent.Size = UDim2.new(1, 0, 1, -60) scriptsContent.Position = UDim2.new(0, 0, 0, 60) scriptsContent.BackgroundTransparency = 1 scriptsContent.ScrollBarThickness = 4 scriptsContent.ScrollBarImageColor3 = Color3.fromRGB(0, 200, 0) scriptsContent.Visible = false local scriptsCanvas = Instance.new("Frame", scriptsContent) scriptsCanvas.Size = UDim2.new(1, 0, 0, 0) scriptsCanvas.BackgroundTransparency = 1 local scriptsTitle = Instance.new("TextLabel", scriptsCanvas) scriptsTitle.Size = UDim2.new(1, -20, 0, 25) scriptsTitle.Position = UDim2.new(0.025, 0, 0, 5) scriptsTitle.Text = "📦 سكربتات جاهزة" scriptsTitle.TextColor3 = Color3.fromRGB(255, 215, 0) scriptsTitle.Font = Enum.Font.GothamBold scriptsTitle.TextSize = 14 scriptsTitle.BackgroundTransparency = 1 scriptsTitle.TextXAlignment = Enum.TextXAlignment.Left local function createScriptButton(text, color, yPos, callback) local btn = Instance.new("TextButton", scriptsCanvas) btn.Size = UDim2.new(0.85, 0, 0, 35) btn.Position = UDim2.new(0.075, 0, 0, yPos) btn.Text = text btn.TextColor3 = Color3.new(1,1,1) btn.BackgroundColor3 = color btn.Font = Enum.Font.GothamBold btn.TextSize = 12 Instance.new("UICorner", btn).CornerRadius = UDim.new(0, 6) btn.MouseButton1Click:Connect(callback) return btn end local scriptY = 35 createScriptButton("⚡ Infinite Yield (أدمن)", Color3.fromRGB(0, 150, 200), scriptY, function() loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))() Notify("✅", "تم تحميل IY!") end) createScriptButton("💃 Anil Emotes (رقصات)", Color3.fromRGB(150, 50, 200), scriptY + 42, function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AN1L2/ANILGAZE/refs/heads/main/anil.emote"))() Notify("✅", "تم تحميل Emotes!") end) local dexBtn = createScriptButton("🛠️ Dex Explorer (مطورين فقط)", Color3.fromRGB(100, 100, 100), scriptY + 84, function() local isDeveloper = false for _, dev in ipairs(developers) do if LP.Name == dev then isDeveloper = true; break end end if isDeveloper then loadstring(game:HttpGet("https://github.com/Tesker-103/DexRecontinued/releases/latest/download/out.lua"))() Notify("✅", "تم فتح Dex Explorer للمطور!", 3) else Notify("⛔", "فقط مطورين السكربت يمكنهم فتح Dex!", 3) end end) createScriptButton("📋 CMD-X (أوامر متقدمة)", Color3.fromRGB(200, 150, 0), scriptY + 126, function() loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/main/source"))() Notify("✅", "تم تحميل CMD-X!") end) -- الحماية local protTitle = Instance.new("TextLabel", scriptsCanvas) protTitle.Size = UDim2.new(1, -20, 0, 25) protTitle.Position = UDim2.new(0.025, 0, 0, scriptY + 175) protTitle.Text = "🛡️ الحماية" protTitle.TextColor3 = Color3.fromRGB(255, 215, 0) protTitle.Font = Enum.Font.GothamBold protTitle.TextSize = 14 protTitle.BackgroundTransparency = 1 protTitle.TextXAlignment = Enum.TextXAlignment.Left local protY = scriptY + 205 local hdBtn = createScriptButton("❌ منع الطرد (HD Admin)", Color3.fromRGB(200, 50, 50), protY, function() Protection.HDAdminShield = not Protection.HDAdminShield if Protection.HDAdminShield then hdBtn.Text = "✅ منع الطرد (HD Admin)" hdBtn.BackgroundColor3 = Color3.fromRGB(0, 150, 0) else hdBtn.Text = "❌ منع الطرد (HD Admin)" hdBtn.BackgroundColor3 = Color3.fromRGB(200, 50, 50) end ApplyKickShield() end) local admBtn = createScriptButton("❌ تدمير AdminData", Color3.fromRGB(200, 50, 50), protY + 42, function() Protection.AdminDataDestroyer = not Protection.AdminDataDestroyer if Protection.AdminDataDestroyer then admBtn.Text = "✅ تدمير AdminData" admBtn.BackgroundColor3 = Color3.fromRGB(0, 150, 0) local count = DestroyAdminData() Notify("💣", "تم تدمير " .. count .. " عنصر!") else admBtn.Text = "❌ تدمير AdminData" admBtn.BackgroundColor3 = Color3.fromRGB(200, 50, 50) end end) -- إعلان V555 local adFrame2 = Instance.new("Frame", scriptsCanvas) adFrame2.Size = UDim2.new(0.85, 0, 0, 30) adFrame2.Position = UDim2.new(0.075, 0, 0, protY + 90) adFrame2.BackgroundColor3 = Color3.fromRGB(0, 30, 0) Instance.new("UICorner", adFrame2).CornerRadius = UDim.new(0, 6) local adLabel2 = Instance.new("TextLabel", adFrame2) adLabel2.Size = UDim2.new(1, 0, 1, 0) adLabel2.Text = "⚡ V555 Script | المهمات • تعديل • تلقائي • مشاركة" adLabel2.TextColor3 = Color3.fromRGB(0, 255, 0) adLabel2.Font = Enum.Font.GothamBold adLabel2.TextSize = 10 adLabel2.BackgroundTransparency = 1 adLabel2.TextScaled = true -- تحديث الـ Canvas local devHeight = devY + 140 devContent.CanvasSize = UDim2.new(0, 0, 0, devHeight) local scriptsHeight = protY + 130 scriptsContent.CanvasSize = UDim2.new(0, 0, 0, scriptsHeight) -- التبديل بين التبويبات devTabBtn.MouseButton1Click:Connect(function() devContent.Visible = true scriptsContent.Visible = false devTabBtn.BackgroundColor3 = Color3.fromRGB(0, 150, 0) scriptsTabBtn.BackgroundColor3 = Color3.fromRGB(50, 50, 50) end) scriptsTabBtn.MouseButton1Click:Connect(function() devContent.Visible = false scriptsContent.Visible = true devTabBtn.BackgroundColor3 = Color3.fromRGB(50, 50, 50) scriptsTabBtn.BackgroundColor3 = Color3.fromRGB(0, 150, 0) end) -- زر البرق ⚡ (يخفي/يظهر الواجهة) local lightningBtn = Instance.new("TextButton", gui) lightningBtn.Size = UDim2.new(0, 40, 0, 40) lightningBtn.Position = UDim2.new(0, 10, 0, 10) lightningBtn.BackgroundColor3 = Color3.fromRGB(255, 200, 0) lightningBtn.Text = "⚡" lightningBtn.Font = Enum.Font.GothamBlack lightningBtn.TextSize = 22 lightningBtn.BorderSizePixel = 0 Instance.new("UICorner", lightningBtn).CornerRadius = UDim.new(0, 10) local mainVisible = true lightningBtn.MouseButton1Click:Connect(function() mainVisible = not mainVisible main.Visible = mainVisible lightningBtn.Text = mainVisible and "⚡" or "🔌" lightningBtn.BackgroundColor3 = mainVisible and Color3.fromRGB(255, 200, 0) or Color3.fromRGB(100, 100, 100) end) -- نظام السحب local function makeDraggable(obj) local dragging, start, pos obj.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 then dragging = true; start = input.Position; pos = obj.Position end end) obj.InputChanged:Connect(function(input) if dragging and input.UserInputType == Enum.UserInputType.MouseMovement then local delta = input.Position - start obj.Position = UDim2.new(pos.X.Scale, pos.X.Offset + delta.X, pos.Y.Scale, pos.Y.Offset + delta.Y) end end) obj.InputEnded:Connect(function() dragging = false end) end makeDraggable(main) Notify("🔥 V555", "✅ السكربت جاهز!", 4) print("✅ V555 Script Loaded!")