lolita5432

trool gui

Feb 10th, 2017
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.36 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local GlitchGame = Instance.new("TextButton")
  7. local Admin = Instance.new("TextButton")
  8. local SpamCancer = Instance.new("TextButton")
  9. local _911 = Instance.new("TextButton")
  10. local c00lKid = Instance.new("TextButton")
  11. local TrollExcutor = Instance.new("TextButton")
  12. local DatBoi = Instance.new("TextButton")
  13. local Keemstar = Instance.new("TextButton")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local TextLabel_3 = Instance.new("TextLabel")
  16.  
  17. -- Properties
  18.  
  19. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  20.  
  21. Frame.Parent = ScreenGui
  22. Frame.Active = true
  23. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  24. Frame.BorderColor3 = Color3.new(0, 0, 0)
  25. Frame.Draggable = true
  26. Frame.Position = UDim2.new(0, 400, 0, 200)
  27. Frame.Selectable = true
  28. Frame.Size = UDim2.new(0, 300, 0, 300)
  29.  
  30. TextLabel.Parent = Frame
  31. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  32. TextLabel.BackgroundTransparency = 0.55000001192093
  33. TextLabel.Size = UDim2.new(0, 300, 0, 50)
  34. TextLabel.Font = Enum.Font.SourceSans
  35. TextLabel.FontSize = Enum.FontSize.Size14
  36. TextLabel.Text = "Troll Gui"
  37.  
  38. GlitchGame.Name = "Glitch Game"
  39. GlitchGame.Parent = Frame
  40. GlitchGame.BackgroundColor3 = Color3.new(1, 1, 1)
  41. GlitchGame.Position = UDim2.new(0, 0, 0, 50)
  42. GlitchGame.Size = UDim2.new(0, 100, 0, 50)
  43. GlitchGame.Font = Enum.Font.SourceSans
  44. GlitchGame.FontSize = Enum.FontSize.Size14
  45. GlitchGame.Text = "Glitch Game"
  46. GlitchGame.MouseButton1Click:connect(function()
  47. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/B3EpHDHr'))()
  48. end)
  49.  
  50. Admin.Name = "Admin"
  51. Admin.Parent = Frame
  52. Admin.BackgroundColor3 = Color3.new(1, 1, 1)
  53. Admin.Position = UDim2.new(0, 200, 0, 50)
  54. Admin.Size = UDim2.new(0, 100, 0, 50)
  55. Admin.Font = Enum.Font.SourceSans
  56. Admin.FontSize = Enum.FontSize.Size14
  57. Admin.Text = "Admin"
  58. Admin.MouseButton1Click:connect(function()
  59. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/yZXuUZPk'))()
  60. end)
  61.  
  62. SpamCancer.Name = "Spam Cancer"
  63. SpamCancer.Parent = Frame
  64. SpamCancer.BackgroundColor3 = Color3.new(1, 1, 1)
  65. SpamCancer.Position = UDim2.new(0, 200, 0, 100)
  66. SpamCancer.Size = UDim2.new(0, 100, 0, 50)
  67. SpamCancer.Font = Enum.Font.SourceSans
  68. SpamCancer.FontSize = Enum.FontSize.Size14
  69. SpamCancer.Text = "Spam Cancer"
  70. SpamCancer.MouseButton1Click:connect(function()
  71. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/ntSsdT3x'))()
  72. end)
  73.  
  74. _911.Name = "9/11"
  75. _911.Parent = Frame
  76. _911.BackgroundColor3 = Color3.new(1, 1, 1)
  77. _911.Position = UDim2.new(0, 200, 0, 150)
  78. _911.Size = UDim2.new(0, 100, 0, 50)
  79. _911.Font = Enum.Font.SourceSans
  80. _911.FontSize = Enum.FontSize.Size14
  81. _911.Text = "9/11"
  82. _911.MouseButton1Click:connect(function()
  83. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/74vt7yZt'))()
  84. end)
  85.  
  86. c00lKid.Name = "c00lKid"
  87. c00lKid.Parent = Frame
  88. c00lKid.BackgroundColor3 = Color3.new(1, 1, 1)
  89. c00lKid.Position = UDim2.new(0, 0, 0, 150)
  90. c00lKid.Size = UDim2.new(0, 100, 0, 50)
  91. c00lKid.Font = Enum.Font.SourceSans
  92. c00lKid.FontSize = Enum.FontSize.Size14
  93. c00lKid.Text = "C00lKid"
  94. c00lKid.MouseButton1Click:connect(function()
  95. loadstring(Raindrop:DownloadString('https://gist.githubusercontent.com/anonymous/f9d467b64be7f376bcb3d963f7a77c58/raw/a25e14bdaa851a7b6e1057b85378985cd49098ae/Raindrop%2520c00lkidd%2520Gui'))()
  96. end)
  97.  
  98.  
  99. TrollExcutor.Name = "Troll Excutor"
  100. TrollExcutor.Parent = Frame
  101. TrollExcutor.BackgroundColor3 = Color3.new(1, 1, 1)
  102. TrollExcutor.Position = UDim2.new(0, 0, 0, 100)
  103. TrollExcutor.Size = UDim2.new(0, 100, 0, 50)
  104. TrollExcutor.Font = Enum.Font.SourceSans
  105. TrollExcutor.FontSize = Enum.FontSize.Size14
  106. TrollExcutor.Text = "Troll Excutor"
  107. TrollExcutor.MouseButton1Click:connect(function()
  108. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/pZf8sDar'))()
  109. end)
  110.  
  111.  
  112. DatBoi.Name = "Dat Boi"
  113. DatBoi.Parent = Frame
  114. DatBoi.BackgroundColor3 = Color3.new(1, 1, 1)
  115. DatBoi.Position = UDim2.new(0, 200, 0, 200)
  116. DatBoi.Size = UDim2.new(0, 100, 0, 50)
  117. DatBoi.Font = Enum.Font.SourceSans
  118. DatBoi.FontSize = Enum.FontSize.Size14
  119. DatBoi.Text = "become Dat Boi"
  120. DatBoi.MouseButton1Click:connect(function()
  121. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/JQuYKFhj'))()
  122. end)
  123.  
  124.  
  125. Keemstar.Name = "Keemstar"
  126. Keemstar.Parent = Frame
  127. Keemstar.BackgroundColor3 = Color3.new(1, 1, 1)
  128. Keemstar.Position = UDim2.new(0, 0, 0, 200)
  129. Keemstar.Size = UDim2.new(0, 100, 0, 50)
  130. Keemstar.Font = Enum.Font.SourceSans
  131. Keemstar.FontSize = Enum.FontSize.Size14
  132. Keemstar.Text = "Keemstar all"
  133. Keemstar.MouseButton1Click:connect(function()
  134. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/tu7UMdTB'))()
  135. end)
  136.  
  137.  
  138. TextLabel_2.Parent = Frame
  139. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  140. TextLabel_2.BackgroundTransparency = 0.55000001192093
  141. TextLabel_2.Position = UDim2.new(0, 100, 0, 50)
  142. TextLabel_2.Size = UDim2.new(0, 100, 0, 250)
  143. TextLabel_2.Font = Enum.Font.SourceSans
  144. TextLabel_2.FontSize = Enum.FontSize.Size14
  145. TextLabel_2.Text = "Made by angel Seth"
  146.  
  147. TextLabel_3.Parent = Frame
  148. TextLabel_3.BackgroundColor3 = Color3.new(0, 0, 0)
  149. TextLabel_3.BackgroundTransparency = 0.55000001192093
  150. TextLabel_3.Position = UDim2.new(0, 0, 0, 250)
  151. TextLabel_3.Size = UDim2.new(0, 300, 0, 50)
  152. TextLabel_3.Font = Enum.Font.SourceSans
  153. TextLabel_3.FontSize = Enum.FontSize.Size14
  154. TextLabel_3.Text = "Made by angel Seth"
Add Comment
Please, Sign In to add comment