Jump to content

Simple Controlsend


Recommended Posts

Ok so basicly i got a game running i want to send a key to be held for 30 mins which is c but while i doing other things on the computer this it what i try to do so far but no luck.

While 1
    $hWin = WinGetHandle("S4 Client")
    Controlsend($hWin, "", 0x0001008A, "{c down}")
    sleep(18000000)
    Controlsend($hWin, "", 0x0001008A, "{c up}")
WEnd
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...