StatQuo 0 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 Share this post Link to post Share on other sites
hannes08 39 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] Share this post Link to post Share on other sites
prazetto 11 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 Share this post Link to post Share on other sites
gigi1 0 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 Share this post Link to post Share on other sites
SmOke_N 211 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. Share this post Link to post Share on other sites