Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;
- ;Autoclicker by Noahc3
- ;
- ;Built with Autohotkey 1.1.22.09
- ;
- ;
- ;
- ;
- #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
- SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
- SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
- toggle = 0
- #MaxThreadsPerHotkey 2
- `::
- Toggle := !Toggle
- While Toggle{
- Click
- Sleep 1
- }
- return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement