Advertisement
Guest User

FNG_HUB VERSION1

a guest
Dec 8th, 2019
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.94 KB | None | 0 0
  1. --Version 1.0
  2. --Update : 12/8/2019
  3. --https://discord.gg/TSNQ5Hk
  4. --JOIN FOR UPDATES
  5.  
  6. -- Instances:
  7.  
  8. local FNG_HUB = Instance.new("ScreenGui")
  9. local OpenFrame = Instance.new("Frame")
  10. local LOGO = Instance.new("ImageLabel")
  11. local UpdateTime = Instance.new("TextLabel")
  12. local ChangeLog = Instance.new("TextLabel")
  13. local NEWLOGO = Instance.new("TextLabel")
  14. local RELEASE = Instance.new("TextLabel")
  15. local comingsoon = Instance.new("TextLabel")
  16. local OpenButton = Instance.new("TextButton")
  17. local CloseButton = Instance.new("TextButton")
  18. local MainFrame1 = Instance.new("Frame")
  19. local TopBar = Instance.new("Frame")
  20. local PageNumber1 = Instance.new("TextLabel")
  21. local OpenPage2Button = Instance.new("TextButton")
  22. local BackToOpenFrameButton = Instance.new("TextButton")
  23. local RevizAdmin = Instance.new("TextButton")
  24. local PetSim2GUI = Instance.new("TextButton")
  25. local JailShitter = Instance.new("TextButton")
  26. local NinjaLegndsGUI = Instance.new("TextButton")
  27. local ApocRising2GUI = Instance.new("TextButton")
  28. local ThinkingSimulatorGUI = Instance.new("TextButton")
  29. local MainFrame2 = Instance.new("Frame")
  30. local TopBar_2 = Instance.new("Frame")
  31. local PageNumber2 = Instance.new("TextLabel")
  32. local BackToPageOne = Instance.new("TextButton")
  33. local LegendsOfSpeedGUI = Instance.new("TextButton")
  34. local ThePlazaGUI = Instance.new("TextButton")
  35. local FeTrollGUI = Instance.new("TextButton")
  36. local BigPaintballAimbot = Instance.new("TextButton")
  37. local comingsoononpage2 = Instance.new("TextLabel")
  38. local ImageTITLE = Instance.new("ImageLabel")
  39.  
  40. --Properties:
  41.  
  42. FNG_HUB.Name = "FNG_HUB"
  43. FNG_HUB.Parent = game.CoreGui
  44.  
  45. OpenFrame.Name = "OpenFrame"
  46. OpenFrame.Parent = FNG_HUB
  47. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  48. OpenFrame.Position = UDim2.new(0.112761825, 0, 0.228843868, 0)
  49. OpenFrame.Size = UDim2.new(0, 278, 0, 304)
  50. OpenFrame.Style = Enum.FrameStyle.RobloxRound
  51. OpenFrame.Draggable = true
  52. OpenFrame.Active = true
  53.  
  54. LOGO.Name = "LOGO"
  55. LOGO.Parent = OpenFrame
  56. LOGO.BackgroundColor3 = Color3.new(1, 1, 1)
  57. LOGO.BackgroundTransparency = 1
  58. LOGO.Position = UDim2.new(0.550359726, 0, 0.016447369, 0)
  59. LOGO.Size = UDim2.new(0, 100, 0, 100)
  60. LOGO.Image = "rbxassetid://4499552626"
  61.  
  62. UpdateTime.Name = "UpdateTime"
  63. UpdateTime.Parent = OpenFrame
  64. UpdateTime.BackgroundColor3 = Color3.new(1, 1, 1)
  65. UpdateTime.BackgroundTransparency = 1
  66. UpdateTime.Position = UDim2.new(0.082239598, 0, 0.0166661106, 0)
  67. UpdateTime.Size = UDim2.new(0, 112, 0, 37)
  68. UpdateTime.Font = Enum.Font.Gotham
  69. UpdateTime.Text = "Updated 12/8/2019"
  70. UpdateTime.TextColor3 = Color3.new(1, 1, 1)
  71. UpdateTime.TextScaled = true
  72. UpdateTime.TextSize = 14
  73. UpdateTime.TextWrapped = true
  74.  
  75. ChangeLog.Name = "ChangeLog"
  76. ChangeLog.Parent = OpenFrame
  77. ChangeLog.BackgroundColor3 = Color3.new(1, 1, 1)
  78. ChangeLog.BackgroundTransparency = 1
  79. ChangeLog.Position = UDim2.new(0.082239598, 0, 0.233771384, 0)
  80. ChangeLog.Size = UDim2.new(0, 112, 0, 37)
  81. ChangeLog.Font = Enum.Font.Gotham
  82. ChangeLog.Text = "Change Log"
  83. ChangeLog.TextColor3 = Color3.new(1, 1, 1)
  84. ChangeLog.TextScaled = true
  85. ChangeLog.TextSize = 14
  86. ChangeLog.TextWrapped = true
  87.  
  88. NEWLOGO.Name = "⭐NEWLOGO⭐"
  89. NEWLOGO.Parent = OpenFrame
  90. NEWLOGO.BackgroundColor3 = Color3.new(1, 1, 1)
  91. NEWLOGO.BackgroundTransparency = 1
  92. NEWLOGO.Position = UDim2.new(0.0847688243, 0, 0.414413244, 0)
  93. NEWLOGO.Size = UDim2.new(0, 131, 0, 30)
  94. NEWLOGO.Font = Enum.Font.Gotham
  95. NEWLOGO.Text = "⭐ NEW LOGO ⭐"
  96. NEWLOGO.TextColor3 = Color3.new(1, 1, 1)
  97. NEWLOGO.TextScaled = true
  98. NEWLOGO.TextSize = 14
  99. NEWLOGO.TextWrapped = true
  100.  
  101. RELEASE.Name = "⭐RELEASE⭐"
  102. RELEASE.Parent = OpenFrame
  103. RELEASE.BackgroundColor3 = Color3.new(1, 1, 1)
  104. RELEASE.BackgroundTransparency = 1
  105. RELEASE.Position = UDim2.new(0.0811716989, 0, 0.513097465, 0)
  106. RELEASE.Size = UDim2.new(0, 131, 0, 30)
  107. RELEASE.Font = Enum.Font.Gotham
  108. RELEASE.Text = "⭐ RELEASED ⭐"
  109. RELEASE.TextColor3 = Color3.new(1, 1, 1)
  110. RELEASE.TextScaled = true
  111. RELEASE.TextSize = 14
  112. RELEASE.TextWrapped = true
  113.  
  114. comingsoon.Name = "comingsoon"
  115. comingsoon.Parent = OpenFrame
  116. comingsoon.BackgroundColor3 = Color3.new(1, 1, 1)
  117. comingsoon.BackgroundTransparency = 1
  118. comingsoon.Position = UDim2.new(0.23944509, 0, 0.670992255, 0)
  119. comingsoon.Size = UDim2.new(0, 131, 0, 30)
  120. comingsoon.Font = Enum.Font.Gotham
  121. comingsoon.Text = "More coming soon..."
  122. comingsoon.TextColor3 = Color3.new(1, 1, 1)
  123. comingsoon.TextScaled = true
  124. comingsoon.TextSize = 14
  125. comingsoon.TextWrapped = true
  126.  
  127. OpenButton.Name = "OpenButton"
  128. OpenButton.Parent = OpenFrame
  129. OpenButton.BackgroundColor3 = Color3.new(0.160784, 1, 0.160784)
  130. OpenButton.BackgroundTransparency = 0.34999999403954
  131. OpenButton.BorderColor3 = Color3.new(0.160784, 1, 0.160784)
  132. OpenButton.BorderSizePixel = 0
  133. OpenButton.Position = UDim2.new(0.0694596618, 0, 0.819899082, 0)
  134. OpenButton.Size = UDim2.new(0, 220, 0, 27)
  135. OpenButton.Font = Enum.Font.Gotham
  136. OpenButton.Text = "Open"
  137. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  138. OpenButton.TextScaled = true
  139. OpenButton.TextSize = 14
  140. OpenButton.TextWrapped = true
  141. OpenButton.MouseButton1Down:connect(function()
  142. MainFrame1.Visible = true -- Makes the gui visible
  143. OpenFrame.Visible = false -- Makes the open button invisible
  144. end)
  145.  
  146. CloseButton.Name = "CloseButton"
  147. CloseButton.Parent = OpenFrame
  148. CloseButton.BackgroundColor3 = Color3.new(1, 0, 0)
  149. CloseButton.BackgroundTransparency = 0.34999999403954
  150. CloseButton.BorderColor3 = Color3.new(0.160784, 1, 0.160784)
  151. CloseButton.BorderSizePixel = 0
  152. CloseButton.Position = UDim2.new(0.0690590814, 0, 0.93654567, 0)
  153. CloseButton.Size = UDim2.new(0, 220, 0, 19)
  154. CloseButton.Font = Enum.Font.Gotham
  155. CloseButton.Text = "Close"
  156. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  157. CloseButton.TextScaled = true
  158. CloseButton.TextSize = 14
  159. CloseButton.TextWrapped = true
  160. CloseButton.MouseButton1Down:connect(function()
  161. FNG_HUB:Remove()
  162. end)
  163.  
  164. MainFrame1.Name = "MainFrame1"
  165. MainFrame1.Parent = FNG_HUB
  166. MainFrame1.BackgroundColor3 = Color3.new(1, 1, 1)
  167. MainFrame1.Position = UDim2.new(0.297872335, 0, 0.228843868, 0)
  168. MainFrame1.Size = UDim2.new(0, 290, 0, 304)
  169. MainFrame1.Visible = false
  170. MainFrame1.Style = Enum.FrameStyle.RobloxRound
  171. MainFrame1.Draggable = true
  172. MainFrame1.Active = true
  173.  
  174. TopBar.Name = "TopBar"
  175. TopBar.Parent = MainFrame1
  176. TopBar.BackgroundColor3 = Color3.new(1, 1, 1)
  177. TopBar.BorderSizePixel = 0
  178. TopBar.Position = UDim2.new(0.019918086, 0, 0.0156273097, 0)
  179. TopBar.Size = UDim2.new(0, 263, 0, 28)
  180.  
  181. PageNumber1.Name = "PageNumber1"
  182. PageNumber1.Parent = MainFrame1
  183. PageNumber1.BackgroundColor3 = Color3.new(1, 1, 1)
  184. PageNumber1.BackgroundTransparency = 1
  185. PageNumber1.Position = UDim2.new(0.245659977, 0, 0.0157548506, 0)
  186. PageNumber1.Size = UDim2.new(0, 136, 0, 28)
  187. PageNumber1.Font = Enum.Font.Gotham
  188. PageNumber1.Text = "Page 1"
  189. PageNumber1.TextColor3 = Color3.new(0, 0, 0)
  190. PageNumber1.TextScaled = true
  191. PageNumber1.TextSize = 14
  192. PageNumber1.TextWrapped = true
  193.  
  194. OpenPage2Button.Name = "OpenPage2Button"
  195. OpenPage2Button.Parent = MainFrame1
  196. OpenPage2Button.BackgroundColor3 = Color3.new(1, 1, 1)
  197. OpenPage2Button.BackgroundTransparency = 1
  198. OpenPage2Button.BorderSizePixel = 0
  199. OpenPage2Button.Position = UDim2.new(0.799371958, 0, 0.0145885069, 0)
  200. OpenPage2Button.Size = UDim2.new(0, 48, 0, 27)
  201. OpenPage2Button.Font = Enum.Font.Gotham
  202. OpenPage2Button.Text = ">"
  203. OpenPage2Button.TextColor3 = Color3.new(0, 0, 0)
  204. OpenPage2Button.TextScaled = true
  205. OpenPage2Button.TextSize = 14
  206. OpenPage2Button.TextWrapped = true
  207. OpenPage2Button.MouseButton1Down:connect(function()
  208. MainFrame1.Visible = false -- Makes the gui visible
  209. MainFrame2.Visible = true -- Makes the open button invisible
  210. end)
  211.  
  212. BackToOpenFrameButton.Name = "BackToOpenFrameButton"
  213. BackToOpenFrameButton.Parent = MainFrame1
  214. BackToOpenFrameButton.BackgroundColor3 = Color3.new(1, 1, 1)
  215. BackToOpenFrameButton.BackgroundTransparency = 1
  216. BackToOpenFrameButton.BorderSizePixel = 0
  217. BackToOpenFrameButton.Position = UDim2.new(0.0131650567, 0, 0.0145885069, 0)
  218. BackToOpenFrameButton.Size = UDim2.new(0, 48, 0, 27)
  219. BackToOpenFrameButton.Font = Enum.Font.Gotham
  220. BackToOpenFrameButton.Text = "<"
  221. BackToOpenFrameButton.TextColor3 = Color3.new(0, 0, 0)
  222. BackToOpenFrameButton.TextScaled = true
  223. BackToOpenFrameButton.TextSize = 14
  224. BackToOpenFrameButton.TextWrapped = true
  225. BackToOpenFrameButton.MouseButton1Down:connect(function()
  226. MainFrame1.Visible = false -- Makes the gui visible
  227. OpenFrame.Visible = true -- Makes the open button invisible
  228. end)
  229.  
  230. RevizAdmin.Name = "RevizAdmin"
  231. RevizAdmin.Parent = MainFrame1
  232. RevizAdmin.BackgroundColor3 = Color3.new(0.192157, 0.584314, 1)
  233. RevizAdmin.Position = UDim2.new(0.0128417965, 0, 0.204120442, 0)
  234. RevizAdmin.Size = UDim2.new(0, 107, 0, 39)
  235. RevizAdmin.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  236. RevizAdmin.Font = Enum.Font.Gotham
  237. RevizAdmin.Text = "Reviz Admin"
  238. RevizAdmin.TextColor3 = Color3.new(1, 1, 1)
  239. RevizAdmin.TextScaled = true
  240. RevizAdmin.TextSize = 14
  241. RevizAdmin.TextWrapped = true
  242. RevizAdmin.MouseButton1Down:connect(function()
  243. loadstring(game:HttpGet("https://pastebin.com/raw/KNUzQPYS", true))()
  244. wait(1)
  245. FNG_HUB:Remove()
  246. end)
  247.  
  248. PetSim2GUI.Name = "PetSim2GUI"
  249. PetSim2GUI.Parent = MainFrame1
  250. PetSim2GUI.BackgroundColor3 = Color3.new(0.192157, 0.584314, 1)
  251. PetSim2GUI.Position = UDim2.new(0.557669401, 0, 0.204120442, 0)
  252. PetSim2GUI.Size = UDim2.new(0, 107, 0, 39)
  253. PetSim2GUI.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  254. PetSim2GUI.Font = Enum.Font.Gotham
  255. PetSim2GUI.Text = "Pet Sim 2 GUI"
  256. PetSim2GUI.TextColor3 = Color3.new(1, 1, 1)
  257. PetSim2GUI.TextScaled = true
  258. PetSim2GUI.TextSize = 14
  259. PetSim2GUI.TextWrapped = true
  260. PetSim2GUI.MouseButton1Click:connect(function()
  261. loadstring(game:HttpGet("https://pastebin.com/raw/QhtJiZLi", true))()
  262. wait(1)
  263. FNG_HUB:Remove()
  264. end)
  265.  
  266. JailShitter.Name = "JailShitter"
  267. JailShitter.Parent = MainFrame1
  268. JailShitter.BackgroundColor3 = Color3.new(0.192157, 0.584314, 1)
  269. JailShitter.Position = UDim2.new(0.0128417965, 0, 0.463988841, 0)
  270. JailShitter.Size = UDim2.new(0, 107, 0, 39)
  271. JailShitter.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  272. JailShitter.Font = Enum.Font.Gotham
  273. JailShitter.Text = "JailShitter"
  274. JailShitter.TextColor3 = Color3.new(1, 1, 1)
  275. JailShitter.TextScaled = true
  276. JailShitter.TextSize = 14
  277. JailShitter.TextWrapped = true
  278. JailShitter.MouseButton1Click:connect(function()
  279. loadstring(game:HttpGet("https://pastebin.com/raw/ewkTbXeU"))()
  280. wait(1)
  281. FNG_HUB:Remove()
  282. end)
  283.  
  284. NinjaLegndsGUI.Name = "NinjaLegndsGUI"
  285. NinjaLegndsGUI.Parent = MainFrame1
  286. NinjaLegndsGUI.BackgroundColor3 = Color3.new(0.192157, 0.584314, 1)
  287. NinjaLegndsGUI.Position = UDim2.new(0.557669401, 0, 0.463988841, 0)
  288. NinjaLegndsGUI.Size = UDim2.new(0, 107, 0, 39)
  289. NinjaLegndsGUI.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  290. NinjaLegndsGUI.Font = Enum.Font.Gotham
  291. NinjaLegndsGUI.Text = "Ninja Legends GUI"
  292. NinjaLegndsGUI.TextColor3 = Color3.new(1, 1, 1)
  293. NinjaLegndsGUI.TextScaled = true
  294. NinjaLegndsGUI.TextSize = 14
  295. NinjaLegndsGUI.TextWrapped = true
  296. NinjaLegndsGUI.MouseButton1Down:connect(function()
  297. _G.PlaceLoopTP = false -- Set to true for new teleport tab (Mainly used for autofarming overnight)
  298. loadstring(game:HttpGet(('https://pastebin.com/raw/sjVGvJ1S'),true))()
  299. wait(1)
  300. FNG_HUB:Remove()
  301. end)
  302.  
  303. ApocRising2GUI.Name = "ApocRising2GUI"
  304. ApocRising2GUI.Parent = MainFrame1
  305. ApocRising2GUI.BackgroundColor3 = Color3.new(0.192157, 0.584314, 1)
  306. ApocRising2GUI.Position = UDim2.new(0.0162900724, 0, 0.737015128, 0)
  307. ApocRising2GUI.Size = UDim2.new(0, 107, 0, 39)
  308. ApocRising2GUI.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  309. ApocRising2GUI.Font = Enum.Font.Gotham
  310. ApocRising2GUI.Text = "Apocalypse Rising 2 GUI"
  311. ApocRising2GUI.TextColor3 = Color3.new(1, 1, 1)
  312. ApocRising2GUI.TextScaled = true
  313. ApocRising2GUI.TextSize = 14
  314. ApocRising2GUI.TextWrapped = true
  315. ApocRising2GUI.MouseButton1Down:connect(function()
  316. loadstring(game:HttpGetAsync('https://pastebin.com/raw/yFD4crSn'))()
  317. wait(1)
  318. FNG_HUB:Remove()
  319. end)
  320.  
  321. ThinkingSimulatorGUI.Name = "ThinkingSimulatorGUI"
  322. ThinkingSimulatorGUI.Parent = MainFrame1
  323. ThinkingSimulatorGUI.BackgroundColor3 = Color3.new(0.192157, 0.584314, 1)
  324. ThinkingSimulatorGUI.Position = UDim2.new(0.561117649, 0, 0.737015128, 0)
  325. ThinkingSimulatorGUI.Size = UDim2.new(0, 107, 0, 39)
  326. ThinkingSimulatorGUI.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  327. ThinkingSimulatorGUI.Font = Enum.Font.Gotham
  328. ThinkingSimulatorGUI.Text = "Thinking Simulator GUI"
  329. ThinkingSimulatorGUI.TextColor3 = Color3.new(1, 1, 1)
  330. ThinkingSimulatorGUI.TextScaled = true
  331. ThinkingSimulatorGUI.TextSize = 14
  332. ThinkingSimulatorGUI.TextWrapped = true
  333. ThinkingSimulatorGUI.MouseButton1Down:connect(function()
  334. loadstring(game:HttpGet("https://pastebin.com/raw/EnVVaCpV", true))()
  335. wait(1)
  336. FNG_HUB:Remove()
  337. end)
  338.  
  339.  
  340. MainFrame2.Name = "MainFrame2"
  341. MainFrame2.Parent = FNG_HUB
  342. MainFrame2.BackgroundColor3 = Color3.new(1, 1, 1)
  343. MainFrame2.Position = UDim2.new(0.484981269, 0, 0.228843868, 0)
  344. MainFrame2.Size = UDim2.new(0, 290, 0, 304)
  345. MainFrame2.Visible = false
  346. MainFrame2.Style = Enum.FrameStyle.RobloxRound
  347. MainFrame2.Draggable = true
  348. MainFrame2.Active = true
  349.  
  350. TopBar_2.Name = "TopBar"
  351. TopBar_2.Parent = MainFrame2
  352. TopBar_2.BackgroundColor3 = Color3.new(1, 1, 1)
  353. TopBar_2.BorderSizePixel = 0
  354. TopBar_2.Position = UDim2.new(0.019918086, 0, 0.0156273097, 0)
  355. TopBar_2.Size = UDim2.new(0, 263, 0, 28)
  356.  
  357. PageNumber2.Name = "PageNumber2"
  358. PageNumber2.Parent = MainFrame2
  359. PageNumber2.BackgroundColor3 = Color3.new(1, 1, 1)
  360. PageNumber2.BackgroundTransparency = 1
  361. PageNumber2.Position = UDim2.new(0.245659977, 0, 0.0157548506, 0)
  362. PageNumber2.Size = UDim2.new(0, 136, 0, 28)
  363. PageNumber2.Font = Enum.Font.Gotham
  364. PageNumber2.Text = "Page 2"
  365. PageNumber2.TextColor3 = Color3.new(0, 0, 0)
  366. PageNumber2.TextScaled = true
  367. PageNumber2.TextSize = 14
  368. PageNumber2.TextWrapped = true
  369.  
  370. BackToPageOne.Name = "BackToPageOne"
  371. BackToPageOne.Parent = MainFrame2
  372. BackToPageOne.BackgroundColor3 = Color3.new(1, 1, 1)
  373. BackToPageOne.BackgroundTransparency = 1
  374. BackToPageOne.BorderSizePixel = 0
  375. BackToPageOne.Position = UDim2.new(0.0131650567, 0, 0.0145885069, 0)
  376. BackToPageOne.Size = UDim2.new(0, 48, 0, 27)
  377. BackToPageOne.Font = Enum.Font.Gotham
  378. BackToPageOne.Text = "<"
  379. BackToPageOne.TextColor3 = Color3.new(0, 0, 0)
  380. BackToPageOne.TextScaled = true
  381. BackToPageOne.TextSize = 14
  382. BackToPageOne.TextWrapped = true
  383. BackToPageOne.MouseButton1Down:connect(function()
  384. MainFrame2.Visible = false-- Makes the gui visible
  385. MainFrame1.Visible = true-- Makes the open button invisible
  386. end)
  387.  
  388. LegendsOfSpeedGUI.Name = "LegendsOfSpeedGUI"
  389. LegendsOfSpeedGUI.Parent = MainFrame2
  390. LegendsOfSpeedGUI.BackgroundColor3 = Color3.new(0.192157, 0.584314, 1)
  391. LegendsOfSpeedGUI.Position = UDim2.new(0.0128417965, 0, 0.204120442, 0)
  392. LegendsOfSpeedGUI.Size = UDim2.new(0, 107, 0, 39)
  393. LegendsOfSpeedGUI.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  394. LegendsOfSpeedGUI.Font = Enum.Font.Gotham
  395. LegendsOfSpeedGUI.Text = "Legends Of Speed GUI"
  396. LegendsOfSpeedGUI.TextColor3 = Color3.new(1, 1, 1)
  397. LegendsOfSpeedGUI.TextScaled = true
  398. LegendsOfSpeedGUI.TextSize = 14
  399. LegendsOfSpeedGUI.TextWrapped = true
  400. LegendsOfSpeedGUI.MouseButton1Down:connect(function()
  401. loadstring(game:HttpGet("https://pastebin.com/raw/b4pWe4YG", true))()
  402. wait(1)
  403. FNG_HUB:Remove()
  404. end)
  405.  
  406. ThePlazaGUI.Name = "ThePlazaGUI"
  407. ThePlazaGUI.Parent = MainFrame2
  408. ThePlazaGUI.BackgroundColor3 = Color3.new(0.192157, 0.584314, 1)
  409. ThePlazaGUI.Position = UDim2.new(0.557669401, 0, 0.204120442, 0)
  410. ThePlazaGUI.Size = UDim2.new(0, 107, 0, 39)
  411. ThePlazaGUI.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  412. ThePlazaGUI.Font = Enum.Font.Gotham
  413. ThePlazaGUI.Text = "The Plaza GUI"
  414. ThePlazaGUI.TextColor3 = Color3.new(1, 1, 1)
  415. ThePlazaGUI.TextScaled = true
  416. ThePlazaGUI.TextSize = 14
  417. ThePlazaGUI.TextWrapped = true
  418. ThePlazaGUI.MouseButton1Down:connect(function()
  419. loadstring(game:HttpGet("https://pastebin.com/raw/QwSU6DKh", true))()
  420. wait(1)
  421. FNG_HUB:Remove()
  422. end)
  423.  
  424. FeTrollGUI.Name = "FeTrollGUI"
  425. FeTrollGUI.Parent = MainFrame2
  426. FeTrollGUI.BackgroundColor3 = Color3.new(0.192157, 0.584314, 1)
  427. FeTrollGUI.Position = UDim2.new(0.0128417965, 0, 0.463988841, 0)
  428. FeTrollGUI.Size = UDim2.new(0, 107, 0, 39)
  429. FeTrollGUI.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  430. FeTrollGUI.Font = Enum.Font.Gotham
  431. FeTrollGUI.Text = "FE Troll GUI"
  432. FeTrollGUI.TextColor3 = Color3.new(1, 1, 1)
  433. FeTrollGUI.TextScaled = true
  434. FeTrollGUI.TextSize = 14
  435. FeTrollGUI.TextWrapped = true
  436. FeTrollGUI.MouseButton1Down:connect(function()
  437. loadstring(game:HttpGet("https://pastebin.com/raw/8BpTrUcs", true))()
  438. wait(1)
  439. FNG_HUB:Remove()
  440. end)
  441.  
  442. BigPaintballAimbot.Name = "BigPaintballAimbot"
  443. BigPaintballAimbot.Parent = MainFrame2
  444. BigPaintballAimbot.BackgroundColor3 = Color3.new(0.192157, 0.584314, 1)
  445. BigPaintballAimbot.Position = UDim2.new(0.557669401, 0, 0.463988841, 0)
  446. BigPaintballAimbot.Size = UDim2.new(0, 107, 0, 39)
  447. BigPaintballAimbot.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  448. BigPaintballAimbot.Font = Enum.Font.Gotham
  449. BigPaintballAimbot.Text = "Big Paintball Aimbot"
  450. BigPaintballAimbot.TextColor3 = Color3.new(1, 1, 1)
  451. BigPaintballAimbot.TextScaled = true
  452. BigPaintballAimbot.TextSize = 14
  453. BigPaintballAimbot.TextWrapped = true
  454. BigPaintballAimbot.MouseButton1Down:connect(function()
  455. loadstring(game:HttpGet("https://pastebin.com/raw/ebAitu50", true))()
  456. wait(1)
  457. FNG_HUB:Remove()
  458. end)
  459.  
  460. comingsoononpage2.Name = "comingsoononpage2"
  461. comingsoononpage2.Parent = MainFrame2
  462. comingsoononpage2.BackgroundColor3 = Color3.new(1, 1, 1)
  463. comingsoononpage2.BackgroundTransparency = 1
  464. comingsoononpage2.Position = UDim2.new(0.27047956, 0, 0.62493962, 0)
  465. comingsoononpage2.Size = UDim2.new(0, 131, 0, 30)
  466. comingsoononpage2.Font = Enum.Font.Gotham
  467. comingsoononpage2.Text = "More coming soon..."
  468. comingsoononpage2.TextColor3 = Color3.new(1, 1, 1)
  469. comingsoononpage2.TextScaled = true
  470. comingsoononpage2.TextSize = 14
  471. comingsoononpage2.TextWrapped = true
  472.  
  473. ImageTITLE.Name = "ImageTITLE"
  474. ImageTITLE.Parent = MainFrame2
  475. ImageTITLE.BackgroundColor3 = Color3.new(1, 1, 1)
  476. ImageTITLE.BackgroundTransparency = 1
  477. ImageTITLE.Position = UDim2.new(0.129702657, 0, 0.750856519, 0)
  478. ImageTITLE.Size = UDim2.new(0, 196, 0, 65)
  479. ImageTITLE.Image = "rbxgameasset://Images/FNGHUBtitle"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement