Untitled

mail@pastecode.io avatar
unknown
plain_text
10 days ago
148 B
2
Indexable
Never
f9::Suspend
LButton::
+LButton::
	SetMouseDelay 20
	While, GetKeyState("LButton","P")
	{
		Click
		If GetKeyState("Shift")
			Click, right
	}
Return
Leave a Comment