Help with a gaming script?

Ask gaming related questions (AHK v1.1 and older)
kolmas
Posts: 1
Joined: 05 Mar 2020, 17:20

Help with a gaming script?

05 Mar 2020, 17:23

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
Rohwedder
Posts: 7719
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Help with a gaming script?

06 Mar 2020, 04:14

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

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 53 guests