iMacros Twitter Account Creator

Joined
Aug 20, 2009
Messages
24
Reaction score
8
Script does the following:

Choose random username
Fill Twitter signup form
Save username/password to .txt file
Pops up box for you to enter captcha
Submits signup
Logs out, starts process again

It's great for creating a lot of accounts quickly. You only have to input captcha.

Code:
VERSION BUILD=6801021     
TAB T=1            
'
SET !ERRORIGNORE YES
SET !DATASOURCE Address.txt
'
SET !EXTRACT_TEST_POPUP NO   
'
URL GOTO=http://www.userident.com/     
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:NoFormName ATTR=ID:RadioGroup1_0&&VALUE:1 CONTENT=YES 
TAG POS=1 TYPE=SELECT FORM=NAME:NoFormName ATTR=ID:howMany CONTENT=0 
TAG POS=1 TYPE=SELECT FORM=NAME:NoFormName ATTR=ID:library CONTENT=1 
TAG POS=1 TYPE=INPUT:BUTTON FORM=NAME:NoFormName ATTR=ID:getResultsBut  
WAIT SECONDS=1
TAG POS=1 TYPE=TEXTAREA FORM=NAME:NoFormName ATTR=ID:result EXTRACT=TXT
'
URL GOTO=https://twitter.com/signup
'
SET !VAR1 {{!EXTRACT}}
ADD !VAR1 {{!NOW:nn}}
'
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:*name* CONTENT={{!VAR1}}
'
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:user[screen_name] CONTENT={{!VAR1}}
'
TAG POS=1 TYPE=INPUT:PASSWORD FORM=* ATTR=ID:user_user_password CONTENT={{!VAR1}}{{!NOW:hhnn}}
'
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:*email* CONTENT={{!VAR1}}{{!NOW:hhnn}}
'
SET !EXTRACT NULL
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/account/create ATTR=ID:user_screen_name EXTRACT=TXT 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/account/create ATTR=ID:user_email EXTRACT=TXT 
'
SAVEAS TYPE=EXTRACT FOLDER=* FILE=twitterusername.txt
'
WAIT SECONDS=1
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=NAME:*email* CONTENT={{!VAR1}}{{email}} 
'
WAIT SECONDS=5
PROMPT Please<SP>enter<SP>captcha: !VAR2 
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=ID:recaptcha_response_field CONTENT={{!VAR2}}
'
TAG POS=1 TYPE=INPUT:SUBMIT FORM=* ATTR=NAME:* 
'
URL GOTO=https://twitter.com/ 
WAIT SECONDS=5    
TAG POS=1 TYPE=A ATTR=ID:sign_out_link
 
mate it does not work pretty well the email part when creating the account does not work
 
Last edited:
how do we actually play this file do we need a plug in or something like that?

You need to get iMacros then just paste this into a text file and save it and run it through the program
 
I forgot to mention, this is for the full version of the program, I don't know if it works with the Firefox extension.
 
I have created twitter account creator using imacros, proxy too mozilla add on and yopmail.It is working fine.
 
Back
Top