Laith8888

Roblox Troll GUI script

Jan 19th, 2018
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.22 KB | None | 0 0
  1. -- Objects
  2. local TrollHubV3Pro = Instance.new("ScreenGui")
  3. local Header = Instance.new("Frame")
  4. local ScrollingFrame = Instance.new("ScrollingFrame")
  5. local Explorer = Instance.new("TextButton")
  6. local Admin = Instance.new("TextButton")
  7. local DestroyServer = Instance.new("TextButton")
  8. local executor = Instance.new("TextButton")
  9. local TrollGui = Instance.new("TextButton")
  10. local GlitchGame = Instance.new("TextButton")
  11. local KillAll = Instance.new("TextButton")
  12. local Forest = Instance.new("TextButton")
  13. local UnanchorAll = Instance.new("TextButton")
  14. local HeaderBanner = Instance.new("TextLabel")
  15. -- Properties
  16. game.StarterGui.ResetPlayerGuiOnSpawn = false
  17. TrollHubV3Pro.Name = "Troll Hub V3 Pro"
  18. local hist = game:GetService("LogService"):GetLogHistory()
  19. local eiss = false
  20. for i,v in pairs(hist) do
  21. if string.find(v["message"]:lower(), "eiss") then
  22. eiss = true
  23. warn("Detected EISS, Parenting to PlayerGui")
  24. end
  25. end
  26. if eiss then
  27. TrollHubV3Pro.Parent = game.Players.LocalPlayer.PlayerGui
  28. game.StarterGui.ResetPlayerGuiOnSpawn = false
  29. else
  30. TrollHubV3Pro.Parent = game.CoreGui
  31. end
  32. Header.Name = "Header"
  33. Header.Parent = TrollHubV3Pro
  34. Header.Active = true
  35. Header.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  36. Header.Draggable = true
  37. Header.Position = UDim2.new(0.167641327, 0, 0.570661902, 0)
  38. Header.Size = UDim2.new(0, 400, 0, 100)
  39. ScrollingFrame.Parent = Header
  40. ScrollingFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  41. ScrollingFrame.BackgroundTransparency = 0.5
  42. ScrollingFrame.Size = UDim2.new(0, 400, 0, 100)
  43. Explorer.Name = "Explorer"
  44. Explorer.Parent = ScrollingFrame
  45. Explorer.BackgroundColor3 = Color3.new(1, 1, 1)
  46. Explorer.Position = UDim2.new(0.30250001, 0, 0.300000012, 0)
  47. Explorer.Size = UDim2.new(0.375, 0, 0.129999995, 0)
  48. Explorer.Font = Enum.Font.SciFi
  49. Explorer.FontSize = Enum.FontSize.Size14
  50. Explorer.Text = "Troll Explorer"
  51. Explorer.MouseButton1Click:connect(function()
  52. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/8z6EXXJM'))()
  53. end)
  54. Admin.Name = "Admin"
  55. Admin.Parent = ScrollingFrame
  56. Admin.BackgroundColor3 = Color3.new(1, 1, 1)
  57. Admin.Position = UDim2.new(0.0274999999, 0, 0.109999999, 0)
  58. Admin.Size = UDim2.new(0.254999995, 0, 0.140000001, 0)
  59. Admin.Font = Enum.Font.SciFi
  60. Admin.FontSize = Enum.FontSize.Size14
  61. Admin.Text = "Admin"
  62. Admin.MouseButton1Click:connect(function()
  63. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/SikGfE9u'))()
  64. end)
  65. DestroyServer.Name = "Destroy Server"
  66. DestroyServer.Parent = ScrollingFrame
  67. DestroyServer.BackgroundColor3 = Color3.new(1, 1, 1)
  68. DestroyServer.Position = UDim2.new(0.702499986, 0, 0.100000001, 0)
  69. DestroyServer.Size = UDim2.new(0.254999995, 0, 0.140000001, 0)
  70. DestroyServer.Font = Enum.Font.SciFi
  71. DestroyServer.FontSize = Enum.FontSize.Size14
  72. DestroyServer.Text = "Destroy Server"
  73. DestroyServer.MouseButton1Click:connect(function()
  74. loadstring(game:GetObjects("rbxassetid://649020008")[1].Source)()
  75. end)
  76. executor.Name = "executor"
  77. executor.Parent = ScrollingFrame
  78. executor.BackgroundColor3 = Color3.new(1, 1, 1)
  79. executor.Position = UDim2.new(0.702499986, 0, 0.300000012, 0)
  80. executor.Size = UDim2.new(0.254999995, 0, 0.140000001, 0)
  81. executor.Font = Enum.Font.SciFi
  82. executor.FontSize = Enum.FontSize.Size14
  83. executor.Text = "Troll Executor"
  84. executor.MouseButton1Click:connect(function()
  85. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/x8yRX914'))()
  86. end)
  87. TrollGui.Name = "Troll Gui"
  88. TrollGui.Parent = ScrollingFrame
  89. TrollGui.BackgroundColor3 = Color3.new(1, 1, 1)
  90. TrollGui.Position = UDim2.new(0.30250001, 0, 0.100000001, 0)
  91. TrollGui.Size = UDim2.new(0.375, 0, 0.129999995, 0)
  92. TrollGui.Font = Enum.Font.SciFi
  93. TrollGui.FontSize = Enum.FontSize.Size14
  94. TrollGui.Text = "Troll Gui"
  95. TrollGui.MouseButton1Click:connect(function()
  96. loadstring(game:GetObjects("rbxassetid://648308662")[1].Source)()
  97. end)
  98. GlitchGame.Name = "Glitch Game"
  99. GlitchGame.Parent = ScrollingFrame
  100. GlitchGame.BackgroundColor3 = Color3.new(1, 1, 1)
  101. GlitchGame.Position = UDim2.new(0.0274999999, 0, 0.289999992, 0)
  102. GlitchGame.Size = UDim2.new(0.254999995, 0, 0.140000001, 0)
  103. GlitchGame.Font = Enum.Font.SciFi
  104. GlitchGame.FontSize = Enum.FontSize.Size14
  105. GlitchGame.Text = "Glitch Game"
  106. GlitchGame.MouseButton1Click:connect(function()
  107. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/FX4TsQRP'))()
  108. end)
  109. KillAll.Name = "Kill All"
  110. KillAll.Parent = ScrollingFrame
  111. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  112. KillAll.Position = UDim2.new(0.0324999988, 0, 0.479999989, 0)
  113. KillAll.Size = UDim2.new(0.254999995, 0, 0.140000001, 0)
  114. KillAll.Font = Enum.Font.SciFi
  115. KillAll.FontSize = Enum.FontSize.Size14
  116. KillAll.Text = "Kill Everyone"
  117. KillAll.MouseButton1Click:connect(function()
  118. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/4VcBm0Ht'))()
  119. end)
  120. Forest.Name = "Forest"
  121. Forest.Parent = ScrollingFrame
  122. Forest.BackgroundColor3 = Color3.new(1, 1, 1)
  123. Forest.Position = UDim2.new(0.307500005, 0, 0.469999999, 0)
  124. Forest.Size = UDim2.new(0.375, 0, 0.129999995, 0)
  125. Forest.Font = Enum.Font.SciFi
  126. Forest.FontSize = Enum.FontSize.Size14
  127. Forest.Text = "Forest"
  128. Forest.MouseButton1Click:connect(function()
  129. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/qrxGMacw'))()
  130. end)
  131. UnanchorAll.Name = "Unanchor All"
  132. UnanchorAll.Parent = ScrollingFrame
  133. UnanchorAll.BackgroundColor3 = Color3.new(1, 1, 1)
  134. UnanchorAll.Position = UDim2.new(0.704999983, 0, 0.479999989, 0)
  135. UnanchorAll.Size = UDim2.new(0.254999995, 0, 0.140000001, 0)
  136. UnanchorAll.Font = Enum.Font.SciFi
  137. UnanchorAll.FontSize = Enum.FontSize.Size14
  138. UnanchorAll.Text = "Unanchor all"
  139. UnanchorAll.MouseButton1Click:connect(function()
  140. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/pWcskBjh'))()
  141. end)
  142. HeaderBanner.Name = "Header Banner"
  143. HeaderBanner.Parent = Header
  144. HeaderBanner.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  145. HeaderBanner.BackgroundTransparency = 0.34999999403954
  146. HeaderBanner.BorderColor3 = Color3.new(0.164706, 0, 0.498039)
  147. HeaderBanner.Draggable = true
  148. HeaderBanner.Position = UDim2.new(0, 0, -0.219999999, 0)
  149. HeaderBanner.Size = UDim2.new(0, 400, 0, 20)
  150. HeaderBanner.Font = Enum.Font.SciFi
  151. HeaderBanner.FontSize = Enum.FontSize.Size32
  152. HeaderBanner.Text = "Troll Hub V3 Pro"
  153. HeaderBanner.TextColor3 = Color3.new(0.333333, 0, 1)
Add Comment
Please, Sign In to add comment