Advertisement
unknownexploits

obama

Aug 28th, 2020 (edited)
878
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. local Name = Instance.new("TextLabel")
  2. local Role = Instance.new("TextLabel")
  3. local Username = Instance.new("TextLabel")
  4. local Time = Instance.new("TextLabel")
  5. local Info = Instance.new("ImageLabel")
  6. local Line = Instance.new("Frame")
  7. Info.Name = "Info"
  8. Info.Parent = game.CoreGui:WaitForChild("uwuware")
  9. Info.Active = true
  10. Info.Draggable = true
  11. Info.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  12. Info.BorderSizePixel = 0
  13. Info.ClipsDescendants = true
  14. Info.Position = UDim2.new(0.00731261447, 0, 0.28009823, 0)
  15. Info.Size = UDim2.new(0, 257, 0, 22)
  16. Info.SizeConstraint = Enum.SizeConstraint.RelativeYY
  17. Info.ScaleType = Enum.ScaleType.Slice
  18. Info.SliceCenter = Rect.new(100, 100, 100, 100)
  19.  
  20. Name.Name = "Name"
  21. Name.Parent = Info
  22. Name.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  23. Name.BackgroundTransparency = 1.000
  24. Name.Position = UDim2.new(0, 0, 0.409090906, 0)
  25. Name.Size = UDim2.new(0, 39, 0, 13)
  26. Name.Font = Enum.Font.SourceSansBold
  27. Name.Text = "Vect0rs Hub"
  28. Name.TextColor3 = Color3.fromRGB(255, 255, 255)
  29. Name.TextSize = 14.000
  30. Name.TextScaled = true
  31.  
  32. Role.Name = "Role"
  33. Role.Parent = Info
  34. Role.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  35. Role.BackgroundTransparency = 1.000
  36. Role.Position = UDim2.new(0.175097257, 0, 0.409090906, 0)
  37. Role.Size = UDim2.new(0, 39, 0, 13)
  38. Role.Font = Enum.Font.SourceSansBold
  39. Role.TextColor3 = Color3.fromRGB(255, 255, 255)
  40. Role.TextSize = 14.000
  41. Role.Text = _G.role
  42.  
  43. Username.Name = "Username"
  44. Username.Parent = Info
  45. Username.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  46. Username.BackgroundTransparency = 1.000
  47. Username.Position = UDim2.new(0.354085594, 0, 0.409090906, 0)
  48. Username.Size = UDim2.new(0, 60, 0, 13)
  49. Username.Font = Enum.Font.SourceSansBold
  50. Username.Text = _G.username
  51. Username.TextColor3 = Color3.fromRGB(255, 255, 255)
  52. Username.TextSize = 14.000
  53. Username.TextTruncate = "AtEnd"
  54.  
  55. Time.Name = "Time"
  56. Time.Parent = Info
  57. Time.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. Time.BackgroundTransparency = 1.000
  59. Time.Position = UDim2.new(0.610894918, 0, 0.409090906, 0)
  60. Time.Size = UDim2.new(0, 100, 0, 13)
  61. Time.Font = Enum.Font.SourceSansBold
  62. Time.TextColor3 = Color3.fromRGB(255, 255, 255)
  63. Time.TextSize = 14.000
  64. Line.Name = "Line"
  65. Line.Parent = Info
  66. Line.BorderSizePixel = 0
  67. Line.Size = UDim2.new(0, 257, 0, 5)
  68. game:GetService("RunService").RenderStepped:Connect(function()
  69. Line.BackgroundColor3 = getrenv().ui_settings.main_colour
  70. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement