diff --git a/MouseClicker-v4-src.zip b/MouseClicker-v4-src.zip new file mode 100644 index 0000000..abdbeff Binary files /dev/null and b/MouseClicker-v4-src.zip differ diff --git a/MouseClicker-v4.zip b/MouseClicker-v4.zip new file mode 100644 index 0000000..51720be Binary files /dev/null and b/MouseClicker-v4.zip differ diff --git a/MouseClicker.jar b/MouseClicker.jar new file mode 100644 index 0000000..8e2f4a5 Binary files /dev/null and b/MouseClicker.jar differ diff --git a/README.md b/README.md index c40a27e..b384b6f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # MouseClicker Automatic mouse clicker -Check Branches for different versions +Fourth Version Fixed minor bugs and added the feature of adding and deleting multiple clicks. + +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