local a=Instance.new("ScreenGui") a.Name="\74\111\105\110\75\101\121\71\117\105" a.Parent=game.Players.LocalPlayer:WaitForChild("\80\108\97\121\101\114\71\117\105") local b=Instance.new("TextButton") b.Size=UDim2.new(0,200,0,50) b.Position=UDim2.new(0.5,-100,0.5,-25) b.Text="\74\111\105\110\32\102\111\114\32\75\101\121" b.BackgroundColor3=Color3.fromRGB(0,170,255) b.TextColor3=Color3.fromRGB(255,255,255) b.Font=Enum.Font.SourceSansBold b.TextScaled=true b.Parent=a local c="\104\116\116\112\115\58\47\47\100\105\115\99\111\114\100\46\103\103\47\86\85\90\113\115\113\118\90" local d=setclipboard local e=function(f) return d(f) end b.MouseButton1Click:Connect(function() e(c) print("\76\105\110\107\32\99\111\112\105\101\100\32\116\111\32\99\108\105\112\98\111\97\114\100\33") end)