Advertisement
Nangin20

Fantastic Frontier Sasha's GUI (ROBLOX)

Mar 3rd, 2019
4,412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.16 KB | None | 0 0
  1. -- Press V for Noclip , CTRL for Delete / Destroy
  2. local FantasticFrontierGUI = Instance.new("ScreenGui")
  3. local DisForMenu = Instance.new("Frame")
  4. local OpenMenu = Instance.new("TextButton")
  5. local OurGui = Instance.new("Frame")
  6. local TitleBox = Instance.new("TextBox")
  7. local Credits = Instance.new("TextBox")
  8. local Sight = Instance.new("TextButton")
  9. local Rabbit = Instance.new("TextButton")
  10. local Present = Instance.new("TextButton")
  11. local Close = Instance.new("TextButton")
  12. local Frog = Instance.new("TextButton")
  13. local Noclip = Instance.new("TextButton")
  14. local CtrlDelete = Instance.new("TextButton")
  15. --Properties:
  16. FantasticFrontierGUI.Name = "Fantastic Frontier GUI"
  17. FantasticFrontierGUI.Parent = game.CoreGui
  18.  
  19. DisForMenu.Name = "DisForMenu"
  20. DisForMenu.Parent = FantasticFrontierGUI
  21. DisForMenu.BackgroundColor3 = Color3.new(0, 0, 0)
  22. DisForMenu.Position = UDim2.new(-1.20432428e-08, 0, 0.418918878, 0)
  23. DisForMenu.Size = UDim2.new(0, 130, 0, 43)
  24. DisForMenu.Style = Enum.FrameStyle.DropShadow
  25.  
  26. OpenMenu.Name = "Open Menu"
  27. OpenMenu.Parent = DisForMenu
  28. OpenMenu.BackgroundColor3 = Color3.new(0, 0, 0)
  29. OpenMenu.Position = UDim2.new(0.0914745629, 0, 0.111604914, 0)
  30. OpenMenu.Size = UDim2.new(0, 94, 0, 22)
  31. OpenMenu.Font = Enum.Font.SciFi
  32. OpenMenu.Text = "Open"
  33. OpenMenu.TextColor3 = Color3.new(1, 1, 1)
  34. OpenMenu.TextSize = 28
  35. OpenMenu.MouseButton1Down:connect(function()
  36. OurGui.Visible = true
  37. DisForMenu.Visible = false
  38. end)
  39.  
  40. OurGui.Name = "OurGui"
  41. OurGui.Parent = FantasticFrontierGUI
  42. OurGui.BackgroundColor3 = Color3.new(1, 1, 1)
  43. OurGui.Position = UDim2.new(0.116022103, 0, 0.351351351, 0)
  44. OurGui.Size = UDim2.new(0, 481, 0, 347)
  45. OurGui.Visible = false
  46. OurGui.Style = Enum.FrameStyle.DropShadow
  47. OurGui.Active = true
  48. OurGui.Draggable = true
  49.  
  50. TitleBox.Archivable = false
  51. TitleBox.Name = "Title Box"
  52. TitleBox.Parent = OurGui
  53. TitleBox.Active = false
  54. TitleBox.BackgroundColor3 = Color3.new(0, 0, 0)
  55. TitleBox.Position = UDim2.new(-0.0457380749, 0, -0.0103231184, 0)
  56. TitleBox.Size = UDim2.new(0, 506, 0, 50)
  57. TitleBox.Font = Enum.Font.Highway
  58. TitleBox.Text = "Fantastic Frontier GUI"
  59. TitleBox.TextColor3 = Color3.new(1, 0, 0)
  60. TitleBox.TextSize = 35
  61. TitleBox.TextWrapped = true
  62.  
  63. Credits.Name = "Credits"
  64. Credits.Parent = OurGui
  65. Credits.Active = false
  66. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  67. Credits.Position = UDim2.new(-0.0383253843, 0, 0.934572101, 0)
  68. Credits.Size = UDim2.new(0, 501, 0, 28)
  69. Credits.Font = Enum.Font.SourceSans
  70. Credits.Text = "Credits: Sasha12557"
  71. Credits.TextColor3 = Color3.new(1, 0, 0)
  72. Credits.TextSize = 35
  73. Credits.TextWrapped = true
  74.  
  75. Sight.Name = "Sight"
  76. Sight.Parent = OurGui
  77. Sight.BackgroundColor3 = Color3.new(0, 0, 0)
  78. Sight.Position = UDim2.new(0.0260318816, 0, 0.172910675, 0)
  79. Sight.Size = UDim2.new(0, 200, 0, 50)
  80. Sight.Font = Enum.Font.Fantasy
  81. Sight.Text = "Sight Range"
  82. Sight.TextColor3 = Color3.new(0.333333, 0, 1)
  83. Sight.TextSize = 35
  84. Sight.MouseButton1Down:connect(function()
  85. game.Players.LocalPlayer.Stats.SightRange.Value = 9999999
  86. end)
  87.  
  88. Rabbit.Name = "Rabbit"
  89. Rabbit.Parent = OurGui
  90. Rabbit.BackgroundColor3 = Color3.new(0, 0, 0)
  91. Rabbit.Position = UDim2.new(0.0292201191, 0, 0.406340092, 0)
  92. Rabbit.Size = UDim2.new(0, 200, 0, 50)
  93. Rabbit.Font = Enum.Font.Fantasy
  94. Rabbit.Text = "Rabbit Hole"
  95. Rabbit.TextColor3 = Color3.new(0.333333, 0, 1)
  96. Rabbit.TextSize = 35
  97. Rabbit.MouseButton1Down:connect(function()
  98. for i, v in pairs(workspace.RabbitholeEntrance:GetChildren()) do
  99. if v:IsA("Part") then
  100. local bbg = Instance.new('BillboardGui')
  101. bbg.Name = "dddd" .. string.char(math.random(56, 61));
  102. bbg.Adornee = v
  103. bbg.Size = UDim2.new(12,0,1,0)
  104. bbg.StudsOffset = Vector3.new(0,2,0)
  105. bbg.Parent = v
  106. bbg.AlwaysOnTop = true
  107. local tl = Instance.new('TextLabel')
  108. tl.BackgroundTransparency = 1
  109. tl.Size = UDim2.new(1,0,1,0)
  110. tl.TextColor3 = Color3.new(1,1,1)
  111. tl.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  112. tl.Font = "Fantasy"
  113. tl.TextSize = 15
  114. tl.TextStrokeTransparency = 0
  115. tl.TextScaled = false
  116. tl.Text = "Rabbit Hole"
  117. tl.Parent = bbg
  118. end
  119. end
  120. end)
  121.  
  122. Present.Name = "Present"
  123. Present.Parent = OurGui
  124. Present.BackgroundColor3 = Color3.new(0, 0, 0)
  125. Present.Position = UDim2.new(0.0292201191, 0, 0.634005785, 0)
  126. Present.Size = UDim2.new(0, 200, 0, 50)
  127. Present.Font = Enum.Font.Fantasy
  128. Present.Text = "Present"
  129. Present.TextColor3 = Color3.new(0.333333, 0, 1)
  130. Present.TextSize = 35
  131. Present.MouseButton1Down:connect(function()
  132. Mushroom = workspace.Present1.PP
  133. local Beam = Instance.new("Beam")
  134. Beam.Name = "Track"
  135. Beam.Parent = game.Players.LocalPlayer.Character.Head
  136. Beam.Width0 = 0.3
  137. Beam.Width1 = 0.3
  138. local Point1 = Instance.new("Attachment")
  139. local Point2 = Instance.new("Attachment")
  140. Point1.Parent = game.Players.LocalPlayer.Character.Head
  141. Point2.Parent = Mushroom
  142. Beam.Attachment0 = Point1
  143. Beam.Attachment1 = Point2
  144. end)
  145. Present.MouseButton1Down:connect(function()
  146. Mushroom = workspace.Present2.PP
  147. local Beam = Instance.new("Beam")
  148. Beam.Name = "Track"
  149. Beam.Parent = game.Players.LocalPlayer.Character.Head
  150. Beam.Width0 = 0.3
  151. Beam.Width1 = 0.3
  152. local Point1 = Instance.new("Attachment")
  153. local Point2 = Instance.new("Attachment")
  154. Point1.Parent = game.Players.LocalPlayer.Character.Head
  155. Point2.Parent = Mushroom
  156. Beam.Attachment0 = Point1
  157. Beam.Attachment1 = Point2
  158. end)
  159. Present.MouseButton1Down:connect(function()
  160. Mushroom = workspace.Present3.PP
  161. local Beam = Instance.new("Beam")
  162. Beam.Name = "Track"
  163. Beam.Parent = game.Players.LocalPlayer.Character.Head
  164. Beam.Width0 = 0.3
  165. Beam.Width1 = 0.3
  166. local Point1 = Instance.new("Attachment")
  167. local Point2 = Instance.new("Attachment")
  168. Point1.Parent = game.Players.LocalPlayer.Character.Head
  169. Point2.Parent = Mushroom
  170. Beam.Attachment0 = Point1
  171. Beam.Attachment1 = Point2
  172. end)
  173. Present.MouseButton1Down:connect(function()
  174. Mushroom = workspace.Present4.PP
  175. local Beam = Instance.new("Beam")
  176. Beam.Name = "Track"
  177. Beam.Parent = game.Players.LocalPlayer.Character.Head
  178. Beam.Width0 = 0.3
  179. Beam.Width1 = 0.3
  180. local Point1 = Instance.new("Attachment")
  181. local Point2 = Instance.new("Attachment")
  182. Point1.Parent = game.Players.LocalPlayer.Character.Head
  183. Point2.Parent = Mushroom
  184. Beam.Attachment0 = Point1
  185. Beam.Attachment1 = Point2
  186. end)
  187. Present.MouseButton1Down:connect(function()
  188. Mushroom = workspace.Present5.PP
  189. local Beam = Instance.new("Beam")
  190. Beam.Name = "Track"
  191. Beam.Parent = game.Players.LocalPlayer.Character.Head
  192. Beam.Width0 = 0.3
  193. Beam.Width1 = 0.3
  194. local Point1 = Instance.new("Attachment")
  195. local Point2 = Instance.new("Attachment")
  196. Point1.Parent = game.Players.LocalPlayer.Character.Head
  197. Point2.Parent = Mushroom
  198. Beam.Attachment0 = Point1
  199. Beam.Attachment1 = Point2
  200. end)
  201.  
  202. Close.Name = "Close"
  203. Close.Parent = OurGui
  204. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  205. Close.Position = UDim2.new(0.946637154, 0, 0.00864543766, 0)
  206. Close.Size = UDim2.new(0, 41, 0, 40)
  207. Close.Font = Enum.Font.Fantasy
  208. Close.Text = "X"
  209. Close.TextColor3 = Color3.new(1, 1, 1)
  210. Close.TextSize = 35
  211. Close.MouseButton1Down:connect(function()
  212. DisForMenu.Visible = true
  213. OurGui.Visible = false
  214. end)
  215.  
  216. Frog.Name = "Frog"
  217. Frog.Parent = OurGui
  218. Frog.BackgroundColor3 = Color3.new(0, 0, 0)
  219. Frog.Position = UDim2.new(0.540654659, 0, 0.172910675, 0)
  220. Frog.Size = UDim2.new(0, 200, 0, 50)
  221. Frog.Font = Enum.Font.Fantasy
  222. Frog.Text = "Frog"
  223. Frog.TextColor3 = Color3.new(0.333333, 0, 1)
  224. Frog.TextSize = 35
  225. Frog.MouseButton1Down:connect(function()
  226. skraatadu = workspace.Spawners["The Sprutle Frog Expansion_Updated"].Spawner_GratefulFrogs.GratefulFrog.PP
  227. if not skraatadu then print("Found none") else
  228. local ech = Instance.new("Beam")
  229. ech.Name = "dddd"
  230. ech.Parent = game.Players.LocalPlayer.Character.Torso
  231. ech.Width0 = 0.1
  232. ech.Width1 = 0.1
  233. local dab = Instance.new("Attachment")
  234. local pp = Instance.new("Attachment")
  235. dab.Parent = game.Players.LocalPlayer.Character.Torso
  236. pp.Parent = skraatadu
  237. ech.Attachment0 = dab
  238. ech.Attachment1 = pp
  239. end
  240. end)
  241.  
  242. Noclip.Name = "Noclip"
  243. Noclip.Parent = OurGui
  244. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  245. Noclip.Position = UDim2.new(0.540654659, 0, 0.403458238, 0)
  246. Noclip.Size = UDim2.new(0, 200, 0, 50)
  247. Noclip.Font = Enum.Font.Fantasy
  248. Noclip.Text = "Noclip (For Tower)"
  249. Noclip.TextColor3 = Color3.new(0.333333, 0, 1)
  250. Noclip.TextSize = 25
  251. Noclip.MouseButton1Down:connect(function()
  252. game:getService("RunService"):BindToRenderStep("",0,function()
  253. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  254. if game:getService("UserInputService"):IsKeyDown(Enum.KeyCode.V) then
  255. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  256. end
  257. end)
  258. end)
  259.  
  260. CtrlDelete.Name = "Ctrl Delete"
  261. CtrlDelete.Parent = OurGui
  262. CtrlDelete.BackgroundColor3 = Color3.new(0, 0, 0)
  263. CtrlDelete.Position = UDim2.new(0.540654659, 0, 0.6311239, 0)
  264. CtrlDelete.Size = UDim2.new(0, 200, 0, 50)
  265. CtrlDelete.Font = Enum.Font.Fantasy
  266. CtrlDelete.Text = "Ctrl Delete"
  267. CtrlDelete.TextColor3 = Color3.new(0.333333, 0, 1)
  268. CtrlDelete.TextSize = 35
  269. CtrlDelete.MouseButton1Down:connect(function()
  270. local Plr = game:GetService("Players").LocalPlayer
  271. local Mouse = Plr:GetMouse()
  272.  
  273. Mouse.Button1Down:connect(function()
  274. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  275. if not Mouse.Target then return end
  276. Mouse.Target:Destroy()
  277. end)
  278. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement