There's only 4 things you need to change. They're in RED
' ------------------------------------------ Start Script ----------------------------------------
'you need to change highlighted in Red
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
URL GOTO=http://www.squidoo.com/member/registration
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:registrationForm ATTR=ID:email_address CONTENT=EMAILADDRESS
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:registrationForm ATTR=ID:username CONTENT=USERNAME
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:registrationForm ATTR=ID:member_password CONTENT=PASSWORD
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:registrationForm ATTR=ID:member_password_confirmation CONTENT=PASSWORD
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:registrationForm ATTR=ID:accept_lmtos CONTENT=YES
PROMPT Please<SP>Enter<SP>Captcha<SP>Code: !VAR1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:registrationForm ATTR=ID:_squidcap_e CONTENT={{!VAR1}}
TAG POS=1 TYPE=BUTTON ATTR=ID:continue2
TAG POS=1 TYPE=A ATTR=TXT:Squidoo
'NOTE: You can remove the line below if you don't want it to sign out. Keep it if you are running a loop for multiple accounts.
TAG POS=1 TYPE=A ATTR=TXT:Log<SP>Out
' ------------------------------------------- End Script ----------------------------------------