Type every combination of 2x A-Z/0-9 characters

I would like a script which can type every 2 character combination of a-z and 0-9 (also including "_", but still only 2 chars), followed by a pause and another action to stop script if something is detected on screen: similar to cracking a 2 letter code and checking for an onscreen response. I know how to do the screen check after every input of 2 characters, however I dont know how to go about writing script modules which would progressively type every combination of 2 characters. thanks!

When in doubt, the simplest way is often the best:

image

this worked great, thanks Peter!

1 Like

As Peter has answered the easy starter question,
now ask him a difficult one. :slight_smile: