Col-E / CClicker

An autoclicker powered by JNA
MIT License
5 stars 5 forks source link

Wider clicking delays + text box to manually input the values instead of sliders #7

Open Wenham-1 opened 5 years ago

Wenham-1 commented 5 years ago

Hi! I stumbled across this clicker you made and I've been using it for some time, however I currently do not know any coding and I was wondering if it was possible to remove the ms limit for the clicker, currently set to 1000ms, I wonder if it is possible to make it click every 4 - 5 minutes. Also to be able to type the value directly rather than using the slider. I know it's a lot to ask for, but i'd be very happy if you can help me, or point me into the right direction in order to be able to do it myself, since I tried for hours to compile this myself and wasn't succesful at all, and then stumbled upon the compiled releases.

zappybiby commented 5 years ago

To change the delay min/max (in this example - from 1sec to 100sec): https://github.com/zappybiby/CClicker/commit/5aa71ffe4ab46ffe1d0443482bb7a484723b2535#diff-78657a4df97c0c19e7b6735d5d64f17c

Wenham-1 commented 5 years ago

To change the delay min/max (in this example - from 1sec to 100sec): zappybiby@5aa71ff#diff-78657a4df97c0c19e7b6735d5d64f17c

Thanks a lot for the help! I was also wondering if maybe there's a tutorial somewhere on how to compile this with the current changes?