Jump to content

AutoHotkey has the ability to script autoclickers, there should be a good number of them out there if you're not interested in setting one up yourself.

https://www.autohotkey.com/boards/viewtopic.php?t=19846

~Remember to quote posts to continue support on your thread~
-Don't be this kind of person-

CPU:  AMD Ryzen 7 5800x | RAM: 2x16GB Crucial Ripjaws Z | Cooling: XSPC/EK/Bitspower loop | MOBO: Gigabyte x570 Aorus Master | PSU: Seasonic Prime 750 Titanium  

SSD: 250GB Samsung 980 PRO (OS) | 1TB Crucial MX500| 2TB Crucial P2 | Case: Phanteks Evolv X | GPU: EVGA GTX 1080 Ti FTW3 (with EK Block) | HDD: 1x Seagate Barracuda 2TB

Link to comment
https://linustechtips.com/topic/1223915-legit-autoclicker/#findComment-13836928
Share on other sites

Link to post
Share on other sites

Autohotkey

NEW PC build: Blank Heaven   minimalist white and black PC     Old S340 build log "White Heaven"        The "LIGHTCANON" flashlight build log        Project AntiRoll (prototype)        Custom speaker project

Spoiler

Ryzen 3950X | AMD Vega Frontier Edition | ASUS X570 Pro WS | Corsair Vengeance LPX 64GB | NZXT H500 | Seasonic Prime Fanless TX-700 | Custom loop | Coolermaster SK630 White | Logitech MX Master 2S | Samsung 980 Pro 1TB + 970 Pro 512GB | Samsung 58" 4k TV | Scarlett 2i4 | 2x AT2020

 

Link to comment
https://linustechtips.com/topic/1223915-legit-autoclicker/#findComment-13836939
Share on other sites

Link to post
Share on other sites

4 hours ago, Fyre said:

Does anyone know of a legit autoclicker that I can use and download. I know that just looking it up on google is a great way to get a virus, but I need one that I can change the rate that it clicks at, and also that wont give me a virus. Thanks in advance.

https://easyautoclicker.com/ This one is super lightweight and won't get you banned by some anticheat just for having it accidentally open.

Link to comment
https://linustechtips.com/topic/1223915-legit-autoclicker/#findComment-13837368
Share on other sites

Link to post
Share on other sites

AutoIt and AutoHotKey are the same program. AutoHotKey is a fork when AutoIt removed the GPL licence. This is literately one of those cases of GPL-jacking.

 

Anyway, both tools are routinely detected as viruses due to there perverse use in game cheat/macro's. So "a good way to get a virus" is more like "stupid script kiddies" downloading garbage to cheat some game that isn't worth playing.

 

If you legitimately need need to macro software, Windows already has this built into the powershell, and earlier WSH scripting engines. These tools are not required. The selling point of AHK is it's ability to have a plugin that can "see" the screen of games, and thus it's popular to use to cheat/spam games. These tools are why Gamegaurd and Hackshield exist.

 

There's also https://www.macros.com/ (Macro Express) which eBay used for absolutely everything at one point.

 

Basically there are three ways you can record macros

1) Record manually, eg you do the motions, the software plays it back. Usually works on any target software because the software is merely repeating the keystrokes and mouse movement/clicks. It doesn't look for window names

2) COM/API macros, which instead invoke the program's COM or internal function logic, which sometimes requires API hooking in order to work. This is typically how legitimate software (eg not intended to cheat games) operates, though some software goes beyond that and bots tend to be written to cheat games by manipulating the game's internal API or network logic

3) HID emulation. So instead of 1, where the software records what you click on, a device driver emulates a mouse and keyboard, and thus works with any software on the machine. However "rootkit" DRM drivers can see these kinds of things. This is usually accomplished with bluetooth microcontrollers rather than actual software, so that the PC doesn't actually see anything but a generic input device.

 

 

Link to comment
https://linustechtips.com/topic/1223915-legit-autoclicker/#findComment-13837463
Share on other sites

Link to post
Share on other sites

If you have a logitech keyboard with G keys, you could program a macro in G-hub for auto clicking. 

CPU: AMD Ryzen 3700x / GPU: Asus Radeon RX 6750XT OC 12GB RAM: Corsair Vengeance LPX 2x16GB DDR4-3200
MOBO: MSI B450m Gaming Plus NVME: Corsair MP510 240GB / Case: TT Core v21 PSU: Seasonic 750W / OS: Bazzite

Link to comment
https://linustechtips.com/topic/1223915-legit-autoclicker/#findComment-13837544
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×