Advertisement
Guest User

Untitled

a guest
Sep 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. local Worthiness = Instance.new("ScreenGui")
  2. local Design = Instance.new("Frame")
  3. local Worthinessbar = Instance.new("TextLabel")
  4. local Design2 = Instance.new("ImageLabel")
  5.  
  6. Worthiness.Name = "Worthiness"
  7. Worthiness.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  8.  
  9. Design.Name = "Design"
  10. Design.Parent = Worthiness
  11. Design.BackgroundColor3 = Color3.new(0, 0, 0)
  12. Design.BorderSizePixel = 0
  13. Design.Position = UDim2.new(0.438551098, 0, 0.885496199, 0)
  14. Design.Size = UDim2.new(0, 94, 0, 44)
  15.  
  16. Worthinessbar.Name = "Worthinessbar"
  17. Worthinessbar.Parent = Worthiness
  18. Worthinessbar.BackgroundColor3 = Color3.new(0, 0, 0)
  19. Worthinessbar.BorderSizePixel = 0
  20. Worthinessbar.Position = UDim2.new(0.443382502, 0, 0.896276951, 0)
  21. Worthinessbar.Size = UDim2.new(0, 86, 0, 32)
  22. Worthinessbar.Font = Enum.Font.SourceSans
  23. Worthinessbar.Text = "w"
  24. Worthinessbar.TextColor3 = Color3.new(1, 1, 1)
  25. Worthinessbar.TextScaled = true
  26. Worthinessbar.TextSize = 14
  27. Worthinessbar.TextWrapped = true
  28.  
  29. Design2.Name = "Design2"
  30. Design2.Parent = Worthiness
  31. Design2.BackgroundColor3 = Color3.new(1, 1, 1)
  32. Design2.BackgroundTransparency = 1
  33. Design2.Position = UDim2.new(0.443588108, 0, 0.897814035, 0)
  34. Design2.Size = UDim2.new(0, 86, 0, 32)
  35. Design2.Image = "rbxassetid://299255004"
  36. Design2.ImageColor3 = Color3.new(1, 0.686275, 0.929412)
  37. Design2.ImageTransparency = 0.80000001192093
  38.  
  39. function SCRIPT_WVKM70_FAKESCRIPT()
  40. getfenv().script = Instance.new('Script', Design)
  41.  
  42. wait(2)
  43. main = script.Parent
  44. main.BackgroundColor3 = Color3.fromRGB(0,0,0)
  45. while true do
  46. wait()
  47.  
  48. for a = 1,255,6 do
  49. wait()
  50. main.BackgroundColor3 = Color3.fromRGB(a,0,0)
  51. end
  52. for b = 1,255,6 do
  53. wait()
  54. main.BackgroundColor3 = Color3.fromRGB(255,b,0)
  55. end
  56. for c = 1,255,6 do
  57. wait()
  58. main.BackgroundColor3 = Color3.fromRGB(255,255,c)
  59. end
  60. for a = 255,1, -6 do
  61. wait()
  62. main.BackgroundColor3 = Color3.fromRGB(a,255,255)
  63. end
  64. for b = 255,1,-6 do
  65. wait()
  66. main.BackgroundColor3 = Color3.fromRGB(0,b,255)
  67. end
  68. for c = 255,1,-6 do
  69. wait()
  70. main.BackgroundColor3 = Color3.fromRGB(0,0,c)
  71. end
  72. wait()
  73. end
  74. main.BackgroundColor3 = Color3.fromRGB(0,0,0)
  75.  
  76.  
  77. end
  78. coroutine.resume(coroutine.create(SCRIPT_WVKM70_FAKESCRIPT))
  79. function SCRIPT_NHGX85_FAKESCRIPT()
  80. getfenv().script = Instance.new('Script', Worthinessbar)
  81.  
  82. while true do
  83. script.Parent.Text = (game.Players.LocalPlayer.Worth.Value)
  84.  
  85. end
  86. coroutine.resume(coroutine.create(SCRIPT_NHGX85_FAKESCRIPT))
  87. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement