Εγκατάσταση Steam
Σύνδεση
|
Γλώσσα
简体中文 (Απλοποιημένα κινεζικά)
繁體中文 (Παραδοσιακά κινεζικά)
日本語 (Ιαπωνικά)
한국어 (Κορεατικά)
ไทย (Ταϊλανδικά)
Български (Βουλγαρικά)
Čeština (Τσεχικά)
Dansk (Δανικά)
Deutsch (Γερμανικά)
English (Αγγλικά)
Español – España (Ισπανικά – Ισπανία)
Español – Latinoamérica (Ισπανικά – Λατινική Αμερική)
Français (Γαλλικά)
Italiano (Ιταλικά)
Bahasa Indonesia (Ινδονησιακά)
Magyar (Ουγγρικά)
Nederlands (Ολλανδικά)
Norsk (Νορβηγικά)
Polski (Πολωνικά)
Português (Πορτογαλικά – Πορτογαλία)
Português – Brasil (Πορτογαλικά – Βραζιλία)
Română (Ρουμανικά)
Русский (Ρωσικά)
Suomi (Φινλανδικά)
Svenska (Σουηδικά)
Türkçe (Τουρκικά)
Tiếng Việt (Βιετναμικά)
Українська (Ουκρανικά)
Αναφορά προβλήματος μετάφρασης
To use it, you have to install the program. Then create a notepad file that you call whataver.ahk
Here is my auto-clicker script. It's great becauseyou click the middle mouse button once to start autoclicking, and then click it again to stop autoclicking, because I am very lazy.
#MaxThreadsPerHotkey 2
MButton::
toggle:=!toggle
While toggle{
Click
Sleep 10
}
Return
Save it into that file, open it with AutoHotKey, you're done -- middle click = start autoclicking 100 times a second. Middle click again = stop autoclicking.
if you don't have either, you can use AutoHotkey and find a script for auto clicking
it works
its easy
i wish it did more but its free so whatever
i pinned it to my taskbar and set it from 100ms to 20ms and let it run
i tried that, what numbers are you using there?
what do you mean? left click single/double click it doesnt matter and its 0 hours 0 mins 0 secs and 20milliseconds
f7 to start
i installed this auto clicker ages ago for a different idle game and it hasnt dissapointed me
i wish it had more options like a "temporarily stops when mouse is moving* but its not that big a deal im just cheesing grindy games
Thanks you! Will use that.
thank me later
https://steamcommunity.com/sharedfiles/filedetails/?id=2595513328
That looks nice, but I would suggest replacing "MButton" for "XButton1" or "XButton2" if you have one of those mouses with 5 buttons. I for example use Middle Click a lot while browsing but I don't use these other two buttons.
https://sourceforge.net/projects/orphamielautoclicker/