Thanks for whatching guys today I will show Treasure Hunt Simulator gamedont forget like and subscribe guys.
Feb 18th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- MsgBox Welcome to Roblox TREASURE HUNT SIMULATOR auto cycle script by ExtraSmallShows!
- return
- MsgBox This script only works with any auto miner!
- return
- MsgBox Look at the hole you would like to enter while zoomed out ( Preferably the deepest ) Click OK when you are ready.
- return
- 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.
- return
- 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.
- Msgbox Cancelled Operation
- MsgBox Now you will need to estimate the time that your backpack will take to fill up. Click OK to proceed.
- return
- 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.
- Msgbox Cancelled Operation
- 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!
- returnw
- Send {w down} w
- Sleep %Walk% ;This number represents the time needed to walk from the sell area to the mine.
- Sleep %BackwPack% ;This number represents the time allowed to dig.
- Sleep 1000
- Imagesearch, FoundX, FoundY, 40,40
- Return
RAW Paste Data