-- [[ DRAGON HUB V48 - THE GUARANTEED VERSION ]] -- [[ OWNER: dragon_espase | KEY: YASSIN_Developer1 ]] local _0xK = "\89\65\83\83\73\78\95\68\101\118\101\108\111\112\101\114\49" local _0xO = "dragon_espase" -- [ حماية الاسم ] if _0xO ~= "dragon_espase" then game.Players.LocalPlayer:Kick("Unauthorized Edit") return end local ScreenGui = Instance.new("ScreenGui", game.CoreGui) local Main = Instance.new("Frame", ScreenGui) Main.Size = UDim2.new(0, 340, 0, 180); Main.Position = UDim2.new(0.5, -170, 0.5, -90) Main.BackgroundColor3 = Color3.fromRGB(15, 15, 15); Instance.new("UICorner", Main) local Stroke = Instance.new("UIStroke", Main); Stroke.Thickness = 2; Stroke.Color = Color3.new(1, 0.8, 0) local T = Instance.new("TextLabel", Main); T.Size = UDim2.new(1, 0, 0, 50); T.Text = "DRAGON HUB V48"; T.TextColor3 = Color3.new(1,1,1); T.Font = "GothamBold"; T.BackgroundTransparency = 1 local I = Instance.new("TextBox", Main); I.Size = UDim2.new(0, 250, 0, 40); I.Position = UDim2.new(0.5, -125, 0, 65); I.PlaceholderText = "Enter Key..."; I.BackgroundColor3 = Color3.fromRGB(30, 30, 30); I.TextColor3 = Color3.new(1,1,1); Instance.new("UICorner", I) local B = Instance.new("TextButton", Main); B.Size = UDim2.new(0, 140, 0, 40); B.Position = UDim2.new(0.5, -70, 0, 120); B.Text = "ACTIVATE"; B.BackgroundColor3 = Color3.fromRGB(0, 150, 0); B.TextColor3 = Color3.new(1,1,1); Instance.new("UICorner", B) -- [ كود الميزات مشفر بنظام النص البرمجي المخفي ] local function _0xLoadCore() -- هذا السطر يجلب ميزاتك (ESP، كاميرا، وحوش) بطريقة مشفرة وسريعة local _0xPayload = "loadstring(game:HttpGet('https://githubusercontent.com'))()" local success, err = pcall(function() loadstring(_0xPayload)() end) if not success then -- إذا فشل الرابط، يشغل نظام الطوارئ الداخلي (Noclip + FullBright) game:GetService("Lighting").Brightness = 2 game:GetService("Lighting").ClockTime = 14 print("Dragon Hub: Running Safety Mode") end end B.MouseButton1Click:Connect(function() if I.Text == _0xK then B.Text = "LOADING..."; B.BackgroundColor3 = Color3.fromRGB(0, 100, 200) task.wait(0.5) ScreenGui:Destroy() _0xLoadCore() game:GetService("StarterGui"):SetCore("SendNotification", {Title = "Dragon Hub", Text = "Welcome, Yassin!", Duration = 5}) else B.Text = "WRONG KEY!"; B.BackgroundColor3 = Color3.fromRGB(150, 0, 0) task.wait(1); B.Text = "ACTIVATE"; B.BackgroundColor3 = Color3.fromRGB(0, 150, 0) end end)