Advertisement
Guest User

dfdf

a guest
Sep 18th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.92 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local ImageLabel = Instance.new("ImageLabel")
  4. local R34P3RText = Instance.new("TextLabel")
  5. local PlayerName = Instance.new("TextLabel")
  6. local Credits = Instance.new("TextLabel")
  7. local ID = Instance.new("TextLabel")
  8.  
  9. ScreenGui.Parent = game.CoreGui
  10. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  11.  
  12. Frame.Parent = ScreenGui
  13. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  14. Frame.BorderColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  15. Frame.BorderSizePixel = 6
  16. Frame.Position = UDim2.new(0.34579438, 0, 0.454005927, 0)
  17. Frame.Size = UDim2.new(0, 322, 0, 177)
  18.  
  19. ImageLabel.Parent = Frame
  20. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  21. ImageLabel.BackgroundTransparency = 1
  22. ImageLabel.Size = UDim2.new(0, 322, 0, 177)
  23. ImageLabel.Image = "rbxgameasset://Images/R34P3R"
  24.  
  25. R34P3RText.Name = "R34P3RText"
  26. R34P3RText.Parent = Frame
  27. R34P3RText.BackgroundColor3 = Color3.new(1, 0.537255, 0.00392157)
  28. R34P3RText.BackgroundTransparency = 1
  29. R34P3RText.BorderSizePixel = 0
  30. R34P3RText.Size = UDim2.new(0, 321, 0, 40)
  31. R34P3RText.Font = Enum.Font.SourceSans
  32. R34P3RText.Text = "ggg"
  33. R34P3RText.TextColor3 = Color3.new(1, 1, 1)
  34. R34P3RText.TextScaled = true
  35. R34P3RText.TextSize = 14
  36. R34P3RText.TextStrokeTransparency = 0
  37. R34P3RText.TextWrapped = true
  38. R34P3RText.Text = "R34P3R"
  39.  
  40. PlayerName.Name = "PlayerName"
  41. PlayerName.Parent = Frame
  42. PlayerName.BackgroundColor3 = Color3.new(1, 0.537255, 0.00392157)
  43. PlayerName.BackgroundTransparency = 1
  44. PlayerName.BorderSizePixel = 0
  45. PlayerName.Position = UDim2.new(0.0754753575, 0, 0.299319685, 0)
  46. PlayerName.Size = UDim2.new(0, 273, 0, 40)
  47. PlayerName.Font = Enum.Font.SourceSans
  48. PlayerName.Text = "ggg"
  49. PlayerName.TextColor3 = Color3.new(1, 1, 1)
  50. PlayerName.TextScaled = true
  51. PlayerName.TextSize = 14
  52. PlayerName.TextStrokeTransparency = 0
  53. PlayerName.TextWrapped = true
  54. PlayerName.Text = game.Players.LocalPlayer.Name
  55.  
  56. Credits.Name = "Credits"
  57. Credits.Parent = Frame
  58. Credits.BackgroundColor3 = Color3.new(1, 0.537255, 0.00392157)
  59. Credits.BackgroundTransparency = 1
  60. Credits.BorderSizePixel = 0
  61. Credits.Position = UDim2.new(0.0345928557, 0, 0.731004298, 0)
  62. Credits.Size = UDim2.new(0, 298, 0, 40)
  63. Credits.Font = Enum.Font.SourceSans
  64. Credits.Text = "ggg"
  65. Credits.TextColor3 = Color3.new(1, 1, 1)
  66. Credits.TextScaled = true
  67. Credits.TextSize = 14
  68. Credits.TextStrokeTransparency = 0
  69. Credits.TextWrapped = true
  70. Credits.Text = "GUI & Scripts By: R34P3R#6425"
  71.  
  72. ID.Name = "ID"
  73. ID.Parent = Frame
  74. ID.BackgroundColor3 = Color3.new(1, 0.537255, 0.00392157)
  75. ID.BackgroundTransparency = 1
  76. ID.BorderSizePixel = 0
  77. ID.Position = UDim2.new(0.209015846, 0, 0.559206724, 0)
  78. ID.Size = UDim2.new(0, 187, 0, 18)
  79. ID.Font = Enum.Font.SourceSans
  80. ID.Text = "ggg"
  81. ID.TextColor3 = Color3.new(1, 1, 1)
  82. ID.TextScaled = true
  83. ID.TextSize = 14
  84. ID.TextStrokeTransparency = 0
  85. ID.TextWrapped = true
  86. ID.Text = game.Players.LocalPlayer.Id
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement