Saturday, January 18, 2014

Imacro Script For Secure G mail Login

Hay Guys good day,today i give you best code in imacro. run this code in your imacro and enjoy.You can download iim file from link is given below,


URL GOTO=https://www.google.com/accounts/ServiceLogin?service=mail
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://www.google* ATTR=ID:Email CONTENT=<YOUR GMAIL LOGIN>
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:https://www.google* ATTR=ID:Passwd CONTENT=<YOUR GMAIL PASSWORD>
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:https://www.google* ATTR=ID:PersistentCookie CONTENT=NO
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:https://www.google* ATTR=NAME:signIn
'Switch to HTTPS
URL GOTO=https://mail.google.com/mail

No comments:

Post a Comment