Skip to content

Instantly share code, notes, and snippets.

@AfterLemon
Forked from anonymous/gist:6285314
Created August 20, 2013 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AfterLemon/6285354 to your computer and use it in GitHub Desktop.
Save AfterLemon/6285354 to your computer and use it in GitHub Desktop.
xp := 820
yp := 420
F16::
If !Wait
{
Wait := 1
yt := yp
Send {4}
;while Wait
;{
;yt := yt + 20
MouseMove, xp, yp
;}
}
return
F16 up::
{
Wait=0
Sleep, 100
Send, 4
Sleep, 100
MouseMove, 981, 1020
}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment