Jump to content

need help with a script plz


 Share

Recommended Posts

each letter can be converted to an Ascii code.

So once you have a random number convert it to it's equivalent number. Am I clear? no?

$RandomNumber= Random ( 97,122,1)
$Letter= Chr ($RandomNumber)

this gets a random integer number between 97 and 122 (check the help file for the correct ascii table) and the converts it to a letter (lower case)

DrEvil

"When I get angry, Mr. Bigglesworth gets upset. And when Mr. Bigglesworth gets upset... people die!" --DrEvil

Link to comment
Share on other sites

so how would i get it to send a ramdon letter in notepad?

Look in the help files:

Send

Send Key List

(do some homework. we can help, but we won't do it for you)

EDIT : "Oops too slow" Good Luck!

Edited by DrEvil

"When I get angry, Mr. Bigglesworth gets upset. And when Mr. Bigglesworth gets upset... people die!" --DrEvil

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