Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local dupergui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextBox = Instance.new("TextBox")
- local TextButton = Instance.new("TextButton")
- --Properties:
- dupergui.Name = "dupergui"
- dupergui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = dupergui
- Frame.BackgroundColor3 = Color3.new(0.705882, 0.666667, 0.54902)
- Frame.BorderColor3 = Color3.new(1, 0.333333, 0)
- Frame.Position = UDim2.new(0.856236815, 0, 0.767255187, 0)
- Frame.Size = UDim2.new(0, 121, 0, 53)
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.new(0.54902, 0.470588, 0.392157)
- TextBox.BorderSizePixel = 0
- TextBox.Size = UDim2.new(0, 121, 0, 21)
- TextBox.Font = Enum.Font.Code
- TextBox.Text = "M4"
- TextBox.TextColor3 = Color3.new(0, 0, 0)
- TextBox.TextSize = 14
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(0.862745, 0.823529, 0.705882)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0.331, 0, 0.5, 0)
- TextButton.Size = UDim2.new(0, 41, 0, 21)
- TextButton.Font = Enum.Font.Code
- TextButton.Text = "DUPE"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment