As seen in Headed's video.
- The auto clicker is easily detected client-side because of JNativeHook.
- The randomization is mediocre, it probably won't get you auto banned though.
These flaws will not be fixed, this project is mainly for demo purposes.
To compile the auto clicker, you need Git and Maven.
- Download the project using
git clone https://github.com/GitRowin/discord-auto-clicker.git
- Modify the constants
TOKEN
,GUILD_ID
, andCHANNEL_ID
in Clicker.java - Compile using
mvn clean install