Home
»
Imacros toàn tập
» [iMacros Script] Facebook: Signup Macro
[iMacros Script] Facebook: Signup Macro
Start Script
'you need to change highlighted in Red
VERSION BUILD=7401110 RECORDER=FXTAB T=1
URL GOTO=http://www.facebook.com/TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:reg ATTR=ID:firstname CONTENT=firstnameTAG POS=1 TYPE=INPUT:TEXT FORM=NAME:reg ATTR=ID:lastname CONTENT=lastnameTAG POS=1 TYPE=INPUT:TEXT FORM=NAME:reg ATTR=ID:reg_email__ CONTENT=email@email.comSET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:reg ATTR=ID:reg_passwd__ CONTENT=password'sex: 1 is female 2 is male, keep the % symbol
TAG POS=1 TYPE=SELECT FORM=NAME:reg ATTR=ID:sex CONTENT=%1
'birthmonth is 3 letters ex. Jan for January, keep the % symbol
TAG POS=1 TYPE=SELECT FORM=NAME:reg ATTR=ID:birthday_month CONTENT=%Nov'birthday_day is 1 number, keep the % symbol
TAG POS=1 TYPE=SELECT FORM=NAME:reg ATTR=ID:birthday_day CONTENT=%15'birthyear is 1 number, keep the % symbol
TAG POS=1 TYPE=SELECT FORM=NAME:reg ATTR=ID:birthday_year CONTENT=%1955TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:reg ATTR=VALUE:Sign<SP>Up
PROMPT Please<SP>Enter<SP>Captcha<SP>Code: !VAR1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:reg ATTR=ID:captcha_response CONTENT={{!VAR1}}
TAG POS=2 TYPE=INPUT:SUBMIT FORM=ID:reg ATTR=VALUE:Sign<SP>Up
End Script
0 nhận xét