Register

BlackHatProTools :: The Best Private Black Hat SEO Forum - Premium SEO Tools, SEO Tutorials, E-Commerce Forum, Best CPA Niches, Making Money Online Methods, Backlinks, Affiliate Marketing, Dropshipping & Elite Proxies!

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.


BHPT VIP



Make Money Method Rolex

Results 1 to 9 of 9
  1. #1
    βaZuReX ELITE TEAM



     REPUTATION
    29074

    Join Date
    Mar 2013
    Posts
    2,732

    [GET] Proton Mail Account Creator Bot Create Unlimited Protonmail Proton.me Accounts




    Proton Mail Account Creator Bot - Create Unlimited Protonmail Proton.me Accounts


    This is powerful bot that allows users to create multiple ProtonMail accounts, with the ability to use proxies and specify the number of accounts you wish to create. The bot also includes options for specifying email addresses, username lengths, and password complexity requirements.

    Additionally, it supports various types of authentication methods such as OAuth2, OpenID Connect, and SAML.

    Supports both extensions protonmail.com and proton.me


    DOWNLOAD LINKS & INSTALLATION :

    ** Exclusive VIP MEMBERS Content: Reply to see the content **

    Click here to become VIP Member to download or access it!
    ☆ βaZuReX ELITE TEAM ☆



    Sharing Vintage & No-Longer For Sale Tools

  2. #2
    V.I.P Premium Member


     REPUTATION
    101

    Join Date
    Jun 2014
    Posts
    925

    Thanks for sharing proton pva bot.
    SEO Expert / Strategist
    skype: bc090402913
    WhatsApp: +92-312-4100850

    Need help! Get in touch.

  3. #3
    V.I.P Premium Member


     REPUTATION
    348

    Join Date
    Mar 2024
    Posts
    48

    thanks for this lets hope it works. it would be the first out of about 75 links that did work

  4. #4
    V.I.P Premium Member


     REPUTATION
    5

    Join Date
    Apr 2024
    Posts
    35

    Let´s check

  5. #5
    V.I.P Premium Member


     REPUTATION
    25

    Join Date
    Dec 2018
    Posts
    808

    Very thanks man.

  6. #6
    V.I.P Premium Member


     REPUTATION
    25

    Join Date
    Dec 2018
    Posts
    808

    from selenium import webdriver
    from selenium.webdriver.common.keys import Keys
    import time

    # Function to initialize the WebDriver
    def init_driver():
    # Replace 'chromedriver' with the path to your WebDriver
    driver = webdriver.Chrome('chromedriver')
    return driver

    # Function to create a single account
    def create_account(email, password, driver):
    driver.get("https://mail.protonmail.com/create/new?language=en")
    time.sleep(5) # Wait for the page to load

    # Filling out the account creation form
    email_input = driver.find_element_by_id("username")
    email_input.send_keys(email)

    password_input = driver.find_for_element_by_id("password")
    password_input.send_keys(password)

    confirm_password_input = driver.find_element_by_id("passwordc")
    confirm_password_tmp = password # Ensure this is the same as the initial password
    confirm_password_input.send_keys(confirm_password_ tmp)

    # Accept terms and conditions and submit the form
    terms_checkbox = driver.find_element_by_xpath('//*[@id="tos"]')
    terms_checkbox.click()

    create_button = driver.find_element_by_xpath('//*[@id="createAccount"]')
    create_button.click()

    # Add necessary checks and/or waits here

    # Function to create multiple accounts
    def create_multiple_accounts(num_accounts):
    driver = init_driver() # Start the browser driver
    try:
    for i in range(num_accounts):
    email = f"user{i}@protonmail.com" # Replace with appropriate email generation
    password = "password123" # Replace with appropriate password generation
    create_account(email, password, driver)
    print(f'Account {i+1} of {num_accounts} created.')
    time.sleep(10) # Pause between creations to prevent blocking
    finally:
    driver.quit() # Ensure the browser is closed after execution

    # Example usage
    create_multiple_accounts(5)


    Important Notes:
    Automation and Policy: Ensure you comply with ProtonMail's Terms of Service when automating actions on their site. Account creation automation generally violates the Terms of Service of many services.

    WebDriver: You will need to download a WebDriver that corresponds to the browser you intend to use and update the path in the script accordingly.

    Script Dynamics: This example does not handle all dynamic elements on the site, such as CAPTCHAs or email confirmations that might be required in the account creation process.

  7. #7
    V.I.P Premium Member


     REPUTATION
    5

    Join Date
    Dec 2021
    Posts
    47

    Thanksssssssss

  8. #8
    V.I.P Premium Member


     REPUTATION
    5

    Join Date
    Oct 2020
    Posts
    425

    Very thanks man.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Back to Top