Skip to content

An AutoClicker-AutoText program for Linux, macOS and Windows.

Notifications You must be signed in to change notification settings

getQueryString/QuerysAutoClicker

Repository files navigation

QuerysAutoClicker logo

QuerysAutoClicker (QAC)

Table of Contents

  1. Thanks
  2. QuerysAutoClicker
  3. Properties
  4. Clues
  5. Installation
  6. Compatibility
  7. Contributors
  8. Disclaimer
  9. Copyright

Thanks

Thanks to all the people who helped me while I was programming QuerysAutoClicker. Whether it was a feedback or a suggestion, it helped make QuerysAutoClicker nicer and better. Since this is my first big project and I'm not a professional programmer, I often got negative feedback, but I was happy to improve. I always gratefully accepted this help. To all the people out there who also want to program: Don't be discouraged if you can't get your program to work on the first try, or if someone tells you that your programming style isn't the best. Ask if you have any questions. There are no stupid questions, only stupid answers. Thanks!

QuerysAutoClicker

QuerysAutoClicker is programmed in the programming language Java and in the markup language CSS Open source program intended to simulate clicking a mouse or typing on a keyboard.

Properties

QuerysAutoClicker is not just an AutoClicker with which you can get a very high number of clicks in Minecraft, for example can have, there is also an AutoText function, with which the entered text can be automatically rewritten. Not only the click or write speed can be changed ...

QuerysAutoClicker was not designed like other AutoClickers from the web - it can be customized at will:

  • Click and warning sounds can be switched on and off

  • Choice of 8 designs

  • Choice of 5 languages:

    • English
    • French
    • German
    • Russian
    • Spanish
  • If anything is unclear, Tips can be switched on and off. If the tips are activated, short help texts appear when you use mouse over the elements.

  • Automatic update search when starting the program can be switched on and off

  • Set always in the foreground:

    • Green pushpin: Always on top (Always on top of all other windows)
    • Red pushpin: Behind other windows as soon as others window can be dragged over the QuerysAutoClicker window.
  • All states of the listed adjustable functions are automatically saved in the QuerysAutoClicker.ser file.

Clues

  • If you found a bug, have suggestions for improvement or feedback for us, then please write us a message in the dedicated Feedback channel on our Discord server.
    • Linux bugs known to us:
      • Start/Stop hotkey must be reset once before the first start
      • Click position does not work
      • AutoText only works with insert text and line for Line
    • Us known errors with macOS:
      • AutoText only works with insert text and line for Line
  • QuerysAutoClicker only requires an internet connection for the automatic update search when the program starts.
  • When starting [a new version] of QuerysAutoClicker for the first time on Windows, a warning may be displayed. To start the program, click on More information and then on Run anyway. The reason for this warning is JNativeHook. JNativeHook is only used in the program for that the start/stop hotkey can also be recognized without the program having to be in the foreground or selected.
  • It is not recommended to set the click and write speed very high in QuerysAutoClicker, because the computer or the program cannot provide this service. In the program, the speed set too high can be recognized by the red text. For speed, the number turns red when the value is 200 or greater. For interval, the number of milliseconds turns red if the total is 5 milliseconds or less.
    • With the AutoClicker it can happen that everything that is accidentally touched by the mouse pointer is clicked.
    • Due to the AutoText it can happen that if the writing speed is set too high, the constant key combinations do unexpected things or other things are opened.
  • The saved states are reset at program start if the QuerysAutoClicker.ser file has been damaged or deleted.
  • QuerysAutoClicker accesses the QuerysAutoClicker.ser file in the file path where it was started. Becomes If QuerysAutoClicker is started in a different path afterwards, a new QuerysAutoClicker.ser file will be created.

Installation

Linux

  1. (Open Terminal: Ctrl + Alt + T)
    Download the QuerysAutoClicker-1.0.2.tar / .zip file of the latest version from QuerysAutoClicker and unzip it.
  2. Download JDK 17 (Java Development Kit) for Linux and install or install in terminal:
    sudo apt update
    sudo apt install openjdk-17-jdk
    
  3. Download JavaFX 19 for Linux and install. Type: SDK
  4. Start QuerysAutoClicker in the terminal:
    java --module-path /{PATH}/javafx-sdk-19/lib --add-modules javafx.controls,javafx.media,javafx.fxml -jar /{PATH}/QuerysAutoClicker/lib/QuerysAutoClicker-1.0.2 .jar
    
    or copy the edited command to a Shell Script (.sh) file and give permission to that Shell Script file give permission to run as a program:
    chmod +x {NAME}.sh
    
    and run the .sh file:
    ./{NAME}.sh
    

macOS

  1. (Open Terminal: Command (⌘) + Spacebar > search for Terminal)
    Download the QuerysAutoClicker-1.0.2.tar / .zip file of the latest version from QuerysAutoClicker and unzip it.
  2. Download JDK 17 (Java Development Kit) for macOS and install or install in terminal:
    jdk-17_macos-x64_bin.dmg OR jdk-17_macos-x64_bin.tar.gz
    
  3. Download JavaFX 19 for macOS and install. Type: SDK
  4. Add permission Apps can control this computer: System Preferences > Security > _ Accessibility_ > Terminal
  5. Start QuerysAutoClicker in the terminal:
    java --module-path /{PATH}/javafx-sdk-19/lib --add-modules javafx.controls,javafx.media,javafx.fxml -jar /{PATH}/QuerysAutoClicker/lib/QuerysAutoClicker-1.0.2 .jar
    
    or copy the edited command to a Shell Script (.sh) file and give permission to that Shell Script file give permission to run as a program:
    chmod +x {NAME}.sh
    
    Run this .sh file:
    Bourne shell:
    sh {NAME}.sh
    
    bash:
    bash {NAME}.sh
    

Windows

  1. Download JDK 17 (Java Development Kit) for Windows and install. (For example: x64 Installer or x64 MSI Installer)
  2. Download the QuerysAutoClicker-1.0.2.tar / .zip file of the latest version from QuerysAutoClicker and unzip it.
  3. Run the QuerysAutoClicker-1.0.2.jar file in "\QuerysAutoClicker\lib".

Compatibility

JDK: Oracle JDK 17 / Oracle JDK 19
JavaFX: In the JavaFX 1.2 SDK Requirements table on Oracle's website only the lines Processors, Operating System, Memory and Disk Space are relevant.

Contributors

Founders and ideas:
getQueryString, Jovan

Design:
Technocracy, getQueryString

Programmed by:
getQueryString

Disclaimer

In the case of damage or similar to the computer caused by the AutoClicker or AutoText, I assume no liability, as QuerysAutoClicker is to be used at your own risk.

Copyright

Copyright by getQueryString/Fin © All rights reserved. Download only on specified websites; no content from the program may be used for any other purpose, modified or passed off as your own work or the like.