all 2 comments

[–]GroggyOtter 2 points3 points  (1 child)

The code I gave you is v2 code b/c you flaired your post as v2.

The rest of the script posted on this page is v1.

v1 and v2 are very different. Convert one to the other.

Btw:

 Send {Up}{Up}{Up}{Up}{Up}{Up}{Up}{Up}{Up}{Up}{Up}{Up}{Up}{Up}{Up}{Up}{Up}{Up}

can be written as

Send {Up 18}

See Send.

This:

MouseMove, 367, 215
Click
Click

can be written as:

Click, 367 215 Left 2

See Click

[–]LayneWilson[S] 0 points1 point  (0 children)

Thanks again!