StatQuo Posted March 11, 2011 Share Posted March 11, 2011 (edited) hi, i need help in script - it must write to notepadabcde...aaabac...aaaaab... and go on to max 22 charactersInc. all ascii charactersHelp Edited March 11, 2011 by StatQuo Link to comment Share on other sites More sharing options...
hannes08 Posted March 11, 2011 Share Posted March 11, 2011 Hi StatusQuo, check out the chr() functions in the helpfile. The rest is a matter of loops. But it will take some time to compute all these combinations... Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler] Link to comment Share on other sites More sharing options...
prazetto Posted March 11, 2011 Share Posted March 11, 2011 Like similar to writing a Brute Force Attack script ? # Button. Progressbar - Graphical AutoIt3 Control (UDF) # GTK on AutoIt3 - GTK+ Framework | Widgets cig computer instruction graphics http://code.hstn.me Link to comment Share on other sites More sharing options...
gigi1 Posted March 11, 2011 Share Posted March 11, 2011 oh, and also check if Notepad.exe can handle so many characters. i think it has a limit, and about 27^22 (or 21^22 or x^22 depending on what alphabet you are using) characters could be too much for it Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted March 11, 2011 Moderators Share Posted March 11, 2011 Not sure you have the life expectancy to wait for such a thing to finish. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
Recommended Posts