✨ add counter to autoclicker script
This commit is contained in:
parent
9afb53585b
commit
c42e7e669a
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ do
|
||||||
click_at $FIRST_X $FIRST_Y
|
click_at $FIRST_X $FIRST_Y
|
||||||
|
|
||||||
# Wait for 5 seconds
|
# Wait for 5 seconds
|
||||||
sleep 5
|
sleep 3
|
||||||
|
|
||||||
# Perform second click
|
# Perform second click
|
||||||
click_at $SECOND_X $SECOND_Y
|
click_at $SECOND_X $SECOND_Y
|
||||||
|
@ -49,7 +49,7 @@ do
|
||||||
click_at $SECOND_X $SECOND_Y
|
click_at $SECOND_X $SECOND_Y
|
||||||
|
|
||||||
# Wait for 5 seconds
|
# Wait for 5 seconds
|
||||||
sleep 2
|
sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
# Resetting the coordinates transformation matrix to default
|
# Resetting the coordinates transformation matrix to default
|
||||||
|
|
Loading…
Reference in a new issue