[autohotkey] Autoclicker

Viewer

copydownloadembedprintName: Autoclicker
  1. ;===========================
  2. ;Autoclicker when pressing \
  3. ;===========================
  4.  
  5. #MaxThreadsPerHotkey, 2
  6. SetDefaultMouseSpeed, 0
  7. SetBatchLines, -1
  8. ListLines, Off
  9.  
  10. \::
  11.     bFlag := !bFlag
  12.     While bFlag
  13.         Click, L
  14. Return

Editor

You can edit this paste and save as new:


File Description
  • Autoclicker
  • Paste Code
  • 27 Apr-2024
  • 246 Bytes
You can Share it: