- Download and setup Weave.
- Download the mod from the releases page.
- Put the mod in
~/.weave/mods
. - Run the mod with Weave.
/ktlon
- Gives help for each command./ktltoggle
- Toggles the mod on and off. (Default: Off)/ktlbutton
- Sets the button to click. (Default: Left)/ktlcps
- Requires you to click at least 5 CPS in order for the mod to work (Default: Off)/ktlchance
- Sets the chance of the mod clicking. (Default: 50%)
Due to the way that Lunar Client's click counter checks for clicks, it would require me to hook the CPS count in order to add KtLon clicks to the CPS count.
Yes! Your configuration will save once you close the game. The configuration is saved at ~/.weave/config/ktlon.json
.
Of course, KtLon has randomization built in. Clicks from the mod are sent at a random interval after the last click if your chance succeeds.
- Clone the repository or download the source code.
- Execute the task 'shadowJar' with Gradle.
- The built jar will be in
build/libs
and be called "KtLon-1.0.0-all.jar" - Put the jar in
~/.weave/mods
- Run the game with Weave.
Thank you @SpoilerRules for helping me make the configuration system and efficient delay.