Jump to content

Random keys


Recommended Posts

How would I make AutoIt3 input a random send command?

For example

Send("{RANDOM}") (just an idea)

Send("{RANDOM}")

Send("{RANDOM}")

Send("{RANDOM}")

The outcome would be ojq (random keys)

Are there any methods for doing something like this?

Basically I want it to come up with a randomly generated letter and send it

Help? Thanks.

I got it to work with numbers, but not letters... which is what I need.

Edited by John404
Link to comment
Share on other sites

Thank you.

@JohnOne Yeah that helped! /sarcasm

I'm afraid your sarcasm is rather poor, it's unneeded anyway.

If you can send random numbers, then you can send a random character ( Chr() )

Send(Chr(Random(65,90,1)))

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

  • Moderators

Thank you.

@JohnOne Yeah that helped! /sarcasm

No better way to ensure you will receive no further assistance ;)

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

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