Jump to content

key send doesn't work on a program/game


Recommended Posts

function like Send("whatever") to the game window, doesn't work at all. except for mouse macro like MouseClick function. in short, the only macro that works, that is mouse macro.

i tried several other macro programs(other than autoit), gives the same result. somehow this game maybe have kinda protection...

so, perhaps anyone could give some idea, how to solve this matter? any hint/tips...?

Link to comment
Share on other sites

I've noticed that sometimes just a Send("{SPACE}") seems to be 'too fast' for a game to catch, although knowing how events work, I don't see how this could be the case.

I've found a workaround by using:

Send("{SPACE down}")
Sleep(50)
Send("{SPACE up}")

This usually does the trick.

Cheers.

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...