Simple move and click script
By
paps511
in Programming
in Programming
Go to solution
Solved by CrazyMatt,
If you want to do just a teensy bit of programming, you can use AutoIt.
#include <AutoItConstants.au3> Local $running = true Do MouseClick($MOUSE_CLICK_LEFT, 25, 25) Sleep(3000) MouseClick($MOUSE_CLICK_LEFT, 50, 50) Sleep(1000) Until $running = false
-
Topics
-
0
-
MadManMarsBar ·
Posted in Build Logs0 -
IAmAndre ·
Posted in New Builds and Planning3 -
4
-
2
-
Playgb2 ·
Posted in Troubleshooting1 -
1
-
1
-
5
-
1
-
-
play_circle_filled
Latest From ShortCircuit:
The coolest looking monitor. Period. - ASUS ROG display at Computex (Sponsored)

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now