Jump to content

script problem


Recommended Posts

#NoEnv

SendMode Input

SetWorkingDir %A_ScriptDir%

#G::

loop

{

Send {F10}

Send {F9}

Send ^{click right}

Sleep 500

GetKeyState, state,s

If state = D

Break

}

Exit

there's the script, something about second line missing a separator character

send me a pm or paste the new correct one as a reply thx

Link to comment
Share on other sites

#NoEnv

SendMode Input

SetWorkingDir %A_ScriptDir%

#G::

loop

{

Send {F10}

Send {F9}

Send ^{click right}

Sleep 500

GetKeyState, state,s

If state = D

Break

}

Exit

there's the script, something about second line missing a separator character

send me a pm or paste the new correct one as a reply thx

...and what version of AutoIt is that :-)

[size="1"][font="Arial"].[u].[/u][/font][/size]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...