Guest User

Prospectbot

a guest
Jul 1st, 2012
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 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
  2.  
  3. 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.
  4.  
  5. $=::
  6. Loop % prospect*4
  7. {
  8. if GetKeyState("-")
  9. break
  10.  
  11.     Send 1
  12.  Sleep 4500
  13. }
  14. FileAppend, %A_DD%-%A_MM%-%A_YYYY% Prospected %prospect% stack/s of ore. ______,propectbotlog.txt
  15.  
  16. MsgBox,1,Prospect BOT by ExiF,Bot has done its job. Would you like to reload the script?
  17.  IfMsgBox, OK
  18.    Reload
  19.    Sleep 1000
  20.  IfMsgBox, Cancel
  21.    ExitApp
Advertisement
Add Comment
Please, Sign In to add comment