Roblox Treasure Hunt Simulator Chests List

Red Sand - appears on layers 666-900, has 1500 hitpoints, Blue Sand - appears on layers 901-1299, has 3000 hitpoints, Green Sand - appears on layers 1300-1999, has 5000 hitpoints, Orange Sand - appears on layers 2000-4999, has 10000 hitpoints, White Sand - appears on layers 5000+, has 50000 hitpoints, The music is different depending on which layer you are on and also the hitpoints the sand has is different in other area (example: normal area yellow sand. Oct 01, 2020 Roblox Treasure Hunt Simulator Codes. Treasure Hunt Simulator Codes can give items, pets, gems, coins and more. When other players try to make money during the game, these codes make it easy for you and you can reach what you need earlier with leaving others your behind.

Dig your way through the dig site looking for buried treasure! Once you find some use your coins to upgrade your shovel, backpack, pets and more!

Codes will help you quickly become a Pro.

Medieval — 1 rebirth, 1 crate

400KLikes — 500 rubies

200Million — 2 rebirths, 200 rubies

FreeRubies — 500 rubies

V2update — 500 coins

Intel — 100 coins

JAILCITY — 1 rebirth, 1000 rubies

HEART — 1 rebirth, 1000 rubies

launch — 3000 rubies

magma — 10 crates

martian — 1 rebirth, 300 rubies

godly — 5 crates

Simulator

Volcano — 1 rebirth, 1000 rubies

MOON — 1 rebirth, 500 rubies

finally – 1 rebirth, 100 rubies

Oct 11th, 2020
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. local TresureBreakSimulator = Instance.new('ScreenGui')
  2. local Line = Instance.new('Frame')
  3. local ToolBox = Instance.new('TextBox')
  4. local AutoRebirth = Instance.new('TextButton')
  5. local Farm = false
  6. local Click1 = false
  7. TresureBreakSimulator.Name = 'TresureBreakSimulator'
  8. TresureBreakSimulator.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  9. BG.Parent = TresureBreakSimulator
  10. BG.BackgroundColor3 = Color3.new(1, 0.823529, 0.54902)
  11. BG.BorderColor3 = Color3.new(0, 0, 0)
  12. BG.Position = UDim2.new(0.604587197, 0, 0.30796814, 0)
  13. BG.Active = true
  14. BG.Draggable = true
  15. Line.Parent = BG
  16. Line.BorderSizePixel = 0
  17. Line.Size = UDim2.new(0, 250, 0, 5)
  18. ToolBoxBG.Parent = BG
  19. ToolBoxBG.BackgroundColor3 = Color3.new(1, 0.823529, 0.54902)
  20. ToolBoxBG.BackgroundTransparency = 0.20000000298023
  21. ToolBoxBG.BorderSizePixel = 5
  22. ToolBoxBG.Size = UDim2.new(0, 200, 0, 50)
  23. ToolBox.Parent = ToolBoxBG
  24. ToolBox.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  25. ToolBox.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  26. ToolBox.Size = UDim2.new(0, 200, 0, 50)
  27. ToolBox.PlaceholderColor3 = Color3.new(0, 0, 0)
  28. ToolBox.Text = game.Players.LocalPlayer.Backpack:FindFirstChildOfClass('Tool').Name
  29. ToolBox.TextSize = 35
  30. AutoFarm.Name = 'AutoFarm'
  31. AutoFarm.BackgroundColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  32. AutoFarm.BorderSizePixel = 5
  33. AutoFarm.Size = UDim2.new(0, 200, 0, 62)
  34. AutoFarm.Text = 'Auto Farm'
  35. AutoFarm.TextScaled = true
  36. AutoFarm.TextWrapped = true
  37. if Click1 then
  38. Farm = false
  39. AutoFarm.BorderColor3 = Color3.new(1,0,0)
  40. if game.Players.LocalPlayer.Character:FindFirstChild(ToolBox.Text) then
  41. else
  42. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack[ToolBox.Text])
  43. Click1 = true
  44. AutoFarm.TextColor3 = Color3.new(0,1,0)
  45. end
  46. AutoRebirth.Name = 'AutoRebirth'
  47. AutoRebirth.BackgroundColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  48. AutoRebirth.BorderSizePixel = 5
  49. AutoRebirth.Size = UDim2.new(0, 200, 0, 62)
  50. AutoRebirth.Text = 'Auto Rebirth'
  51. AutoRebirth.TextScaled = true
  52. AutoRebirth.TextWrapped = true
  53. if Click1 then
  54. Rebirth = false
  55. AutoRebirth.BorderColor3 = Color3.new(1,0,0)
  56. Click1 = true
  57. AutoRebirth.TextColor3 = Color3.new(0,1,0)
  58. end
  59. Top.Name = 'Top'
  60. Top.Active = true
  61. Top.BackgroundColor3 = Color3.new(1, 0.823529, 0.54902)
  62. Top.BorderSizePixel = 5
  63. Top.Selectable = true
  64. Top.Font = Enum.Font.GothamBold
  65. Top.TextColor3 = Color3.new(0, 0, 0)
  66. Top.TextSize = 14
  67. local Character = game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  68. function Sell()
  69. local OldPos = Character.HumanoidRootPart.CFrame
  70. Character.HumanoidRootPart.CFrame = CFrame.new(3, 10, -160)
  71. game.ReplicatedStorage.Events.AreaSell:FireServer()
  72. Character.HumanoidRootPart.CFrame = OldPos
  73. while true do
  74. if Rebirth true then
  75. local a = game.Players.LocalPlayer.PlayerGui.Gui.Buttons.Coins.Amount.Text:gsub(',',')
  76. local b = game.Players.LocalPlayer.PlayerGui.Gui.Rebirth.Needed.Coins.Amount.Text:gsub(',',')
  77. print(tonumber(b))
  78. warn('Calculation Complete!')
  79. game.ReplicatedStorage.Events.Rebirth:FireServer()
  80. repeat wait(.1) until game.Players.LocalPlayer.PlayerGui.Gui.Popups.GiveReward.Visible true
  81. game.Players.LocalPlayer.PlayerGui.Gui.Popups.GiveReward.Visible = false
  82. end
  83. end
  84. wait()
  85. local Sand = nil
  86. for i,v in pairs (game.Workspace.SandBlocks:GetChildren()) do
  87. Sell()
  88. end
  89. if v.CFrame.X > -40 and v.CFrame.X < 20 and v.CFrame.Z < -175 and v.CFrame.Z > -235 then
  90. if v nil then
  91. else
  92. Sand = v
  93. end
  94. local Success,Problem = pcall(function()
  95. if game.Players[game.Players.LocalPlayer.Name].PlayerGui.Gui.Popups.BackpackFull.Visible true then Sell() end
  96. local Coins = game.Players.LocalPlayer.PlayerGui.Gui.Buttons.Coins.Amount.Text
  97. if game.Players[game.Players.LocalPlayer.Name].PlayerGui.Gui.Popups.BackpackFull.Visible true then Sell() end
  98. wait(.1)
  99. Character.HumanoidRootPart.CFrame = CFrame.new(3, 10, -160)
  100. break
  101. Character.HumanoidRootPart.Anchored = true
  102. Character.HumanoidRootPart.CFrame = Sand.CFrame
  103. Character.HumanoidRootPart.Anchored = false
  104. Character:WaitForChild(ToolBox.Text)['RemoteClick']:FireServer(game.Workspace.SandBlocks[SandName])
  105. until game.Players.LocalPlayer.PlayerGui.Gui.Buttons.Coins.Amount.Text ~= Coins
  106. end)
  107. print('Worked')
  108. warn(Problem)
  109. end
  110. end
  111. end
RAW Paste Data
Hunt