Advertisement
Martinman117

Natural Disaster Survival

Nov 12th, 2022 (edited)
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.61 KB | None | 0 0
  1. -- Made by ShatteredVR#0712
  2. -- Version: 1
  3.  
  4. -- Instances:
  5.  
  6. local NDS = Instance.new("ScreenGui")
  7. local NDSFrame = Instance.new("Frame")
  8. local UICorner = Instance.new("UICorner")
  9. local TextLabel = Instance.new("TextLabel")
  10. local minim = Instance.new("TextButton")
  11. local minim2 = Instance.new("TextButton")
  12. local tpl = Instance.new("TextButton")
  13. local UICorner_2 = Instance.new("UICorner")
  14. local tpm = Instance.new("TextButton")
  15. local UICorner_3 = Instance.new("UICorner")
  16. local nofalldamage = Instance.new("TextButton")
  17. local UICorner_4 = Instance.new("UICorner")
  18. local afkautofarm = Instance.new("TextButton")
  19. local UICorner_5 = Instance.new("UICorner")
  20. local jump = Instance.new("TextButton")
  21. local UICorner_6 = Instance.new("UICorner")
  22. local speed = Instance.new("TextButton")
  23. local UICorner_7 = Instance.new("UICorner")
  24. local speedf = Instance.new("Frame")
  25. local UICorner_8 = Instance.new("UICorner")
  26. local speedtxt = Instance.new("TextBox")
  27. local UICorner_9 = Instance.new("UICorner")
  28. local speedbutton = Instance.new("TextButton")
  29. local UICorner_10 = Instance.new("UICorner")
  30. local jumpf = Instance.new("Frame")
  31. local UICorner_11 = Instance.new("UICorner")
  32. local jumptxt = Instance.new("TextBox")
  33. local UICorner_12 = Instance.new("UICorner")
  34. local jumpbutton = Instance.new("TextButton")
  35. local UICorner_13 = Instance.new("UICorner")
  36. local open = Instance.new("TextButton")
  37. local UICorner_14 = Instance.new("UICorner")
  38.  
  39. --Properties:
  40.  
  41. NDS.Name = "NDS"
  42. NDS.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  43. NDS.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  44. NDS.ResetOnSpawn = false
  45.  
  46. NDSFrame.Name = "NDSFrame"
  47. NDSFrame.Parent = NDS
  48. NDSFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  49. NDSFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  50. NDSFrame.Position = UDim2.new(0.353309035, 0, 0.349074066, 0)
  51. NDSFrame.Size = UDim2.new(0, 325, 0, 172)
  52.  
  53. UICorner.CornerRadius = UDim.new(0, 10)
  54. UICorner.Parent = NDSFrame
  55.  
  56. TextLabel.Parent = NDSFrame
  57. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. TextLabel.BackgroundTransparency = 1.000
  59. TextLabel.Position = UDim2.new(-0.0552584678, 0, 0, 0)
  60. TextLabel.Size = UDim2.new(0, 308, 0, 23)
  61. TextLabel.Font = Enum.Font.SourceSans
  62. TextLabel.Text = "Made by yours truly, ShatteredVR#0712"
  63. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  64. TextLabel.TextSize = 16.000
  65.  
  66. minim.Name = "minim"
  67. minim.Parent = NDSFrame
  68. minim.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. minim.BackgroundTransparency = 1.000
  70. minim.Position = UDim2.new(0.851702392, 0, 0, 0)
  71. minim.Size = UDim2.new(0, 48, 0, 22)
  72. minim.Font = Enum.Font.SourceSans
  73. minim.Text = "-"
  74. minim.TextColor3 = Color3.fromRGB(255, 255, 255)
  75. minim.TextSize = 59.000
  76. minim.TextWrapped = true
  77.  
  78. minim2.Name = "minim2"
  79. minim2.Parent = NDSFrame
  80. minim2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. minim2.BackgroundTransparency = 1.000
  82. minim2.Position = UDim2.new(0.851702392, 0, 0.0702195242, 0)
  83. minim2.Size = UDim2.new(0, 48, 0, 10)
  84. minim2.Font = Enum.Font.SourceSans
  85. minim2.Text = ""
  86. minim2.TextColor3 = Color3.fromRGB(255, 255, 255)
  87. minim2.TextSize = 59.000
  88. minim2.TextWrapped = true
  89.  
  90. tpl.Name = "tpl"
  91. tpl.Parent = NDSFrame
  92. tpl.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  93. tpl.Position = UDim2.new(0.0725736991, 0, 0.190417752, 0)
  94. tpl.Size = UDim2.new(0, 121, 0, 37)
  95. tpl.Font = Enum.Font.SourceSans
  96. tpl.Text = "Teleport to the lobby"
  97. tpl.TextColor3 = Color3.fromRGB(255, 255, 255)
  98. tpl.TextSize = 14.000
  99.  
  100. UICorner_2.CornerRadius = UDim.new(0, 10)
  101. UICorner_2.Parent = tpl
  102.  
  103. tpm.Name = "tpm"
  104. tpm.Parent = NDSFrame
  105. tpm.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  106. tpm.Position = UDim2.new(0.478222936, 0, 0.190417752, 0)
  107. tpm.Size = UDim2.new(0, 121, 0, 37)
  108. tpm.Font = Enum.Font.SourceSans
  109. tpm.Text = "Teleport to the Map"
  110. tpm.TextColor3 = Color3.fromRGB(255, 255, 255)
  111. tpm.TextSize = 14.000
  112.  
  113. UICorner_3.CornerRadius = UDim.new(0, 10)
  114. UICorner_3.Parent = tpm
  115.  
  116. nofalldamage.Name = "nofalldamage"
  117. nofalldamage.Parent = NDSFrame
  118. nofalldamage.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  119. nofalldamage.Position = UDim2.new(0.478222936, 0, 0.446196049, 0)
  120. nofalldamage.Size = UDim2.new(0, 121, 0, 37)
  121. nofalldamage.Font = Enum.Font.SourceSans
  122. nofalldamage.Text = "No fall damage"
  123. nofalldamage.TextColor3 = Color3.fromRGB(255, 255, 255)
  124. nofalldamage.TextSize = 14.000
  125.  
  126. UICorner_4.CornerRadius = UDim.new(0, 10)
  127. UICorner_4.Parent = nofalldamage
  128.  
  129. afkautofarm.Name = "afkautofarm"
  130. afkautofarm.Parent = NDSFrame
  131. afkautofarm.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  132. afkautofarm.Position = UDim2.new(0.0725736171, 0, 0.446196109, 0)
  133. afkautofarm.Size = UDim2.new(0, 121, 0, 37)
  134. afkautofarm.Font = Enum.Font.SourceSans
  135. afkautofarm.Text = "Afk Autofarm"
  136. afkautofarm.TextColor3 = Color3.fromRGB(255, 255, 255)
  137. afkautofarm.TextSize = 14.000
  138.  
  139. UICorner_5.CornerRadius = UDim.new(0, 10)
  140. UICorner_5.Parent = afkautofarm
  141.  
  142. jump.Name = "jump"
  143. jump.Parent = NDSFrame
  144. jump.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  145. jump.Position = UDim2.new(0.478222936, 0, 0.702010036, 0)
  146. jump.Size = UDim2.new(0, 121, 0, 37)
  147. jump.Font = Enum.Font.SourceSans
  148. jump.Text = "Jump Power"
  149. jump.TextColor3 = Color3.fromRGB(255, 255, 255)
  150. jump.TextSize = 14.000
  151.  
  152. UICorner_6.CornerRadius = UDim.new(0, 10)
  153. UICorner_6.Parent = jump
  154.  
  155. speed.Name = "speed"
  156. speed.Parent = NDSFrame
  157. speed.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  158. speed.Position = UDim2.new(0.0726153851, 0, 0.702139556, 0)
  159. speed.Size = UDim2.new(0, 121, 0, 37)
  160. speed.Font = Enum.Font.SourceSans
  161. speed.Text = "Walkspeed"
  162. speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  163. speed.TextSize = 14.000
  164.  
  165. UICorner_7.CornerRadius = UDim.new(0, 10)
  166. UICorner_7.Parent = speed
  167.  
  168. speedf.Name = "speedf"
  169. speedf.Parent = NDSFrame
  170. speedf.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  171. speedf.BorderColor3 = Color3.fromRGB(0, 0, 0)
  172. speedf.Position = UDim2.new(0.997484267, 0, 0.0947459042, 0)
  173. speedf.Size = UDim2.new(0, 183, 0, 139)
  174. speedf.Visible = false
  175.  
  176. UICorner_8.CornerRadius = UDim.new(0, 10)
  177. UICorner_8.Parent = speedf
  178.  
  179. speedtxt.Name = "speedtxt"
  180. speedtxt.Parent = speedf
  181. speedtxt.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  182. speedtxt.Position = UDim2.new(0.158469945, 0, 0.237410069, 0)
  183. speedtxt.Size = UDim2.new(0, 125, 0, 31)
  184. speedtxt.ClearTextOnFocus = false
  185. speedtxt.Font = Enum.Font.SourceSans
  186. speedtxt.Text = ""
  187. speedtxt.TextColor3 = Color3.fromRGB(255, 255, 255)
  188. speedtxt.TextScaled = true
  189. speedtxt.TextSize = 14.000
  190. speedtxt.TextWrapped = true
  191.  
  192. UICorner_9.CornerRadius = UDim.new(0, 10)
  193. UICorner_9.Parent = speedtxt
  194.  
  195. speedbutton.Name = "speedbutton"
  196. speedbutton.Parent = speedf
  197. speedbutton.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  198. speedbutton.Position = UDim2.new(0.158469945, 0, 0.553956807, 0)
  199. speedbutton.Size = UDim2.new(0, 125, 0, 28)
  200. speedbutton.Font = Enum.Font.SourceSans
  201. speedbutton.Text = "Set Speed"
  202. speedbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  203. speedbutton.TextSize = 14.000
  204.  
  205. UICorner_10.CornerRadius = UDim.new(0, 10)
  206. UICorner_10.Parent = speedbutton
  207.  
  208. jumpf.Name = "jumpf"
  209. jumpf.Parent = NDSFrame
  210. jumpf.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  211. jumpf.BorderColor3 = Color3.fromRGB(0, 0, 0)
  212. jumpf.Position = UDim2.new(0.997484267, 0, 0.0947459042, 0)
  213. jumpf.Size = UDim2.new(0, 183, 0, 139)
  214. jumpf.Visible = false
  215.  
  216. UICorner_11.CornerRadius = UDim.new(0, 10)
  217. UICorner_11.Parent = jumpf
  218.  
  219. jumptxt.Name = "jumptxt"
  220. jumptxt.Parent = jumpf
  221. jumptxt.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  222. jumptxt.Position = UDim2.new(0.158469945, 0, 0.237410069, 0)
  223. jumptxt.Size = UDim2.new(0, 125, 0, 31)
  224. jumptxt.ClearTextOnFocus = false
  225. jumptxt.Font = Enum.Font.SourceSans
  226. jumptxt.Text = ""
  227. jumptxt.TextColor3 = Color3.fromRGB(255, 255, 255)
  228. jumptxt.TextScaled = true
  229. jumptxt.TextSize = 14.000
  230. jumptxt.TextWrapped = true
  231.  
  232. UICorner_12.CornerRadius = UDim.new(0, 10)
  233. UICorner_12.Parent = jumptxt
  234.  
  235. jumpbutton.Name = "jumpbutton"
  236. jumpbutton.Parent = jumpf
  237. jumpbutton.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  238. jumpbutton.Position = UDim2.new(0.158469945, 0, 0.553956807, 0)
  239. jumpbutton.Size = UDim2.new(0, 125, 0, 28)
  240. jumpbutton.Font = Enum.Font.SourceSans
  241. jumpbutton.Text = "Set Jump Power"
  242. jumpbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  243. jumpbutton.TextSize = 14.000
  244.  
  245. UICorner_13.CornerRadius = UDim.new(0, 10)
  246. UICorner_13.Parent = jumpbutton
  247.  
  248. open.Name = "open"
  249. open.Parent = NDS
  250. open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  251. open.Position = UDim2.new(0, 0, 0.476851881, 0)
  252. open.Size = UDim2.new(0, 200, 0, 50)
  253. open.Font = Enum.Font.SourceSans
  254. open.Text = "Open"
  255. open.TextColor3 = Color3.fromRGB(255, 255, 255)
  256. open.TextSize = 29.000
  257. open.TextWrapped = true
  258.  
  259. UICorner_14.Parent = open
  260.  
  261. -- Scripts:
  262.  
  263. local function VSOJLJU_fake_script() -- minim.LocalScript
  264. local script = Instance.new('LocalScript', minim)
  265.  
  266. script.Parent.MouseButton1Up:Connect(function()
  267. script.Parent.Parent.Parent.NDSFrame.Visible = false
  268. script.Parent.Parent.Parent.open.Visible = true
  269. end)
  270. end
  271. coroutine.wrap(VSOJLJU_fake_script)()
  272. local function TOWBA_fake_script() -- minim2.LocalScript
  273. local script = Instance.new('LocalScript', minim2)
  274.  
  275. script.Parent.MouseButton1Up:Connect(function()
  276. script.Parent.Parent.Parent.NDSFrame.Visible = false
  277. script.Parent.Parent.Parent.open.Visible = true
  278. end)
  279. end
  280. coroutine.wrap(TOWBA_fake_script)()
  281. local function ADDYY_fake_script() -- tpl.LocalScript
  282. local script = Instance.new('LocalScript', tpl)
  283.  
  284. script.Parent.MouseButton1Up:Connect(function()
  285. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-290, 178, 379)
  286. end)
  287. end
  288. coroutine.wrap(ADDYY_fake_script)()
  289. local function FZZSS_fake_script() -- tpm.LocalScript
  290. local script = Instance.new('LocalScript', tpm)
  291.  
  292. script.Parent.MouseButton1Up:Connect(function()
  293. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(106, 46, 3)
  294. end)
  295. end
  296. coroutine.wrap(FZZSS_fake_script)()
  297. local function GFNQF_fake_script() -- nofalldamage.LocalScript
  298. local script = Instance.new('LocalScript', nofalldamage)
  299.  
  300. script.Parent.MouseButton1Up:Connect(function()
  301. while wait(0.01) do
  302. a = Instance.new("Script", game.Players.LocalPlayer.Character)
  303. a.Name = "CharacterScript"
  304. wait(0.02)
  305. game.Players.LocalPlayer.Character.CharacterScript:Destroy()
  306. end
  307. end)
  308. end
  309. coroutine.wrap(GFNQF_fake_script)()
  310. local function KJEK_fake_script() -- afkautofarm.LocalScript
  311. local script = Instance.new('LocalScript', afkautofarm)
  312.  
  313. script.Parent.MouseButton1Up:Connect(function()
  314. while true do
  315. wait(5)
  316. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-290, 178, 379)
  317. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  318. end
  319. end)
  320. end
  321. coroutine.wrap(KJEK_fake_script)()
  322. local function HBNLFS_fake_script() -- jump.LocalScript
  323. local script = Instance.new('LocalScript', jump)
  324.  
  325. script.Parent.MouseButton1Up:Connect(function()
  326. if script.Parent.Parent.speedf.Visible == true then
  327. script.Parent.Parent.speedf.Visible = false
  328. if script.Parent.Parent.jumpf.Visible == true then
  329. script.Parent.Parent.jumpf.Visible = false
  330. elseif script.Parent.Parent.jumpf.Visible == false then
  331. script.Parent.Parent.jumpf.Visible = true
  332. end
  333. elseif script.Parent.Parent.speedf.Visible == false then
  334. if script.Parent.Parent.jumpf.Visible == true then
  335. script.Parent.Parent.jumpf.Visible = false
  336. elseif script.Parent.Parent.jumpf.Visible == false then
  337. script.Parent.Parent.jumpf.Visible = true
  338. end
  339. end
  340. end)
  341. end
  342. coroutine.wrap(HBNLFS_fake_script)()
  343. local function RJQYONJ_fake_script() -- speed.LocalScript
  344. local script = Instance.new('LocalScript', speed)
  345.  
  346. script.Parent.MouseButton1Up:Connect(function()
  347. if script.Parent.Parent.jumpf.Visible == true then
  348. script.Parent.Parent.jumpf.Visible = false
  349. if script.Parent.Parent.speedf.Visible == true then
  350. script.Parent.Parent.speedf.Visible = false
  351. elseif script.Parent.Parent.speedf.Visible == false then
  352. script.Parent.Parent.speedf.Visible = true
  353. end
  354. elseif script.Parent.Parent.jumpf.Visible == false then
  355. if script.Parent.Parent.speedf.Visible == true then
  356. script.Parent.Parent.speedf.Visible = false
  357. elseif script.Parent.Parent.speedf.Visible == false then
  358. script.Parent.Parent.speedf.Visible = true
  359. end
  360. end
  361. end)
  362. end
  363. coroutine.wrap(RJQYONJ_fake_script)()
  364. local function ZHFDETX_fake_script() -- NDSFrame.LocalScript
  365. local script = Instance.new('LocalScript', NDSFrame)
  366.  
  367. script.Parent.Draggable = true
  368. script.Parent.Active = true
  369. end
  370. coroutine.wrap(ZHFDETX_fake_script)()
  371. local function QNBLJLQ_fake_script() -- speedbutton.LocalScript
  372. local script = Instance.new('LocalScript', speedbutton)
  373.  
  374. local p = game.Players.LocalPlayer
  375.  
  376. script.Parent.MouseButton1Up:Connect(function()
  377. p.Character.Humanoid.WalkSpeed = script.Parent.Parent.speedtxt.Text
  378. end)
  379. end
  380. coroutine.wrap(QNBLJLQ_fake_script)()
  381. local function XGCBHR_fake_script() -- jumpbutton.LocalScript
  382. local script = Instance.new('LocalScript', jumpbutton)
  383.  
  384. local p = game.Players.LocalPlayer
  385.  
  386. script.Parent.MouseButton1Up:Connect(function()
  387. p.Character.Humanoid.JumpPower = script.Parent.Parent.jumptxt.Text
  388. end)
  389. end
  390. coroutine.wrap(XGCBHR_fake_script)()
  391. local function QWVQPR_fake_script() -- open.LocalScript
  392. local script = Instance.new('LocalScript', open)
  393.  
  394. script.Parent.MouseButton1Up:Connect(function()
  395. script.Parent.Visible = false
  396. script.Parent.Parent.NDSFrame.Visible = true
  397. end)
  398. end
  399. coroutine.wrap(QWVQPR_fake_script)()
  400. local function HBWJSZU_fake_script() -- NDS.LocalScript
  401. local script = Instance.new('LocalScript', NDS)
  402.  
  403. script.Parent.open.Visible = false
  404. script.Parent.NDSFrame.Visible = true
  405. end
  406. coroutine.wrap(HBWJSZU_fake_script)()
  407.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement