local gui = Instance.new("ScreenGui") gui.Name = "patrickGui" gui.Parent = game.CoreGui local lock = Instance.new("Frame") lock.Size = UDim2.new(0.4, 19, 0.9, 19) lock.Position = UDim2.new(0.0, 0, 0.0, 0) lock.BackgroundColor3 = Color3.new(1, 1, 1) lock.BorderColor3 = Color3.new(0, 0, 0) lock.BorderSizePixel = 0 lock.Active = true lock.BackgroundTransparency = 1 lock.Draggable = true lock.Parent = gui local rc7 = Instance.new("Frame") rc7.Size = UDim2.new(0.9, 33, 0.9, 30) rc7.Position = UDim2.new(0.0, 0, 0.0, 0) rc7.BackgroundColor3 = Color3.new(1, 1, 1) rc7.BorderColor3 = Color3.new(0, 0, 0) rc7.BorderSizePixel = 0 rc7.Active = false rc7.BackgroundTransparency = 1 rc7.Draggable = true rc7.Parent = lock rc7.Visible = false local ImageLabel = Instance.new("ImageLabel") ImageLabel.Size = UDim2.new(0.9, 31, 0.9, 29) ImageLabel.Position = UDim2.new(0.0, 0, 0.0, 0) ImageLabel.BackgroundColor3 = Color3.new(0, 0, 0) ImageLabel.ImageColor3 = Color3.new(1, 1, 1) ImageLabel.Image = "rbxassetid://87234781699544" ImageLabel.ImageTransparency = 0 ImageLabel.Parent = rc7 ImageLabel.BackgroundTransparency = 1 local TextBox = Instance.new("TextBox") TextBox.Size = UDim2.new(0.8, 2, 0.6, 14) TextBox.Position = UDim2.new(0.0, 9, 0.1, 8) TextBox.BackgroundColor3 = Color3.new(0, 0, 0) TextBox.BorderColor3 = Color3.new(0, 0, 0) TextBox.BorderSizePixel = 0 TextBox.Text = "" TextBox.TextColor3 = Color3.new(0, 0, 0) TextBox.BackgroundTransparency = 1 TextBox.Font = Enum.Font.Code TextBox.TextSize = 15 TextBox.Parent = rc7 TextBox.TextYAlignment = Enum.TextYAlignment.Top TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.ClearTextOnFocus = false TextBox.MultiLine = true TextBox.TextWrapped = true local exe = Instance.new("TextButton") exe.Size = UDim2.new(0.2, 21, 0.0, 23) exe.Position = UDim2.new(0.2, 30, 0.7, 19) exe.BackgroundColor3 = Color3.new(0, 0, 0) exe.BorderColor3 = Color3.new(0, 0, 0) exe.BorderSizePixel = 0 exe.Text = "" exe.BackgroundTransparency = 1 exe.TextColor3 = Color3.new(0, 0, 0) exe.Font = Enum.Font.Code exe.Parent = rc7 exe.MouseButton1Click:Connect(function() assert(loadstring(TextBox.Text))() end) local clea = Instance.new("TextButton") clea.Size = UDim2.new(0.2, 22, 0.0, 23) clea.Position = UDim2.new(0.5, 21, 0.7, 19) clea.BackgroundColor3 = Color3.new(0, 0, 0) clea.BorderColor3 = Color3.new(0, 0, 0) clea.BorderSizePixel = 0 clea.Text = "" clea.BackgroundTransparency = 1 clea.TextColor3 = Color3.new(255, 255, 255) clea.Font = Enum.Font.Code clea.Parent = rc7 clea.MouseButton1Click:Connect(function() TextBox.Text = "" end) local roe = Instance.new("TextButton") roe.Size = UDim2.new(0.1, 0, 0.0, 25) roe.Position = UDim2.new(0.8, 20, 0.7, 26) roe.BackgroundColor3 = Color3.new(0, 0, 0) roe.BorderColor3 = Color3.new(0, 0, 0) roe.BorderSizePixel = 0 roe.Text = "" roe.BackgroundTransparency = 1 roe.TextColor3 = Color3.new(255, 255, 255) roe.Font = Enum.Font.Code roe.Parent = rc7 roe.MouseButton1Click:Connect(function() loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)() end) local X = Instance.new("TextButton") X.Size = UDim2.new(0.1, 0, 0.1, 0) X.Position = UDim2.new(0.9, 0, 0.0, 0) X.BackgroundColor3 = Color3.new(0, 0, 0) X.BorderColor3 = Color3.new(0, 0, 0) X.BorderSizePixel = 0 X.Text = "" X.BackgroundTransparency = 1 X.TextColor3 = Color3.new(0, 0, 0) X.Font = Enum.Font.Code X.Parent = rc7 X.MouseButton1Click:Connect(function() lock:Remove() end) local lock1 = Instance.new("ImageLabel") lock1.Size = UDim2.new(0.9, 33, 0.9, 30) lock1.Position = UDim2.new(0.0, 0, 0.0, 0) lock1.BackgroundColor3 = Color3.new(0, 0, 0) lock1.ImageColor3 = Color3.new(1, 1, 1) lock1.Image = "rbxassetid://90888446221641" lock1.ImageTransparency = 0 lock1.Parent = lock lock1.BackgroundTransparency = 1 local user = Instance.new("TextBox") user.Size = UDim2.new(0.4, 14, 0.0, 19) user.Position = UDim2.new(0.2, 0, 0.3, 28) user.BackgroundColor3 = Color3.new(0, 0, 0) user.BorderColor3 = Color3.new(0, 0, 0) user.BorderSizePixel = 0 user.Text = "" user.TextColor3 = Color3.new(1, 1, 1) user.BackgroundTransparency = 1 user.Font = Enum.Font.Code user.TextSize = 18 user.Parent = lock1 user.TextWrapped = true local pass = Instance.new("TextLabel") pass.Size = UDim2.new(0.4, 14, 0.0, 19) pass.Position = UDim2.new(0.2, 0, 0.4, 22) pass.BackgroundColor3 = Color3.new(0, 0, 0) pass.BorderColor3 = Color3.new(0, 0, 0) pass.BorderSizePixel = 0 pass.Text = "Free pass" pass.BackgroundTransparency = 1 pass.TextColor3 = Color3.new(1, 1, 1) pass.Font = Enum.Font.Code pass.Parent = lock1 pass.TextSize = 18 pass.TextWrapped = true local submit = Instance.new("TextButton") submit.Size = UDim2.new(0.3, 0, 0.0, 21) submit.Position = UDim2.new(0.2, 20, 0.5, 18) submit.BackgroundColor3 = Color3.new(0, 0, 0) submit.BorderColor3 = Color3.new(0, 0, 0) submit.BorderSizePixel = 0 submit.Text = "" submit.BackgroundTransparency = 1 submit.TextColor3 = Color3.new(255, 255, 255) submit.Font = Enum.Font.Code submit.Parent = lock1 submit.MouseButton1Click:Connect(function() lock1.Visible = false rc7.Visible = true end) local Xlock = Instance.new("TextButton") Xlock.Size = UDim2.new(0.1, 0, 0.1, 0) Xlock.Position = UDim2.new(0.9, 0, 0.0, 0) Xlock.BackgroundColor3 = Color3.new(0, 0, 0) Xlock.BorderColor3 = Color3.new(0, 0, 0) Xlock.BorderSizePixel = 0 Xlock.Text = "" Xlock.BackgroundTransparency = 1 Xlock.TextColor3 = Color3.new(255, 255, 255) Xlock.Font = Enum.Font.Code Xlock.Parent = lock1 Xlock.MouseButton1Click:Connect(function() lock:Remove() end)