Roblox Treasure Hunt Simulator Script V3rmillion

Get loads of free insane scripts here for you to use with loads of exploits we have at our exploits page come check them out and have some fun on roblox. Sorry for the delay. Hope you enjoyed.Like, subscribe and comment down below for more vids.Link for btools/hack:http://www.filedropper.com/homojews.

  1. Roblox Treasure Hunt Simulator Script Vermillion Simulator
V3rmillion
Feb 18th, 2018
Roblox Treasure Hunt Simulator Script V3rmillion
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. MsgBox Welcome to Roblox TREASURE HUNT SIMULATOR auto cycle script by ExtraSmallShows!
  2. return
  3. MsgBox This script only works with any auto miner!
  4. return
  5. MsgBox Look at the hole you would like to enter while zoomed out ( Preferably the deepest ) Click OK when you are ready.
  6. return
  7. MsgBox You will now need to calibrate your walk distance from the shop to the mine and how long it will take you to fill up your backpack.
  8. return
  9. InputBox, Walk, Walk Distance, Please enter a time for walking from the sell teleport location to the hole such as 1000. This '1000' represents one second. Enter a value that estimates your time of walking from the exact teleport location of the sell location to the hole which you would like to enter. e.g. 1300.
  10. Msgbox Cancelled Operation
  11. MsgBox Now you will need to estimate the time that your backpack will take to fill up. Click OK to proceed.
  12. return
  13. InputBox, BackPack, BackPack Capacity, Please enter a time to fill up your backpack. You should add another 15 seconds onto the time to guarentee no glitching. This time also follows the system where 1000 = 1 Second. e.g. Medium Canister would be 108000 which would be 108 Seconds.
  14. Msgbox Cancelled Operation
  15. MsgBox Remember, do NOT touch your right click. Stand on the area where you are teleported to when clicking sell. Select your auto-mining shovel and Click OK to start! Enjoy!
  16. returnw
  17. Send {w down} w
  18. Sleep %Walk% ;This number represents the time needed to walk from the sell area to the mine.
  19. Sleep %BackwPack% ;This number represents the time allowed to dig.
  20. Sleep 1000
  21. Imagesearch, FoundX, FoundY, 40,40
  22. Return
RAW Paste Data
Oct 15th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Roblox Treasure Hunt Simulator Script V3rmillion
  1. local Frame = Instance.new('Frame')
  2. local ChestTp = Instance.new('TextButton')
  3. local Dig = Instance.new('TextButton')
  4. local TextLabel_3 = Instance.new('TextLabel')
  5. local Open = Instance.new('TextButton')
  6. -- Properties
  7. ScreenGui.Parent = game.CoreGui
  8. Frame.Parent = ScreenGui
  9. Frame.BackgroundColor3 = Color3.new(0.282353,0.282353,0.282353)
  10. Frame.Draggable =true
  11. Frame.Size = UDim2.new(0,230,0,220)
  12. Close.Parent = Frame
  13. Close.BackgroundColor3 = Color3.new(0.337255,0.333333,0.337255)
  14. Close.Font = Enum.Font.SciFi
  15. Close.TextColor3 = Color3.new(1,0,0)
  16. Close.TextSize =14
  17. Close.MouseButton1Click:connect(function()
  18. if game.CoreGui.ScreenGui.Frame.Visible truethen
  19. end
  20. ChestTp.Name ='Chest Tp'
  21. ChestTp.BackgroundColor3 = Color3.new(0,0,0)
  22. ChestTp.Position = UDim2.new(0,0,0,50)
  23. ChestTp.Font = Enum.Font.SciFi
  24. ChestTp.TextColor3 = Color3.new(1,0,0)
  25. ChestTp.TextSize =14
  26. ChestTp.MouseButton1Click:connect(function()
  27. wait(.1)
  28. for _,v inpairs(game.Workspace.SandBlocks:GetChildren())do
  29. if v:FindFirstChild('BasicChest')or v:FindFirstChild('EpicChest')or v:FindFirstChild('RareChest')then
  30. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(0,0),0,math.random(0,0))
  31. end
  32. end)
  33. TextLabel.BackgroundColor3 = Color3.new(0.345098,0.337255,0.345098)
  34. TextLabel.BackgroundTransparency =0.30000001192093
  35. TextLabel.Size = UDim2.new(0,230,0,20)
  36. TextLabel.Text ='Credits To Error!'
  37. TextLabel.TextSize =28
  38. Dig.Name ='Dig'
  39. Dig.BackgroundColor3 = Color3.new(0,0,0)
  40. Dig.Position = UDim2.new(0,0,0,110)
  41. Dig.Font = Enum.Font.SciFi
  42. Dig.TextColor3 = Color3.new(1,0,0)
  43. Dig.TextSize =14
  44. Dig.MouseButton1Click:connect(function()
  45. local Mouse = game.Players.LocalPlayer:GetMouse()
  46. local RS = game:GetService('RunService').RenderStepped
  47. local ClicksPerLoop =5
  48. function FindTool()
  49. local tool =nil
  50. for i,v inpairs(game.Players.LocalPlayer.Character:GetChildren())do
  51. found =true
  52. end
  53. if found then
  54. end
  55. local pass, tool = FindTool()
  56. RS:wait(_G.digSpeed)
  57. for i=1,ClicksPerLoop do
  58. end
  59. end
  60. Clicking =true
  61. end)
  62. Mouse.Button1Up:Connect(function()
  63. end)
  64. TextLabel_2.Parent = Dig
  65. TextLabel_2.BackgroundColor3 = Color3.new(0.345098,0.337255,0.345098)
  66. TextLabel_2.BackgroundTransparency =0.30000001192093
  67. TextLabel_2.Size = UDim2.new(0,230,0,20)
  68. TextLabel_2.Text ='Credits To EpicShow! '
  69. TextLabel_2.TextSize =28
  70. TextLabel_3.Parent = Dig
  71. TextLabel_3.BackgroundColor3 = Color3.new(0.345098,0.337255,0.345098)
  72. TextLabel_3.BackgroundTransparency =0.30000001192093
  73. TextLabel_3.Size = UDim2.new(0,230,0,50)
  74. TextLabel_3.Text ='Made By CoElder!'
  75. TextLabel_3.TextSize =28
  76. TextLabel_4.Parent = Frame
  77. TextLabel_4.BackgroundColor3 = Color3.new(0.337255,0.329412,0.337255)
  78. TextLabel_4.BackgroundTransparency =0.40000000596046
  79. TextLabel_4.Size = UDim2.new(0,230,0,30)
  80. TextLabel_4.Text ='Treasure Hunt Simulator GUI'
  81. TextLabel_4.TextScaled =true
  82. TextLabel_4.TextWrapped =true
  83. Open.Name ='Hack'
  84. Open.BackgroundColor3 = Color3.new(0,0,0)
  85. Open.Position = UDim2.new(0,0,0,340)
  86. Open.Font = Enum.Font.SciFi
  87. Open.TextColor3 = Color3.new(0,1,1)
  88. Open.TextSize =14
  89. Open.MouseButton1Click:connect(function()
  90. if game.CoreGui.ScreenGui.Frame.Visible falsethen
  91. end
RAW Paste Data

Roblox Treasure Hunt Simulator Script Vermillion Simulator