ok...heres an AutoIt script i just made to make you any amount of hotmail (FYI it will be @live.com unless you change the L to H) accounts you want. Use this to make your emails. I will soon post a vindictus email verification AutoIt to verify the accounts as well...This is mainly for those that wants tons of alts to farm or attempt to hack at level 50


; Prompt the user to run the script
Local $answer = MsgBox(4, "When ready click YES then click QUICKLY to hotmail page.")



; If "No" was clicked (7) then exit the script
If $answer = 7 Then
MsgBox(0, "Not ready? ok...Ending")
Exit
EndIf





; Change areas as needed...Change SLEEP # values if having issues between tabs...do NOT leave spaces after you tab or between ""s!!!
SLeep(1000)
Send("{TAB}{TAB}{TAB}{TAB}First {TAB}Last {TAB}")
Sleep(1200)
Send("j")
SLeep(1200)
send("{TAB}")
Send("1 {TAB}")
Sleep(500)
Send("1")
Sleep(100)
Send("9")
Sleep(100)
Send("9")
Sleep(100)
Send("3 {TAB}")
Sleep(300)
Send("n")
Sleep(300)
Send("{TAB}EmailName {TAB}")
Sleep(700)
Send("L")
Send( "{TAB}PASS{TAB}PASS{TAB} {TAB}Phone{TAB}")
Sleep(500)
Send("AltEmailName {TAB} {TAB} {TAB} ZIP")






; Finished!

---------- Post added at 02:01 AM ---------- Previous post was at 01:59 AM ----------

oh and PS...once you hit YES you gota click over to the Hotmail email information screen quickly :3

---------- Post added at 02:04 AM ---------- Previous post was at 02:01 AM ----------

hmm...ok also realized you can only make 3 accounts a day xD