StatQuo Posted March 11, 2011 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
hannes08 Posted March 11, 2011 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]
prazetto Posted March 11, 2011 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
gigi1 Posted March 11, 2011 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
Moderators SmOke_N Posted March 11, 2011 Moderators 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.
Recommended Posts