Cage

Cage Service Docs

Documentation Hub

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:

Download Full (.rar) EXE Only

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.

Recommended: Add 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.

If these settings are not configured correctly, the Code Redeemer will fail to find buttons and click on wrong elements. This does not apply to the Account Creator or Password Merger.

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.

If you don't have a license yet, visit the Cage Service shop and purchase one before proceeding.

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.

ProviderIMAP ServerPort
firstmail.ltdimap.firstmail.ltd993
zmailservice.comimap.zmailservice.com993

Set the IMAP Server and IMAP Port fields in your tool's configuration panel before starting.

Make sure IMAP access is enabled on your email provider. Some providers require you to activate it in your account settings first.

5. Preparing Input Files

RockTool reads input from plain text files placed in the same directory as the executable.

FileFormatUsed By
emails.txtOne account per line: email:passwordAccount Creator
doneEmails.txtemail:emailpass:socialpassCode Redeemer
codes.txtOne activation code per lineCode Redeemer
readyAccounts.txtemail: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_Pw2
Make sure all input files are placed in the same directory as RockTool.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.

VPN is optional but highly recommended for the Account Creator tool to rotate your IP and avoid detection.

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)
Output files are created automatically by RockTool. You only need to provide the input files before running a tool.

Next Steps