Hi,
I want to make a Alchemy Tool for personal use and i dont know how to stop it automatical after the weapon (or equip) is +5 !! I need help i asked in some AutoIt Forums, but they couldnt help me ! :(
Here is the script I have made:
But how can I make him stop after +5 ?!
I want to make a Alchemy Tool for personal use and i dont know how to stop it automatical after the weapon (or equip) is +5 !! I need help i asked in some AutoIt Forums, but they couldnt help me ! :(
Here is the script I have made:
Code:
HotKeySet("{F1}", "_Startbot")
while 1 * 10
WEnd
HotKeySet("{F2}", "_EndeBot")
Func _Startbot()
MouseClick ("left" , 1095, 569, 1 , 2)
sleep(10)
MouseClick ("left" , 324, 531, 1 , 2)
Sleep(10)
MouseClick ("left" , 1131, 567, 1 , 2)
Sleep(10)
MouseClick ("left" , 406, 532, 1 , 2)
Sleep(10)
MouseClick ("left" , 445, 634, 1 , 2)
EndFunc
Func _EndeBot()
Exit
EndFunc