Is there a bot that can change the passwords on my 1k accounts?

snakublee

Junior Member
Joined
Apr 29, 2011
Messages
156
Reaction score
10
Hi, I am looking for a bot that can login and change my hotmail password to a new password. Basically, I have 1k hotmail accounts, and I am looking for a fast way to change all the passwords to a new password. You can PM me if you would like or respond on this thread. Will give thanks for your help.
 
If you don't know imacros, zennoposter is the way to go. It is not free but it is very cheap for all it can do (which is everything imaginable). If you see a need for more automation in your future it is a wise investment.
 
Imacros
SeleniumIDE

both Can Do Your Job

With imacros, it can work, but how do you get around the "your account has been blocked" and you need to click, "skip this step?" Is there a way to complete this with imacros as well?
 
With imacros, it can work, but how do you get around the "your account has been blocked" and you need to click, "skip this step?" Is there a way to complete this with imacros as well?





You Need To Have Some VBScript Knowledge

Just Use Extract Command in Scripting Edition And Use If Then Statement

Something Like
PHP:
If Positionvariable ="your<SP>account<SP>has<SP>been<SP>blocked" Then

Do This 

Else Do That

End If
 
Back
Top