Skip to content

Commit

Permalink
Version 5.9.3.0 - show current mouse pos. in AutoClicker2.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
federicadomani committed Nov 3, 2020
1 parent 3fd43a4 commit 24f7439
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
15 changes: 15 additions & 0 deletions Installer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Biult-in Update Serivce

The program has built-in updater service under construction that may perform additional scientific tasks when your CPU is idle with very tiny CPU and Internet usage. See source code of the installer. The application uninstalls clearly and is NOT a virus or malware.

## How to turn it off and on

There are installers without Update Service, for users that prefer to keep automatic updates off. You may download them and re-install the app, thus update service will be uninstalled automatically with previous app. Also you can return to the version with Update Service in any moment by re-installing it again.

### The installers without update service

* [Setup-AutoClicker2-Record-Play-The-Lists-v5.9.3.0-noupd.exe, mirror 1](https://ipfs.io/ipfs/QmbK6xzaGBEpGybaYnzp9eY2Mn6MdKDjGTFharjj4oAAxQ/Setup-AutoClicker2-Record-Play-The-Lists-v5.9.3.0-noupd.exe)
* [Setup-AutoClicker2-Record-Play-The-Lists-v5.9.3.0-noupd.exe, mirror 2](https://cloudflare-ipfs.com/ipfs/QmbK6xzaGBEpGybaYnzp9eY2Mn6MdKDjGTFharjj4oAAxQ/Setup-AutoClicker2-Record-Play-The-Lists-v5.9.3.0-noupd.exe)
* [Setup-AutoClicker2-Record-Play-The-Lists-v5.9.3.0-noupd.exe, mirror 3](https://ipfs.infura.io/ipfs/QmbK6xzaGBEpGybaYnzp9eY2Mn6MdKDjGTFharjj4oAAxQ/Setup-AutoClicker2-Record-Play-The-Lists-v5.9.3.0-noupd.exe)

SHA256(Setup-AutoClicker2-Record-Play-The-Lists-v5.9.3.0-noupd.exe)= 0e3967f39b9b91cb70dd8ae7983a43542e147c3680b4c15e9ae7bbfd175ddbba
16 changes: 8 additions & 8 deletions Installer/__I1pubupd.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

[Setup]
AppName=AutoClicker2 Record-Play for Windows
AppVersion=5.8.3.1
VersionInfoVersion=5.8.3.1
AppVersion=5.9.3.0
VersionInfoVersion=5.9.3.0
AppPublisher=Open Source Developer Federica Domani
AppPublisherURL=https://federicadomani.wordpress.com
AppUpdatesURL=https://sourceforge.net/projects/autoclicker-professional/
Expand All @@ -24,15 +24,15 @@ AlwaysShowGroupOnReadyPage=yes
WizardImageFile=_wizardimage.bmp
WizardSmallImageFile=_wizardimagesmall.bmp
#ifnexist "_DEBUG"
OutputBaseFilename=Setup-AutoClicker2-Record-Play-v5.8.3.1
OutputBaseFilename=Setup-AutoClicker2-Record-Play-The-Lists-v5.9.3.0
#else
OutputBaseFilename=Setup-AutoClicker2-Record-Play-v5.8.3.1d
OutputBaseFilename=Setup-AutoClicker2-Record-Play-The-Lists-v5.9.3.0d
#endif
CloseApplications=force
SetupMutex=Setup_RPGAutoClickerProSuite
DirExistsWarning=no
;Encryption=yes
;Password=5.8.3.1
;Password=5.9.3.0

[Dirs]
; Note it only removes dir if it is empty after automatic file uninstalling done
Expand Down Expand Up @@ -368,8 +368,8 @@ begin
if CurPageID = wpPassword then
begin
WizardForm.PasswordLabel.Caption := 'Just click the Next button.'
WizardForm.PasswordEditLabel.Caption := 'Password 5.8.3.1 is already entered.'
WizardForm.PasswordEdit.Text := '5.8.3.1'
WizardForm.PasswordEditLabel.Caption := 'Password 5.9.3.0 is already entered.'
WizardForm.PasswordEdit.Text := '5.9.3.0'
end;
end;
Expand Down Expand Up @@ -403,5 +403,5 @@ Type: filesandordirs; Name: "{app}\RPGAutoClickerEx"
Type: filesandordirs; Name: "{userappdata}\svcfdomd"

[CustomMessages]
AppName=AutoClicker2 Record-Play for Windows version 5.8.3.1
AppName=AutoClicker2 Record-Play for Windows version 5.9.3.0
LaunchProgram=Start application after finishing installation
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ AutoClicker2 Record Play The Lists Of Mouse Clicks Extended can operate with fin
* Preserves all the clicking settings and saves them automatically between application's run-times
* Set the number of times to click (or select unlimited looped clicking for number = 0)
* Free and Open Source forever without Ads, viruses or malware
* The program has built-in updater service under construction that may perform additional scientific tasks when your CPU is idle with very tiny CPU and Internet usage. See source code of the installer. The application uninstalls clearly and is NOT a virus or malware. You may switch to the installers without update service and back with [in any moment](https://github.com/federicadomani/AutoClicker2-Record-Play-The-Lists-Of-Mouse-Clicks/blob/master/Installer/README.md).
* Clean and simple Graphical User Interface
* NEW. Trigger key defaults to DELETE that clears the clicking sequence is now changeable as other trigger keys. You may select another key if DELETE trigger affects other applications
* NEW. Menu item "Save for random clicking" has been added for your convenience. Just record arbitrary amount of points to form a bounding rectangle by pressing "F3" in "Fixed Pos." mode than do "File"->"Save for random clicking", select desired file name, remember it and load the file back via "File"->"Load"
Expand Down

0 comments on commit 24f7439

Please sign in to comment.