Account Creator
Automate Rockstar Social Club account registration — open a browser, fill forms, verify via email, and save completed accounts.
Overview
The Account Creator automates the entire Rockstar Social Club account registration process. It launches an automated browser, fills in the registration forms with generated details, submits the form, waits for the verification email, verifies the account via IMAP, and saves the completed account credentials to a file. Failed accounts are logged separately for retry.
Prerequisites
emails.txtWorkflow
Here's the step-by-step flow the Account Creator follows for each email:
Load email accounts from emails.txt
Launch automated browser session
Fill registration form with random name, configured password, and random birth date
Submit form and wait for verification email
Verify account via IMAP — read and process the verification email
Save completed account to doneEmails.txt
If failed, save to failedAccounts.txt for later retry
Repeat for the next email in the list
Configuration Reference
All available configuration fields for the Account Creator:
| Field | Key | Type | Description |
|---|---|---|---|
| IMAP Server | imap_server | string | Email server address (e.g. imap.firstmail.ltd) |
| IMAP Port | imap_port | integer | IMAP port (default: 993) |
| Mysterium VPN | mysterium_vpn_enabled | boolean | Enable VPN IP rotation |
| VPN Path | mysterium_vpn_exe | string | Path to Mysterium VPN executable |
| IP Change Interval | vpn_switch_interval | integer | Change IP every N accounts |
| Reuse Failed | reuse_failed | boolean | Retry previously failed accounts |
| Name Prefix | name_prefix | string | Optional prefix for generated names |
| Default Password | social_pass | string | Password for created accounts |
| Random Passwords | random_social_pass | boolean | Generate random passwords instead |
| Save Default Password | save_social_pass | boolean | Include password in output file |
| Registration URL | registration_url | string | Rockstar registration page URL |
| Max Retries | max_retries | integer | Maximum retry attempts per account |
| Timeout | timeout_default | integer | Default timeout in seconds |
| Page Load Timeout | page_load_timeout | integer | Browser page load timeout in seconds |
| Birth Year Range | birth_year_range | string | Range for random birth year (e.g. "1985,2003") |
Input / Output Files
emails.txt
Input — one account per line: email:password
doneEmails.txt
Output — successfully created accounts: email:emailpass:socialpass
failedAccounts.txt
Output — accounts that failed during creation
# emails.txt — example input
john.doe@firstmail.ltd:MyP4ssw0rd
sarah99@firstmail.ltd:S3cur3Pass
max.muster@firstmail.ltd:An0therPw
# doneEmails.txt — example output
john.doe@firstmail.ltd:MyP4ssw0rd:RockStar_Pw1
sarah99@firstmail.ltd:S3cur3Pass:RockStar_Pw2