Answer the question
In order to leave comments, you need to log in
Incorrect input ahk, how to fix?
Here is a small script:
::
Random, rndPosY, 0, -400
Random, rndPosX, 0, 200
MouseClick, Left, rndPosX, rndPosY, 1, 2
BlockInput On
SendInput, {Enter}
SendInput, {Control + A}
SendInput, {Backspace}
Sleep, 10
SendInput, /DND
Sleep, 10
SendInput, {Enter}
BlockInput Off
Exit
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question