Advertisement
Guest User

Untitled

a guest
May 26th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. --Properties:
  9. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  10.  
  11. Frame.Parent = ScreenGui
  12. Frame.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  13. Frame.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  14. Frame.BorderSizePixel = 0
  15. Frame.Position = UDim2.new(0.0899985135, 0, 0.63144964, 0)
  16. Frame.Size = UDim2.new(0, 333, 0, 194)
  17.  
  18. TextLabel.Parent = Frame
  19. TextLabel.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  20. TextLabel.BorderSizePixel = 0
  21. TextLabel.Position = UDim2.new(-0.000748991966, 0, -0.00233030319, 0)
  22. TextLabel.Size = UDim2.new(0, 333, 0, 11)
  23. TextLabel.Font = Enum.Font.SourceSans
  24. TextLabel.Text = "UselessUI"
  25. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  26. TextLabel.TextSize = 14
  27.  
  28. TextLabel_2.Parent = Frame
  29. TextLabel_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  30. TextLabel_2.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  31. TextLabel_2.Position = UDim2.new(0.0180180185, 0, 0.0852985084, 0)
  32. TextLabel_2.Size = UDim2.new(0, 320, 0, 11)
  33. TextLabel_2.Font = Enum.Font.SourceSans
  34. TextLabel_2.Text = "UselessUI"
  35. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  36. TextLabel_2.TextSize = 14
  37. -- Scripts:
  38. function SCRIPT_DRHO70_FAKESCRIPT() -- TextLabel_2.LocalScript
  39. local script = Instance.new('LocalScript')
  40. script.Parent = TextLabel_2
  41. while wait() do
  42. script.Parent.Text = "MOTD : "..game:HttpGet("https://full-grown-variatio.000webhostapp.com/", true)
  43. end
  44.  
  45. end
  46. coroutine.resume(coroutine.create(SCRIPT_DRHO70_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement