Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- HotKeySet("{DELETE}", "clicker")
- $active=False
- Func clicker()
- If $active Then
- $active=False
- Else
- $active=True
- EndIf
- EndFunc
- While 1
- If $active Then
- MouseClick("left")
- Sleep(20)
- Else
- Sleep(50)
- EndIf
- WEnd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement