Advertisement
DrArhemblox

UTG

Mar 13th, 2019
10,999
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.09 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local UltimateTrollingGUI = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local FirstRelease = Instance.new("TextLabel")
  8. local Close = Instance.new("TextButton")
  9. local ScriptsAndStuff = Instance.new("Frame")
  10. local WIP1 = Instance.new("TextButton")
  11. local WIP2 = Instance.new("TextButton")
  12. local R6 = Instance.new("TextButton")
  13. local RS = Instance.new("TextButton")
  14. local Username = Instance.new("TextBox")
  15. local SearchCMD = Instance.new("TextBox")
  16. local Development = Instance.new("TextLabel")
  17. local Filter = Instance.new("TextButton")
  18. local OpenFrame = Instance.new("Frame")
  19. local Open = Instance.new("TextButton")
  20. --Properties:
  21. UltimateTrollingGUI.Name = "UltimateTrollingGUI"
  22. UltimateTrollingGUI.Parent = game.CoreGui
  23. UltimateTrollingGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. MainFrame.Name = "MainFrame"
  26. MainFrame.Parent = UltimateTrollingGUI
  27. MainFrame.BackgroundColor3 = Color3.new(0.105882, 0.156863, 0.211765)
  28. MainFrame.Active = true
  29. MainFrame.Position = UDim2.new(0.1282617, 0, 0.0969153345, 0)
  30. MainFrame.Size = UDim2.new(0, 276, 0, 395)
  31. MainFrame.Visible = false
  32. MainFrame.Style = Enum.FrameStyle.RobloxRound
  33. MainFrame.Draggable = true
  34.  
  35. Title.Name = "Title"
  36. Title.Parent = MainFrame
  37. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  38. Title.BackgroundTransparency = 1
  39. Title.Position = UDim2.new(0.085660629, 0, -0.0189382844, 0)
  40. Title.Size = UDim2.new(0, 210, 0, 36)
  41. Title.Font = Enum.Font.SourceSans
  42. Title.Text = "Ultimate Trolling GUI"
  43. Title.TextColor3 = Color3.new(1, 1, 1)
  44. Title.TextSize = 22
  45. Title.TextWrapped = true
  46.  
  47. FirstRelease.Name = "FirstRelease"
  48. FirstRelease.Parent = MainFrame
  49. FirstRelease.BackgroundColor3 = Color3.new(1, 1, 1)
  50. FirstRelease.BackgroundTransparency = 1
  51. FirstRelease.Position = UDim2.new(0.0911550075, 0, 0.0327278525, 0)
  52. FirstRelease.Size = UDim2.new(0, 210, 0, 36)
  53. FirstRelease.Font = Enum.Font.SourceSans
  54. FirstRelease.Text = "(First release, will fix bugs soon!)"
  55. FirstRelease.TextColor3 = Color3.new(1, 1, 1)
  56. FirstRelease.TextSize = 11
  57. FirstRelease.TextWrapped = true
  58.  
  59. Close.Name = "Close"
  60. Close.Parent = MainFrame
  61. Close.BackgroundColor3 = Color3.new(1, 0.0941177, 0)
  62. Close.Position = UDim2.new(0.907788217, 0, -0.0227203351, 0)
  63. Close.Size = UDim2.new(0, 31, 0, 31)
  64. Close.Font = Enum.Font.SourceSans
  65. Close.Text = "X"
  66. Close.TextColor3 = Color3.new(1, 1, 1)
  67. Close.TextSize = 14
  68. Close.MouseButton1Click:connect(function()
  69. MainFrame.Visible = false
  70. wait(2)
  71. OpenFrame.Visible = true
  72. end)
  73.  
  74. ScriptsAndStuff.Name = "ScriptsAndStuff"
  75. ScriptsAndStuff.Parent = MainFrame
  76. ScriptsAndStuff.BackgroundColor3 = Color3.new(0.129412, 0.203922, 0.278431)
  77. ScriptsAndStuff.Position = UDim2.new(0.0156374946, 0, 0.539795578, 0)
  78. ScriptsAndStuff.Size = UDim2.new(0, 251, 0, 176)
  79.  
  80. WIP1.Name = "WIP1"
  81. WIP1.Parent = MainFrame
  82. WIP1.BackgroundColor3 = Color3.new(0.141176, 0.211765, 0.286275)
  83. WIP1.Position = UDim2.new(-0.00724637602, 0, 0.129919708, 0)
  84. WIP1.Size = UDim2.new(0, 82, 0, 31)
  85. WIP1.Font = Enum.Font.SourceSans
  86. WIP1.Text = "WIP"
  87. WIP1.TextColor3 = Color3.new(1, 1, 1)
  88. WIP1.TextSize = 14
  89.  
  90. WIP2.Name = "WIP2"
  91. WIP2.Parent = MainFrame
  92. WIP2.BackgroundColor3 = Color3.new(0.141176, 0.211765, 0.286275)
  93. WIP2.Position = UDim2.new(-0.00724637602, 0, 0.250262082, 0)
  94. WIP2.Size = UDim2.new(0, 82, 0, 31)
  95. WIP2.Font = Enum.Font.SourceSans
  96. WIP2.Text = "WIP"
  97. WIP2.TextColor3 = Color3.new(1, 1, 1)
  98. WIP2.TextSize = 14
  99.  
  100. R6.Name = "R6"
  101. R6.Parent = MainFrame
  102. R6.BackgroundColor3 = Color3.new(0.141176, 0.211765, 0.286275)
  103. R6.Position = UDim2.new(0.373713493, 0, 0.131895497, 0)
  104. R6.Size = UDim2.new(0, 24, 0, 31)
  105. R6.Font = Enum.Font.SourceSans
  106. R6.Text = "R6"
  107. R6.TextColor3 = Color3.new(1, 1, 1)
  108. R6.TextSize = 14
  109.  
  110. RS.Name = "RS"
  111. RS.Parent = MainFrame
  112. RS.BackgroundColor3 = Color3.new(0.141176, 0.211765, 0.286275)
  113. RS.Position = UDim2.new(0.373713493, 0, 0.249547601, 0)
  114. RS.Size = UDim2.new(0, 24, 0, 31)
  115. RS.Font = Enum.Font.SourceSans
  116. RS.Text = "RS"
  117. RS.TextColor3 = Color3.new(1, 1, 1)
  118. RS.TextSize = 14
  119.  
  120. Username.Name = "Username"
  121. Username.Parent = MainFrame
  122. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  123. Username.Position = UDim2.new(0.520478904, 0, 0.132788524, 0)
  124. Username.Size = UDim2.new(0, 122, 0, 32)
  125. Username.Font = Enum.Font.SourceSans
  126. Username.Text = "Username"
  127. Username.TextColor3 = Color3.new(0, 0, 0)
  128. Username.TextSize = 17
  129.  
  130. SearchCMD.Name = "SearchCMD"
  131. SearchCMD.Parent = MainFrame
  132. SearchCMD.BackgroundColor3 = Color3.new(1, 1, 1)
  133. SearchCMD.Position = UDim2.new(0.520478904, 0, 0.247909009, 0)
  134. SearchCMD.Size = UDim2.new(0, 122, 0, 32)
  135. SearchCMD.Font = Enum.Font.SourceSans
  136. SearchCMD.Text = "Search CMD"
  137. SearchCMD.TextColor3 = Color3.new(0, 0, 0)
  138. SearchCMD.TextSize = 17
  139.  
  140. Development.Name = "Development"
  141. Development.Parent = MainFrame
  142. Development.BackgroundColor3 = Color3.new(0, 0.764706, 0.0117647)
  143. Development.Position = UDim2.new(0, -2, 0, 133)
  144. Development.Size = UDim2.new(0, 258, 0, 35)
  145. Development.Font = Enum.Font.SourceSans
  146. Development.Text = "Development by Drahazar and Pristh"
  147. Development.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  148. Development.TextSize = 18
  149.  
  150. Filter.Name = "Filter"
  151. Filter.Parent = MainFrame
  152. Filter.BackgroundColor3 = Color3.new(0.141176, 0.211765, 0.286275)
  153. Filter.Position = UDim2.new(0.00392001681, 0, 0.442813635, 0)
  154. Filter.Size = UDim2.new(0, 255, 0, 29)
  155. Filter.Font = Enum.Font.SourceSans
  156. Filter.Text = "Filter: Commands"
  157. Filter.TextColor3 = Color3.new(1, 1, 1)
  158. Filter.TextSize = 20
  159.  
  160. OpenFrame.Name = "OpenFrame"
  161. OpenFrame.Parent = UltimateTrollingGUI
  162. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  163. OpenFrame.Position = UDim2.new(0, 0, 0.784090698, 0)
  164. OpenFrame.Size = UDim2.new(0, 153, 0, 33)
  165.  
  166. Open.Name = "Open"
  167. Open.Parent = OpenFrame
  168. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  169. Open.Size = UDim2.new(0, 153, 0, 33)
  170. Open.Font = Enum.Font.SourceSans
  171. Open.Text = "Purchase Ultimate Trolling GUI"
  172. Open.TextColor3 = Color3.new(0, 0, 0)
  173. Open.TextSize = 14
  174. Open.MouseButton1Click:connect(function()
  175. OpenFrame.Visible = false
  176. wait(2)
  177. MainFrame.Visible = true
  178. end)
  179. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement