-- [[ 🤑 OSCAR HUB: V1.0 MEGA DESTRUCTION ULTIMATE 🤑 ]] -- -- المطور: خالد خلف (KHALED KHALAF) -- الرابط الجديد للقناة: https://youtube.com/@efr-12345 -- نسخة التحديث الأقوى والأضخم على الإطلاق - بدون أي حذوفات ⚔️🔥 local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "🤑 OSCAR HUB | V5.5 💎", LoadingTitle = "جاري تحميل ترسانة الإبادة القصوى... 🔐", ConfigurationSaving = {Enabled = true, FileName = "OscarV55Ultimate"}, KeySystem = false, }) -- دخول مباشر لأخبار التحديث local NewsTab = Window:CreateTab("أخبار التحديث 📢", 4483362458) NewsTab:CreateSection("تحديث الميجا V5.5 الأسطوري") NewsTab:CreateLabel("🔥 تم الحفاظ على كافة الأزرار السابقة بالكامل") NewsTab:CreateLabel("⚡ إضافة سرعة فلاش، والقفز اللانهائي، وكشف الجدران (ESP)") NewsTab:CreateLabel("💀 إضافة زر تجميد السيرفر (Lag) لشل حركة الخصوم") NewsTab:CreateButton({Name = "نسخ رابط قناتي 📺", Callback = function() setclipboard("https://youtube.com/@efr-12345") end}) -- متغيرات تحديد الضحية local Target = "" local Drop -- [[ 1. تابة الإهانة والجلد السريع ]] -- local TrollTab = Window:CreateTab("إهانة / Humiliation 🔞", 4483362458) Drop = TrollTab:CreateDropdown({Name = "الضحية / Victim", Options = {"..."}, Callback = function(O) Target = O[1] end}) TrollTab:CreateButton({Name = "تحديث قائمة اللاعبين 🔄", Callback = function() local p = {} for _, v in pairs(game.Players:GetPlayers()) do if v ~= game.Players.LocalPlayer then table.insert(p, v.Name) end end Drop:Refresh(p) end}) TrollTab:CreateToggle({Name = "التصاق بالوجه 🔞", Callback = function(V) _G.Face = V task.spawn(function() while _G.Face do pcall(function() local tHead = game.Players:FindFirstChild(Target).Character.Head game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = tHead.CFrame * CFrame.new(0, 0, -0.8) * CFrame.Angles(0, math.rad(180), 0) end) task.wait() end end) end}) TrollTab:CreateToggle({Name = "بانق / Bang (FE) 🔞", Callback = function(V) _G.Bang = V local anim = Instance.new("Animation") anim.AnimationId = "rbxassetid://148840337" local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim) if V then track:Play() else track:Stop() end task.spawn(function() while _G.Bang do pcall(function() local tHrp = game.Players:FindFirstChild(Target).Character.HumanoidRootPart game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = tHrp.CFrame * CFrame.new(0, 0, 1.1) end) task.wait() end end) end}) -- [[ 2. تابة التدمير الميجا والـ FE ]] -- local DestructionTab = Window:CreateTab("تخريب وإبادة V5.5 ⚔️", 4483362458) DestructionTab:CreateSection("أسلحة السطوة الشاملة") DestructionTab:CreateButton({ Name = "إعطائي قاذف الصواريخ المتفجرة (FE Rocket Launcher) 🚀💥", Callback = function() local RocketTool = Instance.new("Tool") RocketTool.Name = "🚀 قاذف أوسكار المدمر" RocketTool.RequiresHandle = true local Handle = Instance.new("Part", RocketTool) Handle.Name = "Handle" Handle.Size = Vector3.new(1, 4, 1) Handle.BrickColor = BrickColor.new("Dark stone grey") RocketTool.Activated:Connect(function() local mouse = game.Players.LocalPlayer:GetMouse() local rocket = Instance.new("Part", workspace) rocket.Size = Vector3.new(1,1,3) rocket.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-5) rocket.BrickColor = BrickColor.new("Bright red") local bv = Instance.new("BodyVelocity", rocket) bv.Velocity = (mouse.Hit.p - rocket.Position).unit * 150 rocket.Touched:Connect(function(hit) if hit and hit.Parent ~= game.Players.LocalPlayer.Character then local exp = Instance.new("Explosion", workspace) exp.Position = rocket.Position exp.BlastRadius = 15 rocket:Destroy() end end) end) RocketTool.Parent = game.Players.LocalPlayer.Backpack end }) -- إضافة الكلبشات هنا في تابة التخريب DestructionTab:CreateButton({ Name = "سحب جميع الكلبشات من الماب ⛓️", Callback = function() for _, obj in pairs(game:GetDescendants()) do if obj:IsA("Tool") and (string.find(string.lower(obj.Name), "cuff") or string.find(string.lower(obj.Name), "كلبش")) then pcall(function() obj.Parent = game.Players.LocalPlayer.Backpack end) end end end }) DestructionTab:CreateButton({Name = "سحب الضحية المحددة (FE Bring) 🧲", Callback = function() pcall(function() local tChar = game.Players:FindFirstChild(Target).Character tChar.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, -3) end) end}) DestructionTab:CreateButton({Name = "تطيير السيرفر (FE Anti-Gravity) 🌌🎈", Callback = function() for _, p in pairs(game.Players:GetPlayers()) do if p ~= game.Players.LocalPlayer and p.Character then Instance.new("BodyForce", p.Character.HumanoidRootPart).Force = Vector3.new(0, 4000, 0) end end end}) DestructionTab:CreateButton({Name = "تفعيل زلزال (FE EarthQuake) 🌋", Callback = function() for i = 1, 100 do game.Lighting.Ambient = Color3.fromRGB(math.random(0,255), 0, 0) task.wait(0.05) end end}) DestructionTab:CreateButton({Name = "تجميد السيرفر (FE Lag Server) 🛑", Callback = function() for i = 1, 500 do local p = Instance.new("Message", workspace) p.Text = "🤑 OSCAR HUB IS RUNNING 🤑" task.wait() p:Destroy() end end}) -- [[ 3. تابة تعزيزات المطور ]] -- local PowerTab = Window:CreateTab("قدرات المطور ⚡", 4483362458) PowerTab:CreateSlider({Name = "سرعة الفلاش", Min = 16, Max = 250, Callback = function(V) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = V end}) PowerTab:CreateToggle({Name = "القفز اللانهائي", Callback = function(S) _G.InfJump = S end}) PowerTab:CreateButton({Name = "كشف أماكن اللاعبين (ESP) 👁️", Callback = function() for _, p in pairs(game.Players:GetPlayers()) do if p ~= game.Players.LocalPlayer and p.Character then local b = Instance.new("BoxHandleAdornment", p.Character) b.AlwaysOnTop = true b.Adornee = p.Character.HumanoidRootPart b.Size = Vector3.new(4,6,4) b.Color3 = Color3.fromRGB(255,0,0) end end end}) -- [[ 4. تابة التخريب الكلاسيكية ]] -- local ClassicTab = Window:CreateTab("أدوات السطوة المعتادة ⛓️", 4483362458) ClassicTab:CreateButton({Name = "تحويل السماء (FE Skybox) 🌌", Callback = function() local s = game.Lighting:FindFirstChildOfClass("Sky") or Instance.new("Sky", game.Lighting) local t = "http://www.roblox.com/thumbs/avatar.ashx?userId="..game.Players.LocalPlayer.UserId.."&x=420&y=420" s.SkyboxBk=t s.SkyboxDn=t s.SkyboxFt=t s.SkyboxLf=t s.SkyboxRt=t s.SkyboxUp=t end}) local SettingsTab = Window:CreateTab("إعدادات ⚙️", 4483362458) SettingsTab:CreateKeybind({Name = "إخفاء الواجهة", CurrentKeybind = "RightControl", Callback = function() Rayfield:Toggle() end}) SettingsTab:CreateButton({Name = "إغلاق السكربت", Callback = function() Rayfield:Destroy() end})