-- [[ Rscripts Risk Notice ]] -- This script is not verified by rscripts.net. Deal with caution. -- -- Stay safe: -- • Never log in on unofficial Roblox sites or lookalike domains. -- • Real Roblox links use roblox.com (check the .com ending). -- • Treat fake Roblox login / "claim reward" pages as phishing. -- [[ End Rscripts Risk Notice ]] local Plrs = game:GetService("Players") local Me = Plrs.LocalPlayer local PG = Me:WaitForChild("PlayerGui") if PG:FindFirstChild("PerfectKaliSystem") then PG.PerfectKaliSystem:Destroy() end local SG = Instance.new("ScreenGui") SG.Name = "PerfectKaliSystem" SG.ResetOnSpawn = false SG.Parent = PG SG.IgnoreGuiInset = true = 2 Desktop.Active = true Desktop.Draggable = tr-- سطح المكتب الرئيسي (كبير وبوسط الشاشة تماماً) local Desktop = Instance.new("Frame") Desktop.Parent = SG Desktop.Size = UDim2.new(0, 800, 0, 500) Desktop.Position = UDim2.new(0.5, -400, 0.5, -250) Desktop.BackgroundColor3 = Color3.fromRGB(15, 25, 45) Desktop.BorderColor3 = Color3.fromRGB(0, 120, 215) Desktop.BorderSizePixel ue -- خلفية تنين كالي لينكس الأصلية (واضحة وبوسط الواجهة) local DragonBg = Instance.new("ImageLabel") DragonBg.Parent = Desktop DragonBg.Size = UDim2.new(1, 0, 1, -30) DragonBg.Position = UDim2.new(0, 0, 0, 30) DragonBg.BackgroundTransparency = 1 DragonBg.Image = "rbxassetid://6023426915" -- آي دي خلفية كالي والنظام النظيف DragonBg.ScaleType = Enum.ScaleType.Crop -- شريط المهام العلوي (Top Panel) .BorderSizePixel = 0 AppMenuBtn.Textlocal TopBar = Instance.new("Frame") TopBar.Parent = Desktop TopBar.Size = UDim2.new(1, 0, 0, 30) TopBar.BackgroundColor3 = Color3.fromRGB(20, 30, 45) TopBar.BorderSizePixel = 0 -- زر قائمة التطبيقات (Applications Menu) local AppMenuBtn = Instance.new("TextButton") AppMenuBtn.Parent = TopBar AppMenuBtn.Size = UDim2.new(0, 110, 1, 0) AppMenuBtn.BackgroundColor3 = Color3.fromRGB(30, 45, 70) AppMenuBt n = " 🐉 Applications" AppMenuBtn.TextColor3 = Color3.fromRGB(255, 255, 255) AppMenuBtn.TextSize = 11 AppMenuBtn.Font = Enum.Font.SourceSansBold AppMenuBtn.TextXAlignment = Enum.TextXAlignment.Left -- زر إغلاق النظام (X) local CloseSys = Instance.new("TextButton") CloseSys.Parent = TopBar CloseSys.Size = UDim2.new(0, 40, 1, 0) CloseSys.Position = UDim2.new(1, -40, 0, 0) CloseSys.BackgroundColor3 = Color3.fromRGB(180, 40, 40) CloseSys.BorderSizePixel = 0 Color3.fromRGB(0, 1CloseSys.Text = "X" CloseSys.TextColor3 = Color3.fromRGB(255, 255, 255) CloseSys.Font = Enum.Font.SourceSansBold CloseSys.MouseButton1Click:Connect(function() SG:Destroy() end) -- القائمة الجانبية المنسدلة للتطبيقات local DropMenu = Instance.new("ScrollingFrame") DropMenu.Parent = Desktop DropMenu.Size = UDim2.new(0, 240, 0, 470) DropMenu.Position = UDim2.new(0, 0, 0, 30) DropMenu.BackgroundColor3 = Color3.fromRGB(18, 22, 32) DropMenu.BorderColor3 = 50, 255) DropMenu.Visible = false DropMenu.CanvasSize = UDim2.new(0, 0, 0, 500) AppMenuBtn.MouseButton1Click:Connect(function() DropMenu.Visible = not DropMenu.Visible end) -- نافذة الـ Terminal السوداء (للأوامر والنتائج) local Terminal = Instance.new("Frame") Terminal.Parent = Desktop Terminal.Size = UDim2.new(0, 460, 0, 280) Terminal.Position = UDim2.new(0.5, -230, 0.5, -140) Terminal.BackgroundColor3 = Color3.fromRGB(8, 8, 8) Terminal.BorderColor3 = Color3.fromRGB(0, 255, 0) w("TextButton") TermCloseBtnTerminal.BorderSizePixel = 2 Terminal.Visible = false Terminal.Active = true Terminal.Draggable = true local TermTop = Instance.new("TextLabel") TermTop.Parent = Terminal TermTop.Size = UDim2.new(1, 0, 0, 28) TermTop.BackgroundColor3 = Color3.fromRGB(25, 25, 25) TermTop.Text = " root@kali-linux: Terminal" TermTop.TextColor3 = Color3.fromRGB(0, 255, 0) TermTop.TextSize = 11 TermTop.Font = Enum.Font.Code TermTop.TextXAlignment = Enum.TextXAlignment.Left local TermCloseBtn = Instance.n e.Parent = TermTop TermCloseBtn.Size = UDim2.new(0, 28, 1, 0) TermCloseBtn.Position = UDim2.new(1, -28, 0, 0) TermCloseBtn.BackgroundColor3 = Color3.fromRGB(180, 0, 0) TermCloseBtn.TextColor3 = Color3.fromRGB(255, 255, 255) TermCloseBtn.Text = "X" TermCloseBtn.MouseButton1Click:Connect(function() Terminal.Visible = false end) local TermOutput = Instance.new("TextLabel") TermOutput.Parent = Terminal TermOutput.Size = UDim2.new(1, -10, 1, -35) TermOutput.Position = UDim2.new(0, 5, 0, 30) TermOutput.BackgroundTransparency = 1 nu btn.Size = UDim2.new(1, -10, 0, 32) btTermOutput.TextColor3 = Color3.fromRGB(0, 255, 0) TermOutput.TextSize = 12 TermOutput.Font = Enum.Font.Code TermOutput.TextXAlignment = Enum.TextXAlignment.Left TermOutput.TextYAlignment = Enum.TextYAlignment.Top TermOutput.TextWrapped = true TermOutput.Text = "root@kali:~# systemctl start xfce4\n[+] Kali Linux Dragon Edition Loaded.\n[+] Click 'Applications' to run tools..." -- دالة إضافة الأدوات في القائمة الجانبية local function AddTool(title, posY, callback) local btn = Instance.new("TextButton") btn.Parent = DropM en.Position = UDim2.new(0, 5, 0, posY) btn.BackgroundColor3 = Color3.fromRGB(28, 35, 48) btn.BorderSizePixel = 0 btn.TextColor3 = Color3.fromRGB(230, 230, 230) btn.TextSize = 11 btn.Font = Enum.Font.SourceSans btn.Text = title btn.TextXAlignment = Enum.TextXAlignment.Left btn.MouseButton1Click:Connect(callback) end local pos = 5 AddTool("📁 File Manager (مدير الملفات)", pos, function() Terminal.Visible = true TermOutput.Text = "root@kali:~# thunar\n[+] Opening File Manager...\n[+] Directory: /root/home" end) pos = pos + 35 AddTool("💻 Terminal Emulator (الترمنال)", pos, function() )", pos, function() Ter Terminal.Visible = true TermOutput.Text = "root@kali:~# bash\n[+] Terminal session active." end) pos = pos + 35 AddTool("🔍 01-Reconnaissance (فحص Nmap)", pos, function() Terminal.Visible = true TermOutput.Text = "root@kali:~# nmap -sV target_server\n[+] Scanning ports...\n[+] Ports 80, 443, 1337 OPEN." end) pos = pos + 35 AddTool("💥 04-Execution (DDoS Attack)", pos, function() Terminal.Visible = true TermOutput.Text = "root@kali:~# python3 ddos.py --target=server\n[!] Flooding packets...\n[====================] 100% Target Disconnected!" end) pos = pos + 35 AddTool("⚡ Speed Hack (رفع السرعة 12 0minal.Visible = true if Me.Character and Me.Character:FindFirstChild("Humanoid") then Me.Character.Humanoid.WalkSpeed = 120 end TermOutput.Text = "root@kali:~# sysctl -w speed=120\n[+] WalkSpeed increased to 120 successfully." end) pos = pos + 35 AddTool("🚀 Fly Mode (تجاوز الجاذبية)", pos, function() Terminal.Visible = true local c = Me.Character if c and c:FindFirstChild("HumanoidRootPart") then c.HumanoidRootPart.Velocity = Vector3.new(0, 120, 0) end TermOutput.Text = "root@kali:~# bypass_gravity.sh\n[+] Anti-gravity protocol executed." end) pos = pos + 35 AddTool("🎵 تشغيل موسيقى الهكرز", pos, function() f char and char:FindFirstCh Terminal.Visible = true local char = Me.Character if char and char:FindFirstChild("HumanoidRootPart") then local old = char.HumanoidRootPart:FindFirstChild("KaliMusic") if old then old:Destroy() end local s = Instance.new("Sound") s.Name = "KaliMusic" s.SoundId = "rbxassetid://129963257934687" s.Volume = 8 s.Parent = char.HumanoidRootPart s:Play() end TermOutput.Text = "root@kali:~# play_audio --cyber_beats\n[+] Streaming cyberpunk audio in-game..." end) pos = pos + 35 AddTool("⏹️ إيقاف الموسيقى", pos, function() Terminal.Visible = true local char = Me.Character iild("HumanoidRootPart") then local s = char.HumanoidRootPart:FindFirstChild("KaliMusic") if s then s:Stop() end end TermOutput.Text = "root@kali:~# killall audio_stream\n[+] Audio stopped." end)