Eleky Posted October 26, 2005 Posted October 26, 2005 (edited) Ok here is the problem. I'm making a diablo 2 bot and I am new to autoit but I am having some problems. I got it to were it runs diablo 2 but I need it to click 3 times with delays between them so that it can get past all of the like logo's. Then I need it to left click on the location that I have already found. But the problem is I dont know how to put a delay between them. So if someone can help me here is what it is so far. Thanks Run("C:\Program Files\Diablo II\Diablo II.exe", "C:\Program Files\Diablo II\") WinWaitActive("Diablo II", "", 2) MouseClick("left") Sleep(2000) MouseClick("left") Sleep(2000) MouseClick("left", 396, 352) Edited October 26, 2005 by Eleky
w0uter Posted October 26, 2005 Posted October 26, 2005 sleep() My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now