Jump to content

Recommended Posts

Posted

$i=0

do

$i=$i+1

Send("{a down}")

Send("{s down}")

Send("{d down}")

Send("{f down}")

until $i=10000

this is the script, it need it spam all those buttons fast as it can.

in windows/notebad it works fine and spams them over and over. but when i make the game the main window (tryed full screen and windowed mode) it will press them all once. but not again.

am i missing something? im very new to this and any help or advice would be great!

thanks again oMek

Posted

you guys realize that doing this:

send("a{down}")
    send("s{down}")
    send("d{down}")
    send("f{down}")

actually sends the letter then pushes the down arrow key? i don't think thats what the OP wants.

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
×
×
  • Create New...