This is a program executes pre-recorded mouse left click event, it only runs on Window
- Window 10
- Visual Studio 2022
- WPF
- .net 6.0
- Choose your record save directory
- Name the file (don't leave space and use special character)
- if you want to start a program before recording, choose load program directory and check the box
- Click the record Button
- Perform your mouse click
- Click again the record button
- Choose a load directory and check the box
- Choose the program directory and check the box if needed
- Click the start button
- Wait Until the execution finish
- Here shows the program status and issues encountered during excecution
- Check it and it will auto start when open Auto Clicker
- choose the save location and define file name, otherwise recording won't start
- choose and check the load file you want, otherwise recording won't be executed
- choose a program that you want to start when recording and also executing
- start and stop recording
- start button
-
When Starting Execution, a progress bar will display and show the percentage of excecution
-
A setting file will be created at AutoClicker directory, you can adjust the save and load directory parameter directly in this file.
-
For Load Program, if you choose a shortcut link, it may result in directing to the target directory without parameter. In this case, you can directly type the lnk path in the setting file.
In the below case, Auto Clicker will only get the path as C:\Program Files\BlueStacks_nxt\HD-Player.exe
To solve this, manually set the lnk path for the programPath value in setting file
- There is a customOffsetTime parameter in the save record file, you can adjust the time(in second) to delay or execute the mouse click early.
- When custom duplicating mouse click, the "order" doesn't mean anything so leave it unchange is fine
- Keep the app as default resolution (720x480), otherwise UI Components will be shifted and cropped
- add function: minimize at start, repeat, pause and resume
- edit some log message
- optimize code
- Initial release