安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Now I have OP Auto Clicker. Far simpler than this guide with no drop down menus or script writing needed and everything on one screen. Once installed open the app, place mouse where you want, and hit F6(changeable using hotkeys button). It will spam clicks where ever the mouse is. Press F6 to stop again. To avoid stray movement and keep the pointer clicking the same spot you can select "pick location", click where you want it to repeat at, make sure to click the circle next to pick location instead of current location, and hit F6 (or whatever you changed it to). There is also a frequency setting and it's often good to increase the milliseconds some or it clicks so rapidly it can lag games. There are other options including recording multiple actions but not necessary for this and if all you want is to click rapidly it is basically ready to go with a button press from the moment you install it.
Turnipseed May 7, 2022 @ 6:10pm
@elephant I just put stuff on my mouse
gunge Sep 26, 2020 @ 4:01pm
or you could uhhhh put a rock on your mouse
koobdie Apr 17, 2019 @ 8:02pm
Likebeingawesome that really helped now I just leave my computer running over night and get a lot of DP
Likebeingawesome Apr 1, 2019 @ 9:41pm
I don't need a complex script. All I do is hold it down on my mouse and then unplug and plug back in my mouse.
FallenLogic Dec 4, 2018 @ 8:35pm
This script would be a bit more portable if it just toggled mouseclick and didn't move the mouse, so you could position it beforehand.
Pretty sure this works (changed to right alt b/c I don't use it for Ctrl+Alt+Del, etc.)
RAlt::
RAlt := not RAlt
if (RAlt)
{
Click down
}
else
{
Click up
}
Return
Also, the website is autohotkey.com
Katdust Dec 2, 2018 @ 11:39pm
What resolution are you using? cause when i cut it on it just puts the mouse in the middle of the screen and does nothing.
Pretty sure this works (changed to right alt b/c I don't use it for Ctrl+Alt+Del, etc.)
RAlt::
RAlt := not RAlt
if (RAlt)
{
Click down
}
else
{
Click up
}
Return
Also, the website is autohotkey.com