Advertisement
Guest User

Cool gui

a guest
Aug 15th, 2019
17,435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Scripthub = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local InfiniteYield = Instance.new("TextButton")
  7. local Name = Instance.new("TextLabel")
  8. local Rosehub = Instance.new("TextButton")
  9. local Bloxpiece = Instance.new("TextButton")
  10. local MoreComingSoon = Instance.new("TextButton")
  11. --Properties:
  12. Scripthub.Name = "Scripthub"
  13. Scripthub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14. Scripthub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. Main.Name = "Main"
  17. Main.Parent = Scripthub
  18. Main.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  19. Main.Position = UDim2.new(0.183898985, 0, 0.145790547, 0)
  20. Main.Size = UDim2.new(0, 452, 0, 211)
  21.  
  22. InfiniteYield.Name = "InfiniteYield"
  23. InfiniteYield.Parent = Main
  24. InfiniteYield.BackgroundColor3 = Color3.new(0, 0, 0)
  25. InfiniteYield.Position = UDim2.new(0.0331858397, 0, 0.270142168, 0)
  26. InfiniteYield.Size = UDim2.new(0, 182, 0, 44)
  27. InfiniteYield.Font = Enum.Font.SourceSans
  28. InfiniteYield.Text = "InfiniteYield"
  29. InfiniteYield.TextColor3 = Color3.new(1, 1, 1)
  30. InfiniteYield.TextSize = 20
  31. InfiniteYield.TextWrapped = true
  32.  
  33. Name.Name = "Name"
  34. Name.Parent = Main
  35. Name.BackgroundColor3 = Color3.new(0, 0, 0)
  36. Name.Position = UDim2.new(0.0110619469, 0, 0, 0)
  37. Name.Size = UDim2.new(0, 441, 0, 37)
  38. Name.Font = Enum.Font.SourceSans
  39. Name.Text = "Diethub"
  40. Name.TextColor3 = Color3.new(1, 1, 1)
  41. Name.TextScaled = true
  42. Name.TextSize = 14
  43. Name.TextWrapped = true
  44.  
  45. Rosehub.Name = "Rosehub"
  46. Rosehub.Parent = Main
  47. Rosehub.BackgroundColor3 = Color3.new(0, 0, 0)
  48. Rosehub.Position = UDim2.new(0.0331858397, 0, 0.663507164, 0)
  49. Rosehub.Size = UDim2.new(0, 182, 0, 44)
  50. Rosehub.Font = Enum.Font.SourceSans
  51. Rosehub.Text = "RoseHub"
  52. Rosehub.TextColor3 = Color3.new(1, 1, 1)
  53. Rosehub.TextSize = 20
  54.  
  55. Bloxpiece.Name = "Bloxpiece"
  56. Bloxpiece.Parent = Main
  57. Bloxpiece.BackgroundColor3 = Color3.new(0, 0, 0)
  58. Bloxpiece.Position = UDim2.new(0.480088502, 0, 0.255924165, 0)
  59. Bloxpiece.Size = UDim2.new(0, 182, 0, 44)
  60. Bloxpiece.Font = Enum.Font.SourceSans
  61. Bloxpiece.Text = "Bloxpiece"
  62. Bloxpiece.TextColor3 = Color3.new(1, 1, 1)
  63. Bloxpiece.TextSize = 20
  64.  
  65. MoreComingSoon.Name = "MoreComingSoon"
  66. MoreComingSoon.Parent = Main
  67. MoreComingSoon.BackgroundColor3 = Color3.new(0, 0, 0)
  68. MoreComingSoon.Position = UDim2.new(0.495575219, 0, 0.696682453, 0)
  69. MoreComingSoon.Size = UDim2.new(0, 175, 0, 37)
  70. MoreComingSoon.Font = Enum.Font.SourceSans
  71. MoreComingSoon.Text = "MoreComingSoon"
  72. MoreComingSoon.TextColor3 = Color3.new(1, 1, 1)
  73. MoreComingSoon.TextSize = 14
  74. -- Scripts:
  75. function SCRIPT_VLMF74_FAKESCRIPT() -- InfiniteYield.LocalScript
  76. getfenv().script = Instance.new('LocalScript', InfiniteYield)
  77.  
  78. script.Parent.MouseButton1Click:Connect(function()
  79. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  80. end)
  81.  
  82.  
  83. end
  84. coroutine.resume(coroutine.create(SCRIPT_VLMF74_FAKESCRIPT))
  85. function SCRIPT_DEWH66_FAKESCRIPT() -- Rosehub.Rosehub local
  86. getfenv().script = Instance.new('LocalScript', Rosehub)
  87.  
  88. script.Parent.MouseButton1Click:Connect(function()
  89. loadstring(game:HttpGet(('https://pastebin.com/raw/zeDcEmZ9'),true))()
  90. end)
  91.  
  92. end
  93. coroutine.resume(coroutine.create(SCRIPT_DEWH66_FAKESCRIPT))
  94. function SCRIPT_OLGN89_FAKESCRIPT() -- Bloxpiece.BloxpieceScript
  95. getfenv().script = Instance.new('LocalScript', Bloxpiece)
  96.  
  97. script.Parent.MouseButton1Click:Connect(function()
  98. loadstring(game:HttpGet("https://pastebin.com/raw/fcmBhVKL"))()
  99. end)
  100.  
  101.  
  102. end
  103. coroutine.resume(coroutine.create(SCRIPT_OLGN89_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement