local function _obf(s) local b = {} for i = 1, #s do b[#b+1] = tostring(s:byte(i)) end return "string.char(" .. table.concat(b, ",") .. ")" end local _831726 = 7423 local _994521 = 3819 local _372810 = 5291 local _658403 = 1847 local _120934 = 9374 local _743291 = 2651 local _583920 = 4782 local _219847 = 8134 local _467832 = 6519 local _395012 = 3047 local Players = game:GetService(string.char(80,108,97,121,101,114,115)) local LocalPlayer = Players.LocalPlayer local PlayerGui = LocalPlayer:WaitForChild(string.char(80,108,97,121,101,114,71,117,105)) local CORRECT_KEY = string.char(103,111,111,100,32,100,97,121,32,114,105,103,104,116,32,116,111,100,97,121) local SCRIPT_URL = string.char(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,77,97,120,112,114,111,71,108,105,116,99,104,101,114,47,83,101,114,118,101,114,45,70,105,110,100,101,114,45,68,101,108,117,120,101,47,114,101,102,115,47,104,101,97,100,115,47,109,97,105,110,47,70,105,110,100,101,114,95,83,101,114,118,101,114,115,95,67,111,100,101,46,108,117,97,117) local KEY_LINK = string.char(104,116,116,112,115,58,47,47,100,105,114,101,99,116,45,108,105,110,107,46,110,101,116,47,49,49,48,52,49,51,54,47,103,99,69,86,73,68,110,111,57,115,81,55) local ScreenGui = Instance.new(string.char(83,99,114,101,101,110,71,117,105)) ScreenGui.Name = string.char(75,101,121,83,121,115,116,101,109) ScreenGui.ResetOnSpawn = false ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ScreenGui.Parent = PlayerGui local MainFrame = Instance.new(string.char(70,114,97,109,101)) MainFrame.Name = string.char(77,97,105,110,70,114,97,109,101) MainFrame.Size = UDim2.new(0, 380, 0, 255) MainFrame.Position = UDim2.new(0.5, -190, 0.5, -127) MainFrame.BackgroundColor3 = Color3.fromRGB(20, 20, 30) MainFrame.BorderSizePixel = 0 MainFrame.Parent = ScreenGui local UICorner = Instance.new(string.char(85,73,67,111,114,110,101,114)) UICorner.CornerRadius = UDim.new(0, 10) UICorner.Parent = MainFrame local TitleBar = Instance.new(string.char(70,114,97,109,101)) TitleBar.Size = UDim2.new(1, 0, 0, 45) TitleBar.BackgroundColor3 = Color3.fromRGB(35, 35, 55) TitleBar.BorderSizePixel = 0 TitleBar.Parent = MainFrame local TitleCorner = Instance.new(string.char(85,73,67,111,114,110,101,114)) TitleCorner.CornerRadius = UDim.new(0, 10) TitleCorner.Parent = TitleBar local TitleFix = Instance.new(string.char(70,114,97,109,101)) TitleFix.Size = UDim2.new(1, 0, 0.5, 0) TitleFix.Position = UDim2.new(0, 0, 0.5, 0) TitleFix.BackgroundColor3 = Color3.fromRGB(35, 35, 55) TitleFix.BorderSizePixel = 0 TitleFix.Parent = TitleBar local TitleLabel = Instance.new(string.char(84,101,120,116,76,97,98,101,108)) TitleLabel.Size = UDim2.new(1, -50, 1, 0) TitleLabel.Position = UDim2.new(0, 15, 0, 0) TitleLabel.BackgroundTransparency = 1 TitleLabel.Text = string.char(55,48,32,32,75,101,121,32,83,121,115,116,101,109) TitleLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TitleLabel.TextSize = 16 TitleLabel.Font = Enum.Font.GothamBold TitleLabel.TextXAlignment = Enum.TextXAlignment.Left TitleLabel.Parent = TitleBar local dragging, dragStart, startPos TitleBar.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 then dragging = true dragStart = input.Position startPos = MainFrame.Position end end) TitleBar.InputEnded:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 then dragging = false end end) game:GetService(string.char(85,115,101,114,73,110,112,117,116,83,101,114,118,105,99,101)).InputChanged:Connect(function(input) if dragging and input.UserInputType == Enum.UserInputType.MouseMovement then local delta = input.Position - dragStart MainFrame.Position = UDim2.new( startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y ) end end) local SubLabel = Instance.new(string.char(84,101,120,116,76,97,98,101,108)) SubLabel.Size = UDim2.new(1, -30, 0, 25) SubLabel.Position = UDim2.new(0, 15, 0, 55) SubLabel.BackgroundTransparency = 1 SubLabel.Text = string.char(69,110,116,101,114,32,121,111,117,114,32,107,101,121,32,116,111,32,99,111,110,116,105,110,117,101) SubLabel.TextColor3 = Color3.fromRGB(160, 160, 190) SubLabel.TextSize = 13 SubLabel.Font = Enum.Font.Gotham SubLabel.TextXAlignment = Enum.TextXAlignment.Left SubLabel.Parent = MainFrame local InputBox = Instance.new(string.char(84,101,120,116,66,111,120)) InputBox.Size = UDim2.new(1, -30, 0, 42) InputBox.Position = UDim2.new(0, 15, 0, 88) InputBox.BackgroundColor3 = Color3.fromRGB(35, 35, 55) InputBox.BorderSizePixel = 0 InputBox.Text = string.char(32):rep(0) InputBox.PlaceholderText = string.char(69,110,116,101,114,32,107,101,121,32,104,101,114,101,46,46,46) InputBox.TextColor3 = Color3.fromRGB(255, 255, 255) InputBox.PlaceholderColor3 = Color3.fromRGB(100, 100, 130) InputBox.TextSize = 14 InputBox.Font = Enum.Font.Gotham InputBox.ClearTextOnFocus = false InputBox.Parent = MainFrame local InputCorner = Instance.new(string.char(85,73,67,111,114,110,101,114)) InputCorner.CornerRadius = UDim.new(0, 8) InputCorner.Parent = InputBox local StatusLabel = Instance.new(string.char(84,101,120,116,76,97,98,101,108)) StatusLabel.Size = UDim2.new(1, -30, 0, 20) StatusLabel.Position = UDim2.new(0, 15, 0, 138) StatusLabel.BackgroundTransparency = 1 StatusLabel.Text = string.char(32):rep(0) StatusLabel.TextColor3 = Color3.fromRGB(255, 80, 80) StatusLabel.TextSize = 12 StatusLabel.Font = Enum.Font.Gotham StatusLabel.TextXAlignment = Enum.TextXAlignment.Left StatusLabel.Parent = MainFrame local SubmitBtn = Instance.new(string.char(84,101,120,116,66,117,116,116,111,110)) SubmitBtn.Size = UDim2.new(0, 170, 0, 40) SubmitBtn.Position = UDim2.new(0, 15, 0, 163) SubmitBtn.BackgroundColor3 = Color3.fromRGB(80, 100, 220) SubmitBtn.BorderSizePixel = 0 SubmitBtn.Text = string.char(83,117,98,109,105,116,32,75,101,121) SubmitBtn.TextColor3 = Color3.fromRGB(255, 255, 255) SubmitBtn.TextSize = 14 SubmitBtn.Font = Enum.Font.GothamBold SubmitBtn.Parent = MainFrame local BtnCorner = Instance.new(string.char(85,73,67,111,114,110,101,114)) BtnCorner.CornerRadius = UDim.new(0, 8) BtnCorner.Parent = SubmitBtn local GetKeyBtn = Instance.new(string.char(84,101,120,116,66,117,116,116,111,110)) GetKeyBtn.Size = UDim2.new(0, 170, 0, 40) GetKeyBtn.Position = UDim2.new(0, 195, 0, 163) GetKeyBtn.BackgroundColor3 = Color3.fromRGB(40, 160, 100) GetKeyBtn.BorderSizePixel = 0 GetKeyBtn.Text = string.char(71,101,116,32,75,101,121) GetKeyBtn.TextColor3 = Color3.fromRGB(255, 255, 255) GetKeyBtn.TextSize = 14 GetKeyBtn.Font = Enum.Font.GothamBold GetKeyBtn.Parent = MainFrame local GetKeyCorner = Instance.new(string.char(85,73,67,111,114,110,101,114)) GetKeyCorner.CornerRadius = UDim.new(0, 8) GetKeyCorner.Parent = GetKeyBtn local CopyLabel = Instance.new(string.char(84,101,120,116,76,97,98,101,108)) CopyLabel.Size = UDim2.new(1, -30, 0, 20) CopyLabel.Position = UDim2.new(0, 15, 0, 210) CopyLabel.BackgroundTransparency = 1 CopyLabel.Text = string.char(32):rep(0) CopyLabel.TextColor3 = Color3.fromRGB(80, 220, 120) CopyLabel.TextSize = 12 CopyLabel.Font = Enum.Font.Gotham CopyLabel.TextXAlignment = Enum.TextXAlignment.Center CopyLabel.Parent = MainFrame SubmitBtn.MouseEnter:Connect(function() SubmitBtn.BackgroundColor3 = Color3.fromRGB(100, 120, 240) end) SubmitBtn.MouseLeave:Connect(function() SubmitBtn.BackgroundColor3 = Color3.fromRGB(80, 100, 220) end) GetKeyBtn.MouseEnter:Connect(function() GetKeyBtn.BackgroundColor3 = Color3.fromRGB(50, 190, 120) end) GetKeyBtn.MouseLeave:Connect(function() GetKeyBtn.BackgroundColor3 = Color3.fromRGB(40, 160, 100) end) GetKeyBtn.MouseButton1Click:Connect(function() setclipboard(KEY_LINK) CopyLabel.Text = string.char(76,105,110,107,32,99,111,112,105,101,100,33,32,80,97,115,116,101,32,105,110,32,98,114,111,119,115,101,114,46) GetKeyBtn.Text = string.char(67,111,112,105,101,100,33) GetKeyBtn.BackgroundColor3 = Color3.fromRGB(50, 190, 120) task.wait(3) CopyLabel.Text = string.char(32):rep(0) GetKeyBtn.Text = string.char(71,101,116,32,75,101,121) GetKeyBtn.BackgroundColor3 = Color3.fromRGB(40, 160, 100) end) local function _checkKey() local _entered = InputBox.Text:lower():match(string.char(94,37,115,42,40,46,45,41,37,115,42,36)) if _entered == CORRECT_KEY:lower() then StatusLabel.TextColor3 = Color3.fromRGB(80, 220, 120) StatusLabel.Text = string.char(75,101,121,32,97,99,99,101,112,116,101,100,33,32,76,111,97,100,105,110,103,46,46,46) SubmitBtn.Active = false task.wait(1) ScreenGui:Destroy() loadstring(game:HttpGet(SCRIPT_URL))() else StatusLabel.TextColor3 = Color3.fromRGB(255, 80, 80) StatusLabel.Text = string.char(73,110,118,97,108,105,100,32,107,101,121,46,32,84,114,121,32,97,103,97,105,110,46) InputBox.Text = string.char(32):rep(0) end end SubmitBtn.MouseButton1Click:Connect(_checkKey) InputBox.FocusLost:Connect(function(enterPressed) if enterPressed then _checkKey() end end)