Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *$LButton::
- if GetKeyState("ScrollLock" , "T")
- {
- while GetKeyState("LButton", "P")
- {
- Send {RButton Down}
- Send {RButton Up}
- }
- return
- }
- Send {LButton Down}
- while GetKeyState("LButton", "P")
- {
- }
- Send {LButton Up}
- return
Advertisement
Add Comment
Please, Sign In to add comment