ToxicWHOMakesGUIS

yes xd

Jan 15th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.10 KB | None | 0 0
  1. --mhm
  2.  
  3. local NaturalDiasterGUI = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local TopBar = Instance.new("Frame")
  6. local BottomBar = Instance.new("Frame")
  7. local LocalPlayer = Instance.new("TextButton")
  8. local Misc = Instance.new("TextButton")
  9. local Title = Instance.new("TextLabel")
  10. local SpeedPart = Instance.new("TextBox")
  11. local Scripts = Instance.new("TextButton")
  12. local ChangeWS = Instance.new("TextButton")
  13. local DisableFallDamage = Instance.new("TextButton")
  14. local FEGod = Instance.new("TextButton")
  15. local Reset = Instance.new("TextButton")
  16. local Label = Instance.new("TextLabel")
  17. local CheckDiaster = Instance.new("TextButton")
  18. local DiasterOutput = Instance.new("TextButton")
  19. local CloseVoteMenu = Instance.new("TextButton")
  20. local OpenVoteMenu = Instance.new("TextButton")
  21. local Skidhub = Instance.new("TextButton")
  22. local FathomHub = Instance.new("TextButton")
  23. local IYFE = Instance.new("TextButton")
  24. local Close = Instance.new("TextButton")
  25. local Open = Instance.new("TextButton")
  26. --Properties
  27. NaturalDiasterGUI.Name = "NaturalDiasterGUI"
  28. NaturalDiasterGUI.Parent = game.CoreGui
  29. -- Variables
  30.  
  31. votemenu = game.Players.LocalPlayer.PlayerGui.MainGui.MapVotePage
  32. plyrname = game.Players.LocalPlayer.Name
  33.  
  34.  
  35. --
  36.  
  37.  
  38.  
  39. MainFrame.Name = "MainFrame"
  40. MainFrame.Parent = NaturalDiasterGUI
  41. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  42. MainFrame.Position = UDim2.new(0.484472036, 0, 0.217206135, 0)
  43. MainFrame.Size = UDim2.new(0, 515, 0, 291)
  44. MainFrame.Selectable = true
  45. MainFrame.Active = true
  46. MainFrame.Draggable = true
  47.  
  48. TopBar.Name = "TopBar"
  49. TopBar.Parent = MainFrame
  50. TopBar.BackgroundColor3 = Color3.new(0, 0, 0)
  51. TopBar.Size = UDim2.new(0, 515, 0, 48)
  52.  
  53. BottomBar.Name = "BottomBar"
  54. BottomBar.Parent = MainFrame
  55. BottomBar.BackgroundColor3 = Color3.new(0, 0, 0)
  56. BottomBar.Position = UDim2.new(0, 0, 0.832639039, 0)
  57. BottomBar.Size = UDim2.new(0, 515, 0, 48)
  58. -------------------------------------------------------------------------------------------------------------nav localplayer
  59. LocalPlayer.Name = "LocalPlayer"
  60. LocalPlayer.Parent = MainFrame
  61. LocalPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  62. LocalPlayer.Position = UDim2.new(0.0180582516, 0, 0.20029211, 0)
  63. LocalPlayer.Size = UDim2.new(0, 110, 0, 50)
  64. LocalPlayer.Font = Enum.Font.Garamond
  65. LocalPlayer.Text = "LocalPlayer"
  66. LocalPlayer.TextColor3 = Color3.new(1, 1, 1)
  67. LocalPlayer.TextScaled = true
  68. LocalPlayer.TextSize = 14
  69. LocalPlayer.TextWrapped = true
  70. LocalPlayer.MouseButton1Click:connect(function()
  71. Skidhub.Visible = false
  72. OpenVoteMenu.Visible = false
  73. CloseVoteMenu.Visible = false
  74. DiasterOutput.Visible = false
  75. FathomHub.Visible = false
  76. CheckDiaster.Visible = false
  77. Open.Visible = false
  78. IYFE.Visible = false
  79. SpeedPart.Visible = true
  80. ChangeWS.Visible = true
  81. FEGod.Visible = true
  82. DisableFallDamage.Visible = true
  83. end)
  84. -------------------------------------------------------------------------------------------------------------nav misc
  85. Misc.Name = "Misc"
  86. Misc.Parent = MainFrame
  87. Misc.BackgroundColor3 = Color3.new(0, 0, 0)
  88. Misc.Position = UDim2.new(0.0180582516, 0, 0.593797624, 0)
  89. Misc.Size = UDim2.new(0, 110, 0, 50)
  90. Misc.Font = Enum.Font.Garamond
  91. Misc.Text = "Misc"
  92. Misc.TextColor3 = Color3.new(1, 1, 1)
  93. Misc.TextScaled = true
  94. Misc.TextSize = 14
  95. Misc.TextWrapped = true
  96. Misc.MouseButton1Click:connect(function()
  97. Skidhub.Visible = false
  98. OpenVoteMenu.Visible = true
  99. CloseVoteMenu.Visible = true
  100. DiasterOutput.Visible = true
  101. FathomHub.Visible = false
  102. CheckDiaster.Visible = true
  103. Open.Visible = false
  104. FEGod.Visible = false
  105. DisableFallDamage.Visible = false
  106. SpeedPart.Visible = false
  107. ChangeWS.Visible = false
  108. IYFE.Visible = false
  109. end)
  110. ----------------------------------------------------------------------------------------------------------
  111. Title.Name = "Title"
  112. Title.Parent = MainFrame
  113. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  114. Title.BackgroundTransparency = 1
  115. Title.Position = UDim2.new(0.0194174759, 0, 0.0157303363, 0)
  116. Title.Size = UDim2.new(0, 495, 0, 34)
  117. Title.Font = Enum.Font.Garamond
  118. Title.Text = "Natural Diaster Survival GUI"
  119. Title.TextColor3 = Color3.new(1, 1, 1)
  120. Title.TextScaled = true
  121. Title.TextSize = 14
  122. Title.TextWrapped = true
  123.  
  124. SpeedPart.Name = "SpeedPart"
  125. SpeedPart.Parent = MainFrame
  126. SpeedPart.BackgroundColor3 = Color3.new(0, 0, 0)
  127. SpeedPart.BackgroundTransparency = 0.5
  128. SpeedPart.Position = UDim2.new(0.821359277, 0, 0.21993126, 0)
  129. SpeedPart.Size = UDim2.new(0, 55, 0, 50)
  130. SpeedPart.Font = Enum.Font.Garamond
  131. SpeedPart.Text = "50"
  132. SpeedPart.TextColor3 = Color3.new(1, 1, 1)
  133. SpeedPart.TextScaled = true
  134. SpeedPart.TextSize = 14
  135. SpeedPart.TextWrapped = true
  136. -------------------------------------------------------------------------------------------------------------nav scripts
  137. Scripts.Name = "Scripts"
  138. Scripts.Parent = MainFrame
  139. Scripts.BackgroundColor3 = Color3.new(0, 0, 0)
  140. Scripts.Position = UDim2.new(0.0180582516, 0, 0.392484814, 0)
  141. Scripts.Size = UDim2.new(0, 110, 0, 50)
  142. Scripts.Font = Enum.Font.Garamond
  143. Scripts.Text = "Scripts"
  144. Scripts.TextColor3 = Color3.new(1, 1, 1)
  145. Scripts.TextScaled = true
  146. Scripts.TextSize = 14
  147. Scripts.TextWrapped = true
  148. Scripts.MouseButton1Click:connect(function()
  149. Skidhub.Visible = true
  150. OpenVoteMenu.Visible = false
  151. CloseVoteMenu.Visible = false
  152. DiasterOutput.Visible = false
  153. FathomHub.Visible = true
  154. CheckDiaster.Visible = false
  155. Open.Visible = false
  156. FEGod.Visible = false
  157. DisableFallDamage.Visible = false
  158. SpeedPart.Visible = false
  159. ChangeWS.Visible = false
  160. IYFE.Visible = true
  161. end)
  162. ----------------------------------------------------------------------------------------------------------
  163. ChangeWS.Name = "ChangeWS"
  164. ChangeWS.Parent = MainFrame
  165. ChangeWS.BackgroundColor3 = Color3.new(0, 0, 0)
  166. ChangeWS.Position = UDim2.new(0.714563131, 0, 0.237113401, 0)
  167. ChangeWS.Size = UDim2.new(0, 47, 0, 40)
  168. ChangeWS.Font = Enum.Font.Garamond
  169. ChangeWS.Text = "Change"
  170. ChangeWS.TextColor3 = Color3.new(1, 1, 1)
  171. ChangeWS.TextScaled = true
  172. ChangeWS.TextSize = 14
  173. ChangeWS.TextWrapped = true
  174. ChangeWS.MouseButton1Click:connect(function()
  175. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = SpeedPart.Text
  176. end)
  177.  
  178.  
  179. DisableFallDamage.Name = "DisableFallDamage"
  180. DisableFallDamage.Parent = MainFrame
  181. DisableFallDamage.BackgroundColor3 = Color3.new(0, 0, 0)
  182. DisableFallDamage.Position = UDim2.new(0.29320389, 0, 0.219931275, 0)
  183. DisableFallDamage.Size = UDim2.new(0, 200, 0, 50)
  184. DisableFallDamage.Font = Enum.Font.Garamond
  185. DisableFallDamage.Text = "Disable Fall Damage (Goes away when you die)"
  186. DisableFallDamage.TextColor3 = Color3.new(1, 1, 1)
  187. DisableFallDamage.TextScaled = true
  188. DisableFallDamage.TextSize = 14
  189. DisableFallDamage.TextWrapped = true
  190. DisableFallDamage.MouseButton1Click:connect(function()
  191. game.Workspace[plyrname].FallDamageScript:Destroy()
  192. end)
  193.  
  194. FEGod.Name = "FE God"
  195. FEGod.Parent = MainFrame
  196. FEGod.BackgroundColor3 = Color3.new(0, 0, 0)
  197. FEGod.Position = UDim2.new(0.29320389, 0, 0.419243991, 0)
  198. FEGod.Size = UDim2.new(0, 200, 0, 50)
  199. FEGod.Font = Enum.Font.Garamond
  200. FEGod.Text = "Disable Damage GLITCHY"
  201. FEGod.TextColor3 = Color3.new(1, 1, 1)
  202. FEGod.TextScaled = true
  203. FEGod.TextSize = 14
  204. FEGod.TextWrapped = true
  205. FEGod.MouseButton1Click:connect(function()
  206. loadstring(game:HttpGet("https://pastebin.com/raw/169S6i10",true))()
  207. end)
  208.  
  209. Reset.Name = "Reset"
  210. Reset.Parent = MainFrame
  211. Reset.BackgroundColor3 = Color3.new(0, 0, 0)
  212. Reset.Position = UDim2.new(0.293203861, 0, 0.625429571, 0)
  213. Reset.Size = UDim2.new(0, 200, 0, 50)
  214. Reset.Font = Enum.Font.Garamond
  215. Reset.Text = "Reset"
  216. Reset.TextColor3 = Color3.new(1, 1, 1)
  217. Reset.TextScaled = true
  218. Reset.TextSize = 14
  219. Reset.TextWrapped = true
  220. Reset.MouseButton1Click:connect(function()
  221. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  222. end)
  223.  
  224. Label.Name = "Label"
  225. Label.Parent = MainFrame
  226. Label.BackgroundColor3 = Color3.new(1, 1, 1)
  227. Label.BackgroundTransparency = 1
  228. Label.Position = UDim2.new(0.0660194159, 0, 0.859106541, 0)
  229. Label.Size = UDim2.new(0, 444, 0, 32)
  230. Label.Font = Enum.Font.Garamond
  231. Label.Text = "Made by: Toxic#6217"
  232. Label.TextColor3 = Color3.new(1, 1, 1)
  233. Label.TextScaled = true
  234. Label.TextSize = 14
  235. Label.TextWrapped = true
  236.  
  237. CheckDiaster.Name = "CheckDiaster"
  238. CheckDiaster.Parent = MainFrame
  239. CheckDiaster.BackgroundColor3 = Color3.new(0, 0, 0)
  240. CheckDiaster.Position = UDim2.new(0.697087348, 0, 0.639175236, 0)
  241. CheckDiaster.Size = UDim2.new(0, 105, 0, 41)
  242. CheckDiaster.Font = Enum.Font.Garamond
  243. CheckDiaster.Text = "Check Diaster"
  244. CheckDiaster.TextColor3 = Color3.new(1, 1, 1)
  245. CheckDiaster.TextScaled = true
  246. CheckDiaster.TextSize = 14
  247. CheckDiaster.TextWrapped = true
  248. CheckDiaster.MouseButton1Click:connect(function()
  249. DiasterOutput.Text = " The Diaster is " ..game.Workspace[plyrname].SurvivalTag.Value .."."
  250. end)
  251.  
  252. DiasterOutput.Name = "DiasterOutput"
  253. DiasterOutput.Parent = MainFrame
  254. DiasterOutput.BackgroundColor3 = Color3.new(0, 0, 0)
  255. DiasterOutput.Position = UDim2.new(0.29320389, 0, 0.625429571, 0)
  256. DiasterOutput.Size = UDim2.new(0, 200, 0, 50)
  257. DiasterOutput.Font = Enum.Font.Garamond
  258. DiasterOutput.Text = "Waiting.."
  259. DiasterOutput.TextColor3 = Color3.new(1, 1, 1)
  260. DiasterOutput.TextScaled = true
  261. DiasterOutput.TextSize = 14
  262. DiasterOutput.TextWrapped = true
  263.  
  264. CloseVoteMenu.Name = "CloseVoteMenu"
  265. CloseVoteMenu.Parent = MainFrame
  266. CloseVoteMenu.BackgroundColor3 = Color3.new(0, 0, 0)
  267. CloseVoteMenu.Position = UDim2.new(0.29320389, 0, 0.419243991, 0)
  268. CloseVoteMenu.Size = UDim2.new(0, 200, 0, 50)
  269. CloseVoteMenu.Font = Enum.Font.Garamond
  270. CloseVoteMenu.Text = "Close Vote Menu"
  271. CloseVoteMenu.TextColor3 = Color3.new(1, 1, 1)
  272. CloseVoteMenu.TextScaled = true
  273. CloseVoteMenu.TextSize = 14
  274. CloseVoteMenu.TextWrapped = true
  275. CloseVoteMenu.MouseButton1Click:connect(function()
  276. votemenu.Visible = false
  277. end)
  278.  
  279. OpenVoteMenu.Name = "OpenVoteMenu"
  280. OpenVoteMenu.Parent = MainFrame
  281. OpenVoteMenu.BackgroundColor3 = Color3.new(0, 0, 0)
  282. OpenVoteMenu.Position = UDim2.new(0.29320389, 0, 0.219931275, 0)
  283. OpenVoteMenu.Size = UDim2.new(0, 200, 0, 50)
  284. OpenVoteMenu.Font = Enum.Font.Garamond
  285. OpenVoteMenu.Text = "Show Vote Menu"
  286. OpenVoteMenu.TextColor3 = Color3.new(1, 1, 1)
  287. OpenVoteMenu.TextScaled = true
  288. OpenVoteMenu.TextSize = 14
  289. OpenVoteMenu.TextWrapped = true
  290. OpenVoteMenu.MouseButton1Click:connect(function()
  291. votemenu.Visible = true
  292. end)
  293.  
  294. Skidhub.Name = "Skidhub"
  295. Skidhub.Parent = MainFrame
  296. Skidhub.BackgroundColor3 = Color3.new(0, 0, 0)
  297. Skidhub.Position = UDim2.new(0.293203831, 0, 0.219931215, 0)
  298. Skidhub.Size = UDim2.new(0, 200, 0, 50)
  299. Skidhub.Font = Enum.Font.Garamond
  300. Skidhub.Text = "Skidhub 4.0"
  301. Skidhub.TextColor3 = Color3.new(1, 1, 1)
  302. Skidhub.TextScaled = true
  303. Skidhub.TextSize = 14
  304. Skidhub.TextWrapped = true
  305. Skidhub.MouseButton1Click:connect(function()
  306. -- if u are looking at my source code well fuck you
  307. loadstring(game:HttpGet("https://pastebin.com/raw/Cc8eGici",true))()
  308. end)
  309.  
  310. FathomHub.Name = "FathomHub"
  311. FathomHub.Parent = MainFrame
  312. FathomHub.BackgroundColor3 = Color3.new(0, 0, 0)
  313. FathomHub.Position = UDim2.new(0.293203831, 0, 0.625429511, 0)
  314. FathomHub.Size = UDim2.new(0, 200, 0, 50)
  315. FathomHub.Font = Enum.Font.Garamond
  316. FathomHub.Text = "Fathom Hub"
  317. FathomHub.TextColor3 = Color3.new(1, 1, 1)
  318. FathomHub.TextScaled = true
  319. FathomHub.TextSize = 14
  320. FathomHub.TextWrapped = true
  321. FathomHub.MouseButton1Click:connect(function()
  322. loadstring(game:HttpGet("https://pastebin.com/raw/UmhaEvTT",true))()
  323. end)
  324.  
  325. IYFE.Name = "IYFE"
  326. IYFE.Parent = MainFrame
  327. IYFE.BackgroundColor3 = Color3.new(0, 0, 0)
  328. IYFE.Position = UDim2.new(0.293203831, 0, 0.419243991, 0)
  329. IYFE.Size = UDim2.new(0, 200, 0, 50)
  330. IYFE.Font = Enum.Font.Garamond
  331. IYFE.Text = "Infinite Yield"
  332. IYFE.TextColor3 = Color3.new(1, 1, 1)
  333. IYFE.TextScaled = true
  334. IYFE.TextSize = 14
  335. IYFE.TextWrapped = true
  336. IYFE.MouseButton1Click:connect(function()
  337. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  338. end)
  339.  
  340. Close.Name = "Close"
  341. Close.Parent = MainFrame
  342. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  343. Close.Position = UDim2.new(0.902912617, 0, 0.010309278, 0)
  344. Close.Size = UDim2.new(0, 40, 0, 36)
  345. Close.Font = Enum.Font.SourceSans
  346. Close.Text = "X"
  347. Close.TextColor3 = Color3.new(1, 1, 1)
  348. Close.TextSize = 14
  349. Close.MouseButton1Click:connect(function()
  350. MainFrame.Visible = false
  351. Open.Visible = true
  352. end)
  353.  
  354. Open.Name = "Open"
  355. Open.Parent = NaturalDiasterGUI
  356. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  357. Open.BorderSizePixel = 6
  358. Open.Position = UDim2.new(0.599896491, 0, 0.511925042, 0)
  359. Open.Size = UDim2.new(0, 200, 0, 50)
  360. Open.Font = Enum.Font.SourceSans
  361. Open.Text = "Open"
  362. Open.TextColor3 = Color3.new(0, 0, 0)
  363. Open.TextScaled = true
  364. Open.TextSize = 1
  365. Open.TextWrapped = true
  366. Open.MouseButton1Click:connect(function()
  367. MainFrame.Visible = true
  368. Skidhub.Visible = false
  369. OpenVoteMenu.Visible = false
  370. CloseVoteMenu.Visible = false
  371. DiasterOutput.Visible = false
  372. FathomHub.Visible = false
  373. CheckDiaster.Visible = false
  374. Open.Visible = false
  375. IYFE.Visible = false
  376. SpeedPart.Visible = true
  377. ChangeWS.Visible = true
  378. Open.Visible = false
  379. end)
  380. -- Scripts:
  381.  
  382. MainFrame.Visible = false
  383. Open.Visible = true
  384. MainFrame.Visible = false
  385. Open.Visible = true
  386.  
  387. MainFrame.Visible = false
  388. Open.Visible = true
  389. MainFrame.Visible = false
  390. Open.Visible = true
Add Comment
Please, Sign In to add comment