Advertisement
LordSky

Fantastic Frontier GUI

Feb 11th, 2018
7,581
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.99 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local FantasticFrontierGUI = Instance.new("Frame")
  5. local Present1 = Instance.new("TextButton")
  6. local Present2 = Instance.new("TextButton")
  7. local Present3 = Instance.new("TextButton")
  8. local Present4 = Instance.new("TextButton")
  9. local Present5 = Instance.new("TextButton")
  10. local GratefulFrog = Instance.new("TextButton")
  11. local RisingStarMushroom = Instance.new("TextButton")
  12. local TravelerPlant = Instance.new("TextButton")
  13. local ObjectFromEarth = Instance.new("TextButton")
  14. local Fog = Instance.new("TextButton")
  15. local FantasticFrontierGUI2 = Instance.new("Frame")
  16. local ChromaticDragon = Instance.new("TextButton")
  17. local EsteemedGumbo = Instance.new("TextButton")
  18. local Whisperer = Instance.new("TextButton")
  19. local GoldMole = Instance.new("TextButton")
  20.  
  21. -- Properties
  22.  
  23. ScreenGui.Parent = game.CoreGui
  24.  
  25. FantasticFrontierGUI.Name = "FantasticFrontierGUI"
  26. FantasticFrontierGUI.Parent = ScreenGui
  27. FantasticFrontierGUI.Active = true
  28. FantasticFrontierGUI.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  29. FantasticFrontierGUI.BackgroundTransparency = 0.15000000596046
  30. FantasticFrontierGUI.Draggable = true
  31. FantasticFrontierGUI.Position = UDim2.new(0, 0, 0.241134748, 0)
  32. FantasticFrontierGUI.Size = UDim2.new(0, 92, 0, 321)
  33.  
  34. Present1.Name = "Present1"
  35. Present1.Parent = FantasticFrontierGUI
  36. Present1.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  37. Present1.Size = UDim2.new(0, 92, 0, 22)
  38. Present1.Font = Enum.Font.SourceSans
  39. Present1.Text = "Present1"
  40. Present1.TextColor3 = Color3.new(1, 1, 1)
  41. Present1.TextSize = 14
  42. Present1.MouseButton1Click:connect(function()
  43. skraatadu = workspace.Present1.PP
  44. local ech = Instance.new("Beam")
  45. ech.Name = "dddd"
  46. ech.Parent = game.Players.LocalPlayer.Character.Torso
  47. ech.Width0 = 0.1
  48. ech.Width1 = 0.1
  49. local dab = Instance.new("Attachment")
  50. local pp = Instance.new("Attachment")
  51. dab.Parent = game.Players.LocalPlayer.Character.Torso
  52. pp.Parent = skraatadu
  53. ech.Attachment0 = dab
  54. ech.Attachment1 = pp
  55. end)
  56.  
  57. Present2.Name = "Present2"
  58. Present2.Parent = FantasticFrontierGUI
  59. Present2.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  60. Present2.Position = UDim2.new(0, 0, 0.0965732113, 0)
  61. Present2.Size = UDim2.new(0, 92, 0, 22)
  62. Present2.Font = Enum.Font.SourceSans
  63. Present2.Text = "Present2"
  64. Present2.TextColor3 = Color3.new(1, 1, 1)
  65. Present2.TextSize = 14
  66. Present2.MouseButton1Click:connect(function()
  67. skraatadu = workspace.Present2.PP
  68. local ech = Instance.new("Beam")
  69. ech.Name = "dddd"
  70. ech.Parent = game.Players.LocalPlayer.Character.Torso
  71. ech.Width0 = 0.1
  72. ech.Width1 = 0.1
  73. local dab = Instance.new("Attachment")
  74. local pp = Instance.new("Attachment")
  75. dab.Parent = game.Players.LocalPlayer.Character.Torso
  76. pp.Parent = skraatadu
  77. ech.Attachment0 = dab
  78. ech.Attachment1 = pp
  79. end)
  80.  
  81. Present3.Name = "Present3"
  82. Present3.Parent = FantasticFrontierGUI
  83. Present3.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  84. Present3.Position = UDim2.new(0, 0, 0.196261689, 0)
  85. Present3.Size = UDim2.new(0, 92, 0, 22)
  86. Present3.Font = Enum.Font.SourceSans
  87. Present3.Text = "Present3"
  88. Present3.TextColor3 = Color3.new(1, 1, 1)
  89. Present3.TextSize = 14
  90. Present3.MouseButton1Click:connect(function()
  91. skraatadu = workspace.Present3.PP
  92. local ech = Instance.new("Beam")
  93. ech.Name = "dddd"
  94. ech.Parent = game.Players.LocalPlayer.Character.Torso
  95. ech.Width0 = 0.1
  96. ech.Width1 = 0.1
  97. local dab = Instance.new("Attachment")
  98. local pp = Instance.new("Attachment")
  99. dab.Parent = game.Players.LocalPlayer.Character.Torso
  100. pp.Parent = skraatadu
  101. ech.Attachment0 = dab
  102. ech.Attachment1 = pp
  103. end)
  104.  
  105. Present4.Name = "Present4"
  106. Present4.Parent = FantasticFrontierGUI
  107. Present4.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  108. Present4.Position = UDim2.new(0, 0, 0.299065411, 0)
  109. Present4.Size = UDim2.new(0, 92, 0, 22)
  110. Present4.Font = Enum.Font.SourceSans
  111. Present4.Text = "Present4"
  112. Present4.TextColor3 = Color3.new(1, 1, 1)
  113. Present4.TextSize = 14
  114. Present4.MouseButton1Click:connect(function()
  115. skraatadu = workspace.Present4.PP
  116. local ech = Instance.new("Beam")
  117. ech.Name = "dddd"
  118. ech.Parent = game.Players.LocalPlayer.Character.Torso
  119. ech.Width0 = 0.1
  120. ech.Width1 = 0.1
  121. local dab = Instance.new("Attachment")
  122. local pp = Instance.new("Attachment")
  123. dab.Parent = game.Players.LocalPlayer.Character.Torso
  124. pp.Parent = skraatadu
  125. ech.Attachment0 = dab
  126. ech.Attachment1 = pp
  127. end)
  128.  
  129. Present5.Name = "Present5"
  130. Present5.Parent = FantasticFrontierGUI
  131. Present5.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  132. Present5.Position = UDim2.new(0, 0, 0.401869148, 0)
  133. Present5.Size = UDim2.new(0, 92, 0, 22)
  134. Present5.Font = Enum.Font.SourceSans
  135. Present5.Text = "Present5"
  136. Present5.TextColor3 = Color3.new(1, 1, 1)
  137. Present5.TextSize = 14
  138. Present5.MouseButton1Click:connect(function()
  139. skraatadu = workspace.Present5.PP
  140. local ech = Instance.new("Beam")
  141. ech.Name = "dddd"
  142. ech.Parent = game.Players.LocalPlayer.Character.Torso
  143. ech.Width0 = 0.1
  144. ech.Width1 = 0.1
  145. local dab = Instance.new("Attachment")
  146. local pp = Instance.new("Attachment")
  147. dab.Parent = game.Players.LocalPlayer.Character.Torso
  148. pp.Parent = skraatadu
  149. ech.Attachment0 = dab
  150. ech.Attachment1 = pp
  151. end)
  152.  
  153. GratefulFrog.Name = "GratefulFrog"
  154. GratefulFrog.Parent = FantasticFrontierGUI
  155. GratefulFrog.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  156. GratefulFrog.Position = UDim2.new(0, 0, 0.507788181, 0)
  157. GratefulFrog.Size = UDim2.new(0, 92, 0, 22)
  158. GratefulFrog.Font = Enum.Font.SourceSans
  159. GratefulFrog.Text = "GratefulFrog"
  160. GratefulFrog.TextColor3 = Color3.new(1, 1, 1)
  161. GratefulFrog.TextSize = 14
  162. GratefulFrog.MouseButton1Click:connect(function()
  163. skraatadu = workspace.Spawners["The Sprutle Frog Expansion_Updated"].Spawner_GratefulFrogs.GratefulFrog.PP
  164. local ech = Instance.new("Beam")
  165. ech.Name = "dddd"
  166. ech.Parent = game.Players.LocalPlayer.Character.Torso
  167. ech.Width0 = 0.1
  168. ech.Width1 = 0.1
  169. local dab = Instance.new("Attachment")
  170. local pp = Instance.new("Attachment")
  171. dab.Parent = game.Players.LocalPlayer.Character.Torso
  172. pp.Parent = skraatadu
  173. ech.Attachment0 = dab
  174. ech.Attachment1 = pp
  175. end)
  176.  
  177. RisingStarMushroom.Name = "RisingStarMushroom"
  178. RisingStarMushroom.Parent = FantasticFrontierGUI
  179. RisingStarMushroom.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  180. RisingStarMushroom.Position = UDim2.new(0, 0, 0.613707185, 0)
  181. RisingStarMushroom.Size = UDim2.new(0, 92, 0, 22)
  182. RisingStarMushroom.Font = Enum.Font.SourceSans
  183. RisingStarMushroom.Text = "RisingStar"
  184. RisingStarMushroom.TextColor3 = Color3.new(1, 1, 1)
  185. RisingStarMushroom.TextSize = 14
  186. RisingStarMushroom.MouseButton1Click:connect(function()
  187. skraatadu = workspace.Spawners["Horseshoe_Mushrooms"].Spawner_RisingStarMushroom.RisingStarMushroom.PP
  188. local ech = Instance.new("Beam")
  189. ech.Name = "dddd"
  190. ech.Parent = game.Players.LocalPlayer.Character.Torso
  191. ech.Width0 = 0.1
  192. ech.Width1 = 0.1
  193. local dab = Instance.new("Attachment")
  194. local pp = Instance.new("Attachment")
  195. dab.Parent = game.Players.LocalPlayer.Character.Torso
  196. pp.Parent = skraatadu
  197. ech.Attachment0 = dab
  198. ech.Attachment1 = pp
  199. end)
  200.  
  201. TravelerPlant.Name = "TravelerPlant"
  202. TravelerPlant.Parent = FantasticFrontierGUI
  203. TravelerPlant.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  204. TravelerPlant.Position = UDim2.new(0, 0, 0.834890962, 0)
  205. TravelerPlant.Size = UDim2.new(0, 92, 0, 22)
  206. TravelerPlant.Font = Enum.Font.SourceSans
  207. TravelerPlant.Text = "TravelerPlant"
  208. TravelerPlant.TextColor3 = Color3.new(1, 1, 1)
  209. TravelerPlant.TextSize = 14
  210. TravelerPlant.MouseButton1Click:connect(function()
  211. skraatadu = workspace.Spawners["Horseshoe_Mushrooms"].Spawner_TravelerPlant["Traveler Plant"].PP
  212. local ech = Instance.new("Beam")
  213. ech.Name = "dddd"
  214. ech.Parent = game.Players.LocalPlayer.Character.Torso
  215. ech.Width0 = 0.1
  216. ech.Width1 = 0.1
  217. local dab = Instance.new("Attachment")
  218. local pp = Instance.new("Attachment")
  219. dab.Parent = game.Players.LocalPlayer.Character.Torso
  220. pp.Parent = skraatadu
  221. ech.Attachment0 = dab
  222. ech.Attachment1 = pp
  223. end)
  224.  
  225. ObjectFromEarth.Name = "ObjectFromEarth"
  226. ObjectFromEarth.Parent = FantasticFrontierGUI
  227. ObjectFromEarth.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  228. ObjectFromEarth.Position = UDim2.new(0, 0, 0.725856721, 0)
  229. ObjectFromEarth.Size = UDim2.new(0, 92, 0, 22)
  230. ObjectFromEarth.Font = Enum.Font.SourceSans
  231. ObjectFromEarth.Text = "ObjectFrEarth"
  232. ObjectFromEarth.TextColor3 = Color3.new(1, 1, 1)
  233. ObjectFromEarth.TextSize = 14
  234. ObjectFromEarth.MouseButton1Click:connect(function()
  235. skraatadu = workspace.Spawners["Horseshoe_Mushrooms"].Spawner_TheObjectFromEarth["The Object from Earth"].PP
  236. local ech = Instance.new("Beam")
  237. ech.Name = "dddd"
  238. ech.Parent = game.Players.LocalPlayer.Character.Torso
  239. ech.Width0 = 0.1
  240. ech.Width1 = 0.1
  241. local dab = Instance.new("Attachment")
  242. local pp = Instance.new("Attachment")
  243. dab.Parent = game.Players.LocalPlayer.Character.Torso
  244. pp.Parent = skraatadu
  245. ech.Attachment0 = dab
  246. ech.Attachment1 = pp
  247. end)
  248.  
  249. Fog.Name = "Fog"
  250. Fog.Parent = FantasticFrontierGUI
  251. Fog.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  252. Fog.Position = UDim2.new(0, 0, 0.931464195, 0)
  253. Fog.Size = UDim2.new(0, 92, 0, 22)
  254. Fog.Font = Enum.Font.SourceSans
  255. Fog.Text = "Fog"
  256. Fog.TextColor3 = Color3.new(1, 1, 1)
  257. Fog.TextSize = 14
  258. Fog.MouseButton1Click:connect(function()
  259. game.Players.LocalPlayer.Stats.SightRange.Value = 2000000
  260. end)
  261.  
  262. FantasticFrontierGUI2.Name = "FantasticFrontierGUI2"
  263. FantasticFrontierGUI2.Parent = ScreenGui
  264. FantasticFrontierGUI2.Active = true
  265. FantasticFrontierGUI2.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  266. FantasticFrontierGUI2.BackgroundTransparency = 0.15000000596046
  267. FantasticFrontierGUI2.Draggable = true
  268. FantasticFrontierGUI2.Position = UDim2.new(0, 0, -0.0780141801, 0)
  269. FantasticFrontierGUI2.Size = UDim2.new(0, 92, 0, 125)
  270.  
  271. ChromaticDragon.Name = "ChromaticDragon"
  272. ChromaticDragon.Parent = FantasticFrontierGUI2
  273. ChromaticDragon.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  274. ChromaticDragon.Position = UDim2.new(0, 0, 0.281758219, 0)
  275. ChromaticDragon.Size = UDim2.new(0, 92, 0, 22)
  276. ChromaticDragon.Font = Enum.Font.SourceSans
  277. ChromaticDragon.Text = "ChromaticDragon"
  278. ChromaticDragon.TextColor3 = Color3.new(1, 1, 1)
  279. ChromaticDragon.TextSize = 14
  280. ChromaticDragon.MouseButton1Click:connect(function()
  281. skraatadu = workspace.NPCS.AltFantasticDragonNPC.FantasticDragonModel.SP1
  282. local ech = Instance.new("Beam")
  283. ech.Name = "dddd"
  284. ech.Parent = game.Players.LocalPlayer.Character.Torso
  285. ech.Width0 = 0.1
  286. ech.Width1 = 0.1
  287. local dab = Instance.new("Attachment")
  288. local pp = Instance.new("Attachment")
  289. dab.Parent = game.Players.LocalPlayer.Character.Torso
  290. pp.Parent = skraatadu
  291. ech.Attachment0 = dab
  292. ech.Attachment1 = pp
  293. end)
  294.  
  295. EsteemedGumbo.Name = "EsteemedGumbo"
  296. EsteemedGumbo.Parent = FantasticFrontierGUI2
  297. EsteemedGumbo.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  298. EsteemedGumbo.Size = UDim2.new(0, 92, 0, 22)
  299. EsteemedGumbo.Font = Enum.Font.SourceSans
  300. EsteemedGumbo.Text = "EsteemedGumbo"
  301. EsteemedGumbo.TextColor3 = Color3.new(1, 1, 1)
  302. EsteemedGumbo.TextSize = 14
  303. EsteemedGumbo.MouseButton1Click:connect(function()
  304. skraatadu = workspace.NPCS.BrickfaceNPC.Head
  305. local ech = Instance.new("Beam")
  306. ech.Name = "dddd"
  307. ech.Parent = game.Players.LocalPlayer.Character.Torso
  308. ech.Width0 = 0.1
  309. ech.Width1 = 0.1
  310. local dab = Instance.new("Attachment")
  311. local pp = Instance.new("Attachment")
  312. dab.Parent = game.Players.LocalPlayer.Character.Torso
  313. pp.Parent = skraatadu
  314. ech.Attachment0 = dab
  315. ech.Attachment1 = pp
  316. end)
  317.  
  318. Whisperer.Name = "Whisperer"
  319. Whisperer.Parent = FantasticFrontierGUI2
  320. Whisperer.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  321. Whisperer.Position = UDim2.new(0, 0, 0.55401206, 0)
  322. Whisperer.Size = UDim2.new(0, 92, 0, 22)
  323. Whisperer.Font = Enum.Font.SourceSans
  324. Whisperer.Text = "Whisperer"
  325. Whisperer.TextColor3 = Color3.new(1, 1, 1)
  326. Whisperer.TextSize = 14
  327. Whisperer.MouseButton1Click:connect(function()
  328. skraatadu = workspace.NPCS.WhispererNPC.Head
  329. local ech = Instance.new("Beam")
  330. ech.Name = "dddd"
  331. ech.Parent = game.Players.LocalPlayer.Character.Torso
  332. ech.Width0 = 0.1
  333. ech.Width1 = 0.1
  334. local dab = Instance.new("Attachment")
  335. local pp = Instance.new("Attachment")
  336. dab.Parent = game.Players.LocalPlayer.Character.Torso
  337. pp.Parent = skraatadu
  338. ech.Attachment0 = dab
  339. ech.Attachment1 = pp
  340. end)
  341.  
  342. GoldMole.Name = "GoldMole"
  343. GoldMole.Parent = FantasticFrontierGUI2
  344. GoldMole.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  345. GoldMole.Position = UDim2.new(0, 0, 0.824820757, 0)
  346. GoldMole.Size = UDim2.new(0, 92, 0, 22)
  347. GoldMole.Font = Enum.Font.SourceSans
  348. GoldMole.Text = "GoldMole"
  349. GoldMole.TextColor3 = Color3.new(1, 1, 1)
  350. GoldMole.TextSize = 14
  351. GoldMole.MouseButton1Click:connect(function()
  352. skraatadu = workspace.NPCS.ToonMoleNPC.Head
  353. local ech = Instance.new("Beam")
  354. ech.Name = "dddd"
  355. ech.Parent = game.Players.LocalPlayer.Character.Torso
  356. ech.Width0 = 0.1
  357. ech.Width1 = 0.1
  358. local dab = Instance.new("Attachment")
  359. local pp = Instance.new("Attachment")
  360. dab.Parent = game.Players.LocalPlayer.Character.Torso
  361. pp.Parent = skraatadu
  362. ech.Attachment0 = dab
  363. ech.Attachment1 = pp
  364. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement