Code Redeemer
The Code Redeemer automates the process of redeeming activation codes (game keys) on Rockstar accounts through the Rockstar Games Launcher. It cycles through accounts and codes, handling login, code entry, and verification automatically.
Prerequisites
Rockstar Games Launcher installed
Account list (from Account Creator or manual)
Activation codes in codes.txt
IMAP access for email verification
Windows display scaling set to 150%
Rockstar Launcher language set to English
The Code Redeemer uses image recognition to navigate the Launcher. You must set your Windows display scaling to 150% and the Launcher language to English for it to work correctly.
Workflow
Load accounts from doneEmails.txt or emails.txt.
Load activation codes from codes.txt.
Open the Rockstar Games Launcher.
Log into the account and handle email verification via IMAP.
Navigate to the code redemption screen.
Enter and submit the activation code.
Save the used code to usedCodes.txt.
Log out and repeat with the next account/code pair.
Configuration Reference
| Field | Key | Type | Description |
|---|---|---|---|
| IMAP Server | imap_server | string | Email server address |
| 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 failed accounts |
| Default Password | social_pass | string | Account password |
| Save Default Password | save_social_pass | boolean | Include password in output |
| Launcher Path | launcher_path | string | Path to Rockstar Launcher (default: C:\Program Files\Rockstar Games\Launcher\Launcher.exe) |
| Max Retries | max_retries | integer | Maximum retry attempts |
| Timeout | timeout_default | integer | Default timeout in seconds |
Account Format
Accounts in doneEmails.txt use colon-separated fields:
email:emailpassword:socialpasswordcodes.txt Format
Place one activation code per line in codes.txt:
XXXX-XXXX-XXXX-XXXX
YYYY-YYYY-YYYY-YYYY
ZZZZ-ZZZZ-ZZZZ-ZZZZInput / Output Files
| Direction | File | Description |
|---|---|---|
| Input | doneEmails.txt | Accounts to use for code redemption |
| Input | codes.txt | Activation codes to redeem |
| Output | readyAccounts.txt | Successfully redeemed accounts |
| Output | usedCodes.txt | Successfully redeemed codes |
| Output | failedAccounts.txt | Accounts that failed redemption |
| Output | failedCodes.txt | Codes that failed to redeem |
Tips
Do not interact with the Rockstar Launcher while the tool is running.
Make sure the Launcher path is correct — the default works for standard installations.
Each code is used once and moved to
usedCodes.txt after redemption.