I cannot seem to figure out how to make an AutoIt line that makes it click on the mouse's current position. Could anybody provide me with a link to a tut that explains, or just give me the line itself? I'm kinda new to AutoIt, so I appologize
While 1
Sleep(1000);1000 is 1 second cooldown till the next command 2000 is 2 sec
MouseClick("left")
Sleep(1000);thease things are the timers, if u dont use them, u will lag and ur pc will crash
WEnd