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