[GET] iMacros Hotmail Bot

ardley216

Elite Member
Joined
Mar 28, 2008
Messages
2,389
Reaction score
2,418
Basically I barely know iMacros. I have only made a few bots, but I thought I would share this with you.

It's a short iMacros script that will sign up for you, give you a captcha prompt, and hit enter. All you need to do is make a CSV file with the details in, and put it into datasource folder.

Code:
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
SET !DATASOURCE hotmail.csv
SET !DATASOURCE_COLUMNS 5
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO=https://signup.live.com/signup.aspx?wreply=http:%2F%2Fmail.live.com&id=64855&mkt=en-GB&lic=1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:imembernamelive CONTENT={{!COL1}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:NoFormName ATTR=ID:iPwd CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:NoFormName ATTR=ID:iRetypePwd CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:iAltEmail CONTENT={{!COL3}}
TAG POS=1 TYPE=DIV ATTR=ID:iPhoneHint
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:iFirstName CONTENT={{!COL4}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:iLastName CONTENT={{!COL5}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:iZipCode CONTENT=[CHANGE]<SP>[THIS zipcode]
TAG POS=1 TYPE=INPUT:RADIO FORM=ID:SignUpForm ATTR=ID:iGenderMale
TAG POS=1 TYPE=SELECT FORM=NAME:NoFormName ATTR=ID:iBirthDay CONTENT=%3
TAG POS=1 TYPE=SELECT FORM=NAME:NoFormName ATTR=ID:iBirthMonth CONTENT=%3
TAG POS=1 TYPE=SELECT FORM=NAME:NoFormName ATTR=ID:iBirthYear CONTENT=%1950
PROMPT captcha !VAR1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:iCdHIPBInput0 CONTENT={{!VAR1}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:I<SP>accept


Just change this line:
Code:
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:iZipCode CONTENT=[CHANGE]<SP>[THIS zipcode]
To what ever postcode/zipcode you want. you can add it as another column if you like.


The template for the CSV will be like this

Code:
randomusername314134	password	[email protected]	firstname	lastname

Anyone with iMacros should find this very easy to use. I don't know how to do proxy support, but I just created another macro (not imacros) to switch proxies and press begin imacros again, works good for me :)

Thanks and/or rep would be nice, but just enjoy the script :)
 
Oh and on another note, I also created another macro that forwards all newly created hotmail accounts to one main account. I might share that later. Anyway, back to work for me :D
 
Oh and on another note, I also created another macro that forwards all newly created hotmail accounts to one main account. I might share that later. Anyway, back to work for me :D

I would be ELATED if you could post this one as well!
 
Just trying to fix some bugs.

I DID have this added on the end of the macro, but the id's of what ever it needs is different according to each hotmail account, so it did not work.

Code:
TAG POS=1 TYPE=A ATTR=TXT:change<SP>your<SP>settings
FRAME F=1
TAG POS=1 TYPE=A ATTR=TXT:Hotmail
FRAME F=1
TAG POS=1 TYPE=A ATTR=TXT:Email<SP>forwarding
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:options.aspx?subsection=32&n=1700841082 ATTR=ID:ctl06_AddressTextBox CONTENT=[[email protected]]
TAG POS=1 TYPE=INPUT:BUTTON FORM=ID:Form1 ATTR=ID:ctl06_SaveButton
TAG POS=1 TYPE=A ATTR=ID:c_signout

There are other ways to get to this page though. I will have a little play around. Glad someone has found it useful though! :D
 
Just trying to fix some bugs.

I DID have this added on the end of the macro, but the id's of what ever it needs is different according to each hotmail account, so it did not work.

Code:
TAG POS=1 TYPE=A ATTR=TXT:change<SP>your<SP>settings
FRAME F=1
TAG POS=1 TYPE=A ATTR=TXT:Hotmail
FRAME F=1
TAG POS=1 TYPE=A ATTR=TXT:Email<SP>forwarding
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:options.aspx?subsection=32&n=1700841082 ATTR=ID:ctl06_AddressTextBox CONTENT=[[email protected]]
TAG POS=1 TYPE=INPUT:BUTTON FORM=ID:Form1 ATTR=ID:ctl06_SaveButton
TAG POS=1 TYPE=A ATTR=ID:c_signout

There are other ways to get to this page though. I will have a little play around. Glad someone has found it useful though! :D

Day, Made. I really appreciate this. I'm sure there are some great automated tools out there, but this is perfect for the aided manual process I was looking for.

Thank you for this! Rep given!
 
do you got any idea how to make multiple hotmail accounts with 1 imacro script getting the usernames and other details in a list (csv)?

I wish there is something like that.. That it orderly creates an account for a list of users in the csv file and will it be possible to change proxies every time a new user is to be created?
 
Day, Made. I really appreciate this. I'm sure there are some great automated tools out there, but this is perfect for the aided manual process I was looking for.

Thank you for this! Rep given!


Thanks, you can edit it to make it work better, it's actually very easy to automate stuff in iMacros.


@pasenseoso, yes, just pull down the columns so you have let say 100 rows of data in 5 columns.

Now with proxies, I just switch proxy every 3 accounts made. I automate this with a mouse macro ( I use jitbit).

It's not a full on account maker, but it does the job for me
 
I see..

But can you give me an example of how to cycle through the list in the csv file? I tried doing one but it just creates an account for 1 particular row of data and of course gives an error at signup because it has already been previously made. I discarded the imacros code and i can't show you how the code looks like.

it should make accounts for

1. kylemagsanoc hey53467g
2. edwardomondarte kjs34d33
3. simonedimaguiba 8734dt34

but instead, the macro keeps on trying to create an account for kylemagsanoc..

any ideas?
 
Right so you got a csv file with all your data in the columns,

Code:
randomusername314134	password	[email protected]	firstname	lastname
randomusername23523  password   [email protected]      firstname    lastame
ETC
ETC

Then when you click play, you see "repeat macro" under that you see a box labelled max, put that as 10 or what ever... and click "play (loop)"

Done! :)
 
very nice, but why would one need to make so many hotmail accounts?
 
i getting this error:
RuntimeError: Data source file does not exist, line: 3 (Error code: -930)

Well, i created the csv file, and i put this:

myuser,password,random.at.gmail,first,last .

I tried to replace comma to space, but doesnt work =(
 
line3:
Code:
SET !DATASOURCE hotmail.csv

did you name the file hotmail.csv?
did you put it in the right folder?
 
Yep, it's all very useful, I recommend that people (in general) should learn Imacros)
 
No problem. But does anyone have a better solution with changing Proxies?
 
does any one have youtube/google account signup auto complete imacro script ??
 
Back
Top