Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- InputBox, prospect , Prospect BOT by ExiF, Please type below number of stacks you would like to prospect automattically using this bot. Please place your prospecting macro on button "1" hotkey. Please remember that clicking "=" button will launch the script.,,,,,,,,5
- MsgBox,0,Prospect BOT by ExiF,This script will prospect %prospect% ore stacks causing the "Prospecting" abillity to be used %prospect%*4 times. This won't actually display number as one piece because of AutoHotkey limitations. L2maths.
- $=::
- Loop % prospect*4
- {
- if GetKeyState("-")
- break
- Send 1
- Sleep 4500
- }
- FileAppend, %A_DD%-%A_MM%-%A_YYYY% Prospected %prospect% stack/s of ore. ______,propectbotlog.txt
- MsgBox,1,Prospect BOT by ExiF,Bot has done its job. Would you like to reload the script?
- IfMsgBox, OK
- Reload
- Sleep 1000
- IfMsgBox, Cancel
- ExitApp
Advertisement
Add Comment
Please, Sign In to add comment