Pokecenter

Untitled

Nov 25th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local dupergui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextBox = Instance.new("TextBox")
  7. local TextButton = Instance.new("TextButton")
  8. --Properties:
  9. dupergui.Name = "dupergui"
  10. dupergui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11.  
  12. Frame.Parent = dupergui
  13. Frame.BackgroundColor3 = Color3.new(0.705882, 0.666667, 0.54902)
  14. Frame.BorderColor3 = Color3.new(1, 0.333333, 0)
  15. Frame.Position = UDim2.new(0.856236815, 0, 0.767255187, 0)
  16. Frame.Size = UDim2.new(0, 121, 0, 53)
  17.  
  18. TextBox.Parent = Frame
  19. TextBox.BackgroundColor3 = Color3.new(0.54902, 0.470588, 0.392157)
  20. TextBox.BorderSizePixel = 0
  21. TextBox.Size = UDim2.new(0, 121, 0, 21)
  22. TextBox.Font = Enum.Font.Code
  23. TextBox.Text = "M4"
  24. TextBox.TextColor3 = Color3.new(0, 0, 0)
  25. TextBox.TextSize = 14
  26.  
  27. TextButton.Parent = Frame
  28. TextButton.BackgroundColor3 = Color3.new(0.862745, 0.823529, 0.705882)
  29. TextButton.BorderSizePixel = 0
  30. TextButton.Position = UDim2.new(0.331, 0, 0.5, 0)
  31. TextButton.Size = UDim2.new(0, 41, 0, 21)
  32. TextButton.Font = Enum.Font.Code
  33. TextButton.Text = "DUPE"
  34. TextButton.TextColor3 = Color3.new(0, 0, 0)
  35. TextButton.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment