Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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