Hi all. What i want is a bit hard to explain cuz my english is not so good so i'll try 'pseudo-code'. So i will have a program autoit written which will ask for a password ( an InputBox ) in order to continue the execution of the next lines in the script when i will double-click it. And i want to have many passwords holded into an array which will be in a random changing as long as the inputbox is shown. Something like:
While InputBox('security etc.)
Set $password='pass1'
Sleep(10000)
Set $password='pass2'
and like that, at every 10 seconds i want to have an other password to match with the one of the inputbox. Is hard for me to explain cuz my english is not so good but if someone got my point please help me.
While InputBox('security etc.)
Set $password='pass1'
Sleep(10000)
Set $password='pass2'
and like that, at every 10 seconds i want to have an other password to match with the one of the inputbox. Is hard for me to explain cuz my english is not so good but if someone got my point please help me.