Auto-click with the middle mouse button Topic is solved

Ask gaming related questions (AHK v1.1 and older)
User avatar
Nwb
Posts: 444
Joined: 29 Nov 2016, 08:56

Re: Auto-click with the middle mouse button

25 Feb 2018, 11:34

Click Ctrl+S to start and stop. Click esc to stop script

Code: Select all

toggle = 0
#MaxThreadsPerHotkey 2

^s:: ;replace with required hotkey
    Toggle := !Toggle
     While Toggle{
        Click, 1110, 653
        sleep 100
    }
return

esc:: ExitApp
I am your average ahk newbie. Just.. a tat more cute. ;)

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: Rohwedder and 90 guests