Page 1 of 1

Help with a gaming script?

Posted: 05 Mar 2020, 17:23
by kolmas
Hi guys, i have this script but i was wondering whether it'd be at all possible to do it using one key? i had one a few years ago but can't find it anymore.

Basically the motion is click, move right, click, move left. Any help would be appreciated guys.

1::
click
return
2::
MouseMove 42, 0, 0, R
return
3::
click
return
4::
MouseMove -42, 0, 0, R
return

Re: Help with a gaming script?

Posted: 06 Mar 2020, 04:14
by Rohwedder
Hallo,
try:

Code: Select all

1::
click
return
2::
MouseMove 42, 0, 0, R
return
3::
click
return
4::
MouseMove -42, 0, 0, R
return
5::
click
Sleep, 200
MouseMove 42, 0, 0, R
Sleep, 200
click
Sleep, 200
MouseMove -42, 0, 0, R
return