Setup Guide
Everything you need to download, install, and configure RockTool before using any of its tools.
1. Download & Installation
Download RockTool using one of the options below:
No installation required — RockTool is a portable executable. Just place it anywhere and run it.
Windows may flag it with SmartScreen on first launch. Click "More info" → "Run anyway" to proceed.
RockTool.exe to your antivirus exclusion list to prevent false-positive detections.2. System Settings (Required for Code Redeemer)
The Code Redeemer uses image recognition to automate the Rockstar Launcher. These settings must be configured before using it:
Set your Windows display scaling to 150%: Go to Settings → System → Display → Scale and select 150%.
Set the Rockstar Games Launcher language to English: Open the Launcher, go to Settings → Language and select English.
3. First Launch & Login
Launch RockTool.exe — you'll see the login screen.
Register a new account or log in with your existing credentials.
A valid license is required to use RockTool. Purchase one at cageservice.net.
After logging in, you'll see the main dashboard with tool selection — choose the tool you want to use.
4. IMAP Email Configuration
Most RockTool features require IMAP access to read verification emails. You'll need to configure your email provider's IMAP server settings.
| Provider | IMAP Server | Port |
|---|---|---|
| firstmail.ltd | imap.firstmail.ltd | 993 |
| zmailservice.com | imap.zmailservice.com | 993 |
Set the IMAP Server and IMAP Port fields in your tool's configuration panel before starting.
5. Preparing Input Files
RockTool reads input from plain text files placed in the same directory as the executable.
| File | Format | Used By |
|---|---|---|
| emails.txt | One account per line: email:password | Account Creator |
| doneEmails.txt | email:emailpass:socialpass | Code Redeemer |
| codes.txt | One activation code per line | Code Redeemer |
| readyAccounts.txt | email:oldpass:newpass (optionally :2fasecret) | Password Merger |
# emails.txt — email accounts for Account Creator
john.doe@outlook.com:MyP4ssw0rd
sarah99@hotmail.com:S3cur3Pass
# doneEmails.txt — created accounts for Code Redeemer
john.doe@outlook.com:MyP4ssw0rd:RockStar_Pw1
sarah99@hotmail.com:S3cur3Pass:RockStar_Pw2RockTool.exe.6. VPN Setup (Optional)
RockTool supports Mysterium VPN for automatic IP rotation during account creation. This is optional but recommended to avoid rate-limiting.
Download and install Mysterium VPN.
Set the VPN executable path in the tool configuration, e.g. C:\Program Files\...\myst.exe.
Configure Change IP Every (accounts) to set how often the VPN rotates your IP address.
7. File Structure Overview
Here's the complete file layout you'll see after using RockTool:
RockTool/
├── RockTool.exe
├── emails.txt (input: email:password — Account Creator)
├── codes.txt (input: activation codes — Code Redeemer)
├── doneEmails.txt (output: created accounts — Account Creator → Code Redeemer)
├── failedAccounts.txt (output: failed accounts)
├── failedCodes.txt (output: failed activation codes)
├── usedCodes.txt (output: redeemed codes)
├── readyAccounts.txt (output: redeemed accounts → Password Merger)
└── changedAccounts.txt (output: password-changed accounts)