Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ^#r::
- MsgBox Welcome to Roblox TREASURE HUNT SIMULATOR auto cycle script by ExtraSmallShows!
- If MsgBox Yes
- return
- MsgBox This script only works with any auto miner!
- If MsgBox Yes
- return
- MsgBox Look at the hole you would like to enter while zoomed out ( Preferably the deepest ) Click OK when you are ready.
- If MsgBox Yes
- 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.
- If MsgBox Yes
- 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.
- if ErrorLevel
- Msgbox Cancelled Operation
- else
- MsgBox Now you will need to estimate the time that your backpack will take to fill up. Click OK to proceed.
- If MsgBox Yes
- 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.
- if ErrorLevel
- Msgbox Cancelled Operation
- else
- 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!
- If MsgBox Yes
- returnw
- Loop {
- Send {w down} w
- Sleep %Walk% ;This number represents the time needed to walk from the sell area to the mine.
- Send {w up}
- Sleep %BackwPack% ;This number represents the time allowed to dig.
- Click, 892, 622
- Sleep 1000
- Image
- Imagesearch, FoundX, FoundY, 40,40
- }
- Return
- Esc::ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement