The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Natural Disaster Survival script pastebin roblox
By Natural Disaster Survival on 2024-09-19 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  local DisasterHAX = Instance.new("ScreenGui")
  2. local MainUI = Instance.new("Frame")
  3. local name = Instance.new("TextLabel")
  4. local creds = Instance.new("TextLabel")
  5. local TPLobby = Instance.new("TextButton")
  6.  
  7. Crazy = Instance.new("TextButton")
  8. local TPMap = Instance.new("TextButton")
  9. local Walkspeed = Instance.new("TextButton")
  10. local AFKWins = Instance.new("TextButton")
  11. local Speedvalue = Instance.new("TextBox")
  12. local Jumpower = Instance.new("TextButton")
  13. local Jumpvalue = Instance.new("TextBox")
  14. local Nofalldamage = Instance.new("TextButton")
  15.  
  16. -- Properties
  17.  
  18. DisasterHAX.Name = "DisasterHAX"
  19. DisasterHAX.Parent = game.CoreGui
  20.  
  21. MainUI.Name = "MainUI"
  22. MainUI.Parent = DisasterHAX
  23. MainUI.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  24. MainUI.Position = UDim2.new(0.612644732, 0, 0.0489642099, 0)
  25. MainUI.Size = UDim2.new(0, 344, 0, 408)
  26.  
  27. name.Name = "name"
  28. name.Parent = MainUI
  29. name.BackgroundColor3 = Color3.new(0.6, 0, 0.6)
  30. name.Size = UDim2.new(0, 344, 0, 45)
  31. name.Font = Enum.Font.SciFi
  32. name.Text = "DisasterHax"
  33. name.TextSize = 50
  34.  
  35. creds.Name = "creds"
  36. creds.Parent = MainUI
  37. creds.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  38. creds.BorderSizePixel = 0
  39. creds.Position = UDim2.new(0, 0, 0.932153404, 0)
  40. creds.Size = UDim2.new(0, 289, 0, 23)
  41. creds.Font = Enum.Font.SciFi
  42. creds.Text = "Made by Roboguyplayzroblox1"
  43. creds.TextSize = 20
  44.  
  45. TPLobby.Name = "TPLobby"
  46. TPLobby.Parent = MainUI
  47. TPLobby.BackgroundColor3 = Color3.new(0.6, 0, 0.6)
  48. TPLobby.Position = UDim2.new(0.0529100522, 0, 0.485391617, 0)
  49. TPLobby.Size = UDim2.new(0, 145, 0, 42)
  50. TPLobby.Font = Enum.Font.SciFi
  51. TPLobby.Text = "Tp to lobby"
  52. TPLobby.TextSize = 20
  53. TPLobby.TextWrapped = true
  54.  
  55. Crazy.Name = "Crazy"
  56. Crazy.Parent = MainUI
  57. Crazy.BackgroundColor3 = Color3.new(0.6, 0, 0.6)
  58. Crazy.Position = UDim2.new(0.518518567, 0, 0.485391617, 0)
  59. Crazy.Size = UDim2.new(0, 145, 0, 42)
  60. Crazy.Font = Enum.Font.SciFi
  61. Crazy.Text = "Choose map"
  62. Crazy.TextSize = 20
  63. Crazy.TextWrapped = true
  64.  
  65. TPMap.Name = "TPMap"
  66. TPMap.Parent = MainUI
  67. TPMap.BackgroundColor3 = Color3.new(0.6, 0, 0.6)
  68. TPMap.Position = UDim2.new(0.0529100895, 0, 0.63009721, 0)
  69. TPMap.Size = UDim2.new(0, 145, 0, 42)
  70. TPMap.Font = Enum.Font.SciFi
  71. TPMap.Text = "Tp to map"
  72. TPMap.TextSize = 20
  73. TPMap.TextWrapped = true
  74.  
  75. Walkspeed.Name = "Walkspeed"
  76. Walkspeed.Parent = MainUI
  77. Walkspeed.BackgroundColor3 = Color3.new(0.6, 0, 0.6)
  78. Walkspeed.Position = UDim2.new(0.0343915336, 0, 0.149574876, 0)
  79. Walkspeed.Size = UDim2.new(0, 121, 0, 42)
  80. Walkspeed.Font = Enum.Font.SciFi
  81. Walkspeed.Text = "Walkspeed"
  82. Walkspeed.TextSize = 20
  83. Walkspeed.TextWrapped = true
  84.  
  85. AFKWins.Name = "AFKWins"
  86. AFKWins.Parent = MainUI
  87. AFKWins.BackgroundColor3 = Color3.new(0.6, 0, 0.6)
  88. AFKWins.Position = UDim2.new(0.518257022, 0, 0.630314112, 0)
  89. AFKWins.Size = UDim2.new(0, 145, 0, 42)
  90. AFKWins.Font = Enum.Font.SciFi
  91. AFKWins.Text = "Afk wins"
  92. AFKWins.TextSize = 20
  93. AFKWins.TextWrapped = true
  94.  
  95. Speedvalue.Name = "Speedvalue"
  96. Speedvalue.Parent = MainUI
  97. Speedvalue.BackgroundColor3 = Color3.new(0.6, 0, 0.6)
  98. Speedvalue.Position = UDim2.new(0.386474103, 0, 0.149574876, 0)
  99. Speedvalue.Size = UDim2.new(0, 129, 0, 42)
  100. Speedvalue.Font = Enum.Font.SciFi
  101. Speedvalue.Text = "Value"
  102. Speedvalue.TextSize = 16
  103.  
  104. Jumpower.Name = "Jumpower"
  105. Jumpower.Parent = MainUI
  106. Jumpower.BackgroundColor3 = Color3.new(0.6, 0, 0.6)
  107. Jumpower.Position = UDim2.new(0.0343915336, 0, 0.278437614, 0)
  108. Jumpower.Size = UDim2.new(0, 121, 0, 42)
  109. Jumpower.Font = Enum.Font.SciFi
  110. Jumpower.Text = "Jumpower"
  111. Jumpower.TextSize = 20
  112. Jumpower.TextWrapped = true
  113.  
  114. Jumpvalue.Name = "Jumpvalue"
  115. Jumpvalue.Parent = MainUI
  116. Jumpvalue.BackgroundColor3 = Color3.new(0.6, 0, 0.6)
  117. Jumpvalue.Position = UDim2.new(0.386474073, 0, 0.278437614, 0)
  118. Jumpvalue.Size = UDim2.new(0, 129, 0, 42)
  119. Jumpvalue.Font = Enum.Font.SciFi
  120. Jumpvalue.Text = "Value"
  121. Jumpvalue.TextSize = 16
  122.  
  123. Nofalldamage.Name = "Nofalldamage"
  124. Nofalldamage.Parent = MainUI
  125. Nofalldamage.BackgroundColor3 = Color3.new(0.6, 0, 0.6)
  126. Nofalldamage.Position = UDim2.new(0.0618616641, 0, 0.765118003, 0)
  127. Nofalldamage.Size = UDim2.new(0, 145, 0, 42)
  128. Nofalldamage.Font = Enum.Font.SciFi
  129. Nofalldamage.Text = "No fall damage"
  130. Nofalldamage.TextSize = 20
  131. Nofalldamage.TextWrapped = true
  132.  
  133. -- local
  134. p = game.Players.LocalPlayer
  135.  
  136.  
  137. -- draggable
  138. MainUI.Active = true
  139. MainUI.Draggable = true
  140.  
  141.  
  142. -- Scripts
  143.  
  144. Crazy.MouseButton1Click:connect(function()
  145. local id = 1195159620
  146. game:GetObjects('rbxassetid://'..id)[1].Parent=game.Players.LocalPlayer.PlayerGui
  147.  
  148. game.Players.LocalPlayer.PlayerGui.NDSMapSelector.Button.LeButton.Disabled = false
  149. print("Select your map")
  150. end)
  151.  
  152. AFKWins.MouseButton1Click:connect(function()
  153. while true do
  154. wait(5)
  155. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-290, 178, 379)
  156. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  157. end
  158. end)
  159.  
  160. TPMap.MouseButton1Click:connect(function()
  161. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(106, 46, 3)
  162. end)
  163.  
  164.  
  165. TPLobby.MouseButton1Click:connect(function()
  166. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-290, 178, 379)
  167. end)
  168.  
  169. Walkspeed.MouseButton1Click:connect(function()
  170. p.Character.Humanoid.WalkSpeed = Speedvalue.Text
  171. end)
  172.  
  173. Jumpower.MouseButton1Click:connect(function()
  174. p.Character.Humanoid.JumpPower = Jumpvalue.Text
  175. end)
  176.  
  177.  
  178. Nofalldamage.MouseButton1Click:connect(function()
  179. while wait(0.01) do
  180. a = Instance.new("Script", game.Players.LocalPlayer.Character)
  181. a.Name = "CharacterScript"
  182. wait(0.02)
  183. game.Players.LocalPlayer.Character.CharacterScript:Destroy()
  184. end
  185. end)