Advertisement
Pro_Pastebin_Person1

Untitled

Mar 26th, 2020
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.20 KB | None | 0 0
  1. -- Instances:
  2. local API = loadstring(game:HttpGet("https://pastebin.com/raw/xKuLuK1D"))()
  3. local NewAPI = API:Load()
  4.  
  5. local trollhub = Instance.new("ScreenGui")
  6. local Main = Instance.new("Frame")
  7. local name1 = Instance.new("TextLabel")
  8. local name2 = Instance.new("TextLabel")
  9. local credits = Instance.new("TextLabel")
  10. local background = Instance.new("Frame")
  11. local Close = Instance.new("TextButton")
  12. local clown = Instance.new("TextButton")
  13. local dab = Instance.new("TextButton")
  14. local speedgrav = Instance.new("TextButton")
  15. local godmode = Instance.new("TextButton")
  16. local feenabled = Instance.new("TextLabel")
  17. local r6fling = Instance.new("TextButton")
  18. local r15fling = Instance.new("TextButton")
  19. local lagserver = Instance.new("TextButton")
  20. local killgui = Instance.new("TextButton")
  21. local noclip = Instance.new("TextButton")
  22. local btools = Instance.new("TextButton")
  23. local fly = Instance.new("TextButton")
  24. local clicktp = Instance.new("TextButton")
  25.  
  26. --Properties:
  27.  
  28. trollhub.Name = "trollhub"
  29. trollhub.Parent = game.CoreGui
  30. trollhub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  31.  
  32. Main.Name = "Main"
  33. Main.Parent = trollhub
  34. Main.BackgroundColor3 = Color3.fromRGB(158, 158, 158)
  35. Main.BorderSizePixel = 0
  36. Main.Position = UDim2.new(0.107888632, 0, 0.138519928, 0)
  37. Main.Size = UDim2.new(0, 504, 0, 61)
  38. spawn(function()
  39. while wait() do
  40. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  41. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  42. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  43.  
  44. Main.BackgroundColor3 = Color3.new(r, g, b)
  45. end
  46. end)
  47.  
  48. NewAPI:CustomDrag(Main, 0)
  49.  
  50. name1.Name = "name1"
  51. name1.Parent = Main
  52. name1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  53. name1.BackgroundTransparency = 1.000
  54. name1.BorderColor3 = Color3.fromRGB(27, 42, 53)
  55. name1.BorderSizePixel = 0
  56. name1.Position = UDim2.new(0.285714269, 0, 0.0819672123, 0)
  57. name1.Size = UDim2.new(0, 140, 0, 50)
  58. name1.Font = Enum.Font.GothamBold
  59. name1.Text = "Troll"
  60. name1.TextColor3 = Color3.fromRGB(255, 255, 255)
  61. name1.TextSize = 30.000
  62.  
  63. name2.Name = "name2"
  64. name2.Parent = Main
  65. name2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  66. name2.BackgroundTransparency = 1.000
  67. name2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  68. name2.BorderSizePixel = 0
  69. name2.Position = UDim2.new(0.414682508, 0, 0.0819672123, 0)
  70. name2.Size = UDim2.new(0, 140, 0, 50)
  71. name2.Font = Enum.Font.GothamBold
  72. name2.Text = "Hub"
  73. name2.TextColor3 = Color3.fromRGB(0, 0, 0)
  74. name2.TextSize = 30.000
  75.  
  76. credits.Name = "credits"
  77. credits.Parent = Main
  78. credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  79. credits.BackgroundTransparency = 1.000
  80. credits.BorderSizePixel = 0
  81. credits.Position = UDim2.new(-0.0873015895, 0, 0.426229507, 0)
  82. credits.Size = UDim2.new(0, 200, 0, 51)
  83. credits.Font = Enum.Font.SourceSans
  84. credits.Text = "By: Aydan#7726"
  85. credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  86. credits.TextSize = 20.000
  87.  
  88. background.Name = "background"
  89. background.Parent = Main
  90. background.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  91. background.BorderSizePixel = 0
  92. background.Position = UDim2.new(0, 0, 1, 0)
  93. background.Size = UDim2.new(0, 504, 0, 255)
  94.  
  95. Close.Name = "Close"
  96. Close.Parent = Main
  97. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  98. Close.BackgroundTransparency = 1.000
  99. Close.BorderSizePixel = 0
  100. Close.Position = UDim2.new(0.948412716, 0, 0, 0)
  101. Close.Size = UDim2.new(0, 26, 0, 26)
  102. Close.Font = Enum.Font.SourceSans
  103. Close.Text = "X"
  104. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  105. Close.TextScaled = true
  106. Close.TextSize = 14.000
  107. Close.TextWrapped = true
  108. Close.MouseButton1Down:connect(function()
  109. Main.Visible = false
  110. end)
  111.  
  112. clown.Name = "clown"
  113. clown.Parent = Main
  114. clown.BackgroundColor3 = Color3.fromRGB(152, 152, 152)
  115. clown.BorderSizePixel = 0
  116. clown.Position = UDim2.new(0.0178571437, 0, 1.14754093, 0)
  117. clown.Size = UDim2.new(0, 147, 0, 50)
  118. clown.Font = Enum.Font.SourceSans
  119. clown.Text = "Killer Clown GUI"
  120. clown.TextColor3 = Color3.fromRGB(0, 0, 0)
  121. clown.TextSize = 20.000
  122. clown.TextWrapped = true
  123. clown.MouseButton1Down:connect(function()
  124. loadstring(game:HttpGet("https://pastebin.com/raw/ZY9uBcyL",true))()
  125. end)
  126.  
  127. dab.Name = "dab"
  128. dab.Parent = Main
  129. dab.BackgroundColor3 = Color3.fromRGB(152, 152, 152)
  130. dab.BorderSizePixel = 0
  131. dab.Position = UDim2.new(0.329365075, 0, 1.14754093, 0)
  132. dab.Size = UDim2.new(0, 147, 0, 50)
  133. dab.Font = Enum.Font.SourceSans
  134. dab.Text = "FE Dab (Q)"
  135. dab.TextColor3 = Color3.fromRGB(0, 0, 0)
  136. dab.TextSize = 20.000
  137. dab.TextWrapped = true
  138. dab.MouseButton1Down:connect(function()
  139. loadstring(game:HttpGet("https://pastebin.com/raw/gmHhRWnt",true))()
  140. end)
  141.  
  142. speedgrav.Name = "speedgrav"
  143. speedgrav.Parent = Main
  144. speedgrav.BackgroundColor3 = Color3.fromRGB(152, 152, 152)
  145. speedgrav.BorderSizePixel = 0
  146. speedgrav.Position = UDim2.new(0.638888896, 0, 1.14754093, 0)
  147. speedgrav.Size = UDim2.new(0, 172, 0, 50)
  148. speedgrav.Font = Enum.Font.SourceSans
  149. speedgrav.Text = "Speed And Gravity GUI"
  150. speedgrav.TextColor3 = Color3.fromRGB(0, 0, 0)
  151. speedgrav.TextSize = 20.000
  152. speedgrav.TextWrapped = true
  153. speedgrav.MouseButton1Down:connect(function()
  154. loadstring(game:HttpGet("https://pastebin.com/raw/WZCVrprx",true))()
  155. end)
  156.  
  157. godmode.Name = "godmode"
  158. godmode.Parent = Main
  159. godmode.BackgroundColor3 = Color3.fromRGB(152, 152, 152)
  160. godmode.BorderSizePixel = 0
  161. godmode.Position = UDim2.new(0.0178571437, 0, 2.16393423, 0)
  162. godmode.Size = UDim2.new(0, 147, 0, 50)
  163. godmode.Font = Enum.Font.SourceSans
  164. godmode.Text = "God Mode (Can't Jump)"
  165. godmode.TextColor3 = Color3.fromRGB(0, 0, 0)
  166. godmode.TextSize = 20.000
  167. godmode.TextWrapped = true
  168. godmode.MouseButton1Down:connect(function()
  169. loadstring(game:HttpGet("https://pastebin.com/raw/Xe7EinEe",true))()
  170. end)
  171.  
  172. feenabled.Name = "feenabled"
  173. feenabled.Parent = Main
  174. feenabled.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  175. feenabled.BackgroundTransparency = 1.000
  176. feenabled.BorderSizePixel = 0
  177. feenabled.Position = UDim2.new(0.301587284, 0, 0.639344454, 0)
  178. feenabled.Size = UDim2.new(0, 200, 0, 25)
  179. feenabled.Font = Enum.Font.SciFi
  180. feenabled.Text = "FE is enabled."
  181. feenabled.TextColor3 = Color3.fromRGB(0, 255, 127)
  182. feenabled.TextSize = 14.000
  183.  
  184. r6fling.Name = "r6fling"
  185. r6fling.Parent = Main
  186. r6fling.BackgroundColor3 = Color3.fromRGB(152, 152, 152)
  187. r6fling.BorderSizePixel = 0
  188. r6fling.Position = UDim2.new(0.329365075, 0, 2.14754105, 0)
  189. r6fling.Size = UDim2.new(0, 147, 0, 50)
  190. r6fling.Font = Enum.Font.SourceSans
  191. r6fling.Text = "R6 Fling"
  192. r6fling.TextColor3 = Color3.fromRGB(0, 0, 0)
  193. r6fling.TextSize = 20.000
  194. r6fling.TextWrapped = true
  195. r6fling.MouseButton1Down:connect(function()
  196. loadstring(game:HttpGet("https://pastebin.com/raw/eBimTGsD",true))()
  197. end)
  198.  
  199. r15fling.Name = "r15fling"
  200. r15fling.Parent = Main
  201. r15fling.BackgroundColor3 = Color3.fromRGB(152, 152, 152)
  202. r15fling.BorderSizePixel = 0
  203. r15fling.Position = UDim2.new(0.638888896, 0, 2.14754105, 0)
  204. r15fling.Size = UDim2.new(0, 172, 0, 50)
  205. r15fling.Font = Enum.Font.SourceSans
  206. r15fling.Text = "R15 Fling"
  207. r15fling.TextColor3 = Color3.fromRGB(0, 0, 0)
  208. r15fling.TextSize = 20.000
  209. r15fling.TextWrapped = true
  210. r15fling.MouseButton1Down:connect(function()
  211. loadstring(game:HttpGet("https://pastebin.com/raw/kZj05536",true))()
  212. end)
  213.  
  214. lagserver.Name = "lagserver"
  215. lagserver.Parent = Main
  216. lagserver.BackgroundColor3 = Color3.fromRGB(152, 152, 152)
  217. lagserver.BorderSizePixel = 0
  218. lagserver.Position = UDim2.new(0.0178571437, 0, 3.18032765, 0)
  219. lagserver.Size = UDim2.new(0, 147, 0, 50)
  220. lagserver.Font = Enum.Font.SourceSans
  221. lagserver.Text = "Lag Server"
  222. lagserver.TextColor3 = Color3.fromRGB(0, 0, 0)
  223. lagserver.TextSize = 20.000
  224. lagserver.TextWrapped = true
  225. lagserver.MouseButton1Down:connect(function()
  226. loadstring(game:HttpGet("https://pastebin.com/raw/Ju45evuM",true))()
  227. end)
  228.  
  229. killgui.Name = "killgui"
  230. killgui.Parent = Main
  231. killgui.BackgroundColor3 = Color3.fromRGB(152, 152, 152)
  232. killgui.BorderSizePixel = 0
  233. killgui.Position = UDim2.new(0.329365075, 0, 3.18032765, 0)
  234. killgui.Size = UDim2.new(0, 147, 0, 50)
  235. killgui.Font = Enum.Font.SourceSans
  236. killgui.Text = "Kill GUI"
  237. killgui.TextColor3 = Color3.fromRGB(0, 0, 0)
  238. killgui.TextSize = 20.000
  239. killgui.TextWrapped = true
  240. killgui.MouseButton1Down:connect(function()
  241. loadstring(game:HttpGet("https://pastebin.com/raw/WJA9AtLJ",true))()
  242. end)
  243.  
  244. noclip.Name = "noclip"
  245. noclip.Parent = Main
  246. noclip.BackgroundColor3 = Color3.fromRGB(152, 152, 152)
  247. noclip.BorderSizePixel = 0
  248. noclip.Position = UDim2.new(0.638888896, 0, 3.18032789, 0)
  249. noclip.Size = UDim2.new(0, 172, 0, 50)
  250. noclip.Font = Enum.Font.SourceSans
  251. noclip.Text = "Noclip (E)"
  252. noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
  253. noclip.TextSize = 20.000
  254. noclip.TextWrapped = true
  255. noclip.MouseButton1Down:connect(function()
  256. loadstring(game:HttpGet("https://pastebin.com/raw/6vCDDWDh",true))()
  257. end)
  258.  
  259. btools.Name = "btools"
  260. btools.Parent = Main
  261. btools.BackgroundColor3 = Color3.fromRGB(152, 152, 152)
  262. btools.BorderSizePixel = 0
  263. btools.Position = UDim2.new(0.0178571437, 0, 4.19672108, 0)
  264. btools.Size = UDim2.new(0, 147, 0, 50)
  265. btools.Font = Enum.Font.SourceSans
  266. btools.Text = "Btools GUI"
  267. btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  268. btools.TextSize = 20.000
  269. btools.TextWrapped = true
  270. btools.MouseButton1Down:connect(function()
  271. loadstring(game:HttpGet("https://pastebin.com/raw/0ujbKGws",true))()
  272. end)
  273.  
  274. fly.Name = "fly"
  275. fly.Parent = Main
  276. fly.BackgroundColor3 = Color3.fromRGB(152, 152, 152)
  277. fly.BorderSizePixel = 0
  278. fly.Position = UDim2.new(0.329365075, 0, 4.19672108, 0)
  279. fly.Size = UDim2.new(0, 147, 0, 50)
  280. fly.Font = Enum.Font.SourceSans
  281. fly.Text = "Fly"
  282. fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  283. fly.TextSize = 20.000
  284. fly.TextWrapped = true
  285. fly.MouseButton1Down:connect(function()
  286. loadstring(game:HttpGet("https://pastebin.com/raw/6StsecKg",true))()
  287. end)
  288.  
  289. clicktp.Name = "clicktp"
  290. clicktp.Parent = Main
  291. clicktp.BackgroundColor3 = Color3.fromRGB(152, 152, 152)
  292. clicktp.BorderSizePixel = 0
  293. clicktp.Position = UDim2.new(0.638888896, 0, 4.19672108, 0)
  294. clicktp.Size = UDim2.new(0, 172, 0, 50)
  295. clicktp.Font = Enum.Font.SourceSans
  296. clicktp.Text = "Click TP (Tool)"
  297. clicktp.TextColor3 = Color3.fromRGB(0, 0, 0)
  298. clicktp.TextSize = 20.000
  299. clicktp.TextWrapped = true
  300. clicktp.MouseButton1Down:connect(function()
  301. loadstring(game:HttpGet("https://pastebin.com/raw/pJAR57yz",true))()
  302. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement