[autohotkey] run A

Viewer

  1. #MaxThreadsPerHotkey 2
  2. F12::
  3. toggle:=!toggle
  4. While toggle {
  5.     Send {down}
  6.     Sleep 1000
  7.     Send {up}
  8.     Send {Enter}
  9.     Sleep 30000
  10. }
  11. Return

Editor

You can edit this paste and save as new:


File Description
  • run A
  • Paste Code
  • 16 Oct-2023
  • 160 Bytes
You can Share it: