diff --git a/MouseClicker-v2 .zip b/MouseClicker-v2 .zip new file mode 100644 index 0000000..d3310a8 Binary files /dev/null and b/MouseClicker-v2 .zip differ diff --git a/MouseClicker.jar b/MouseClicker.jar new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index b7d2cdc..01ad46a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # MouseClicker Automatic mouse clicker + +Second Version +Fixed minor bugs and added the ability start and stop the execution of the program using F6 button. +Please do note that this version requires a external library to function properly. Please download the libs folder with the necessary library. +Run it using the run.bat file and make sure you have necessary jdk folder in the same directory as the run.bat, libs folder and MouseClicker.jar. +Else you can run it using your customized run.bat file with properly changed locations. diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..908cc5e --- /dev/null +++ b/run.bat @@ -0,0 +1 @@ +jdk-18.0.1.1\bin\java.exe -cp libs\*;.\MouseClicker.jar MainClass