Jump to content

Recommended Posts

Posted

I dont know entirely how autoit works but i got the basic send, sleep, and mousemove, and mouseclick commands down... how do i make it press and hold a button and then sleep kinda like

sendandhold(shift)

sleep(random(100, 200))

release(shift)

Yes i realize those commands dont work im just asking for the command or sumthing like that and yes the key im trying to use is shift. i just need the press and release commands. help would be much appreciated

Posted

Did you actually read the helpfile? You can change the delay for how long a key is held and you can do something like Send("{SHIFT UP}") on a few keys.

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