Advertisement
ExtraSmallShows

Treasure Hunt Simulator by ExtraSmallShows

Feb 18th, 2018
5,295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. ^#r::
  2. MsgBox Welcome to Roblox TREASURE HUNT SIMULATOR auto cycle script by ExtraSmallShows!
  3. If MsgBox Yes
  4. return
  5. MsgBox This script only works with any auto miner!
  6. If MsgBox Yes
  7. return
  8. MsgBox Look at the hole you would like to enter while zoomed out ( Preferably the deepest ) Click OK when you are ready.
  9. If MsgBox Yes
  10. return
  11. 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.
  12. If MsgBox Yes
  13. return
  14. 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.
  15. if ErrorLevel
  16. Msgbox Cancelled Operation
  17. else
  18. MsgBox Now you will need to estimate the time that your backpack will take to fill up. Click OK to proceed.
  19. If MsgBox Yes
  20. return
  21. 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.
  22. if ErrorLevel
  23. Msgbox Cancelled Operation
  24. else
  25. 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!
  26. If MsgBox Yes
  27. returnw
  28. Loop {
  29. Send {w down} w
  30. Sleep %Walk% ;This number represents the time needed to walk from the sell area to the mine.
  31. Send {w up}
  32. Sleep %BackwPack% ;This number represents the time allowed to dig.
  33. Click, 892, 622
  34. Sleep 1000
  35. Image
  36. Imagesearch, FoundX, FoundY, 40,40
  37. }
  38. Return
  39. Esc::ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement