Giter VIP home page Giter VIP logo

microsoft-account-creator's Introduction

Microsoft/Outlook Account Creator

A fast and secure bot that creates Microsoft accounts.

Getting Started

The bot using the Puppeteer library that allows browser automation will perform all the steps written in the code that will allow the creation of Microsoft Accounts using REAL Italian Names/Surnames and REAL Italian words to make good passwords. I ran a lot of tests to know what is the best way to make the bot "less bot" possible (user agents, fingerprints, devices) but what I wrote in the code seems to be the best optimized form that can be created. The Captcha must be done manually but thanks to the optimization of the bot it is very simple.

IMPORTANT

Update Google Chrome to the latest version to have good quality account and easy captcha. Just go to chrome://settings/help for update or check Chrome Version.

Steps

  • Going to Outlook Register.
  • Putting a random email and names/surnames using real italian names.
  • Putting a random password using real italian words.
  • Putting a random birthday.
  • Manual Captcha.
  • Account Done.

Prerequisites

npm install puppeteer puppeteer-extra puppeteer-extra-plugin-stealth fs

Insert executablePath and userDataDir on lines 14 and 15.

Proxy

If you want to use proxies its very simple, just put these lines of code

'--proxy-server=ip:port'

under line 17 (dont forget the comma) and

await page.authenticate({
            username: "username",
            password: "password"
        })

under line 25.

microsoft-account-creator's People

Contributors

silvestrodecaro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.