
this is where i learned the basics
But if u only want it to keep pressing then use this
Code:
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