Hey i recently try to make an auto clicker wich clicks an macro on hotkey 1 in my ui every 60 seconds
Heres what i got so far i doesent work tho
Code:{ Send ^1 ; Send 1 Sleep 50 ; milliseconds ; Wait 50 milliseconds } return
Hey i recently try to make an auto clicker wich clicks an macro on hotkey 1 in my ui every 60 seconds
Heres what i got so far i doesent work tho
Code:{ Send ^1 ; Send 1 Sleep 50 ; milliseconds ; Wait 50 milliseconds } return
Hey!
I'm not educated in any way concerning such hotkeys, but what I do know is that 60 seconds converted to milliseconds is 60.000 - hey just a pointer! :')
yeah i know just didnt fixed it in code it show 50 mili sec tho ^^