Appearance
Profiles
Profiles store the personal and address information used during checkout. They are organized into groups and can be used with any store.
Creating Profiles
Click Create Profile within a profile group. The form has the following sections:
Basic & Payment
Profile Name, Email, Phone Number, First Name, Last Name, and card details (Card Number, Expiry, CVV -- used for Shopify checkout).
Shipping Address
Address, House Number, City, Region, ZIP, Country. A searchable country dropdown is provided.
Billing Address
Check "Same as shipping" to use the shipping address for billing. Uncheck to enter a separate billing address and billing name.
Several stores support separate billing addresses (Lidl, Alza, Pagro, HHV, and others). If billing is left empty, shipping is used automatically.
Other
- Mueller Store ID -- Numeric store code for Click and Collect orders (e.g.
3759). Find it on the Mueller website in the store details or URL. - VAT ID (UST-IDNr.) -- VAT number for Games Island and Alza business checkout. Leave empty for personal checkout.
- Discord Webhook URL -- Per-profile webhook override. If set, checkout notifications for this profile are sent here instead of the global webhook.
Jig System
Jigs are placeholders in profile fields that get replaced with random data at checkout time. Your saved profile is never modified.
RANDOM Name
Set First Name or Last Name to RANDOM. Replaced with a random name from a built-in list at each checkout.
XXX / xxx Address
Include XXX in the Address field for 3 random uppercase letters, or xxx for 3 random lowercase letters. Example: Musterstrasse XXX becomes Musterstrasse QKV.
@domain Email
Set Email to just a domain like @gmail.com. The bot generates firstnamelastname + random digits + @gmail.com. Works with RANDOM name jigs -- the generated name is used in the email.
RANDOM Phone
Set Phone Number to RANDOM. Generates a country-aware mobile number based on the profile's Shipping Country (e.g. +49 17XXXXXXXXX for Germany).
Note: Some stores (like Alza) validate phone numbers server-side. RANDOM generates fake numbers that may be rejected. Use the X jig instead (see below).
X / x Phone Jig
Set Phone Number to a real prefix with X or x placeholders for random digits. Each X is replaced with a random digit (0-9) at checkout.
Example: +491762010XXXX becomes +491762010 + 4 random digits (e.g. +4917620103847).
This is useful for stores like Alza that validate phone numbers -- use your real number prefix and randomize only the last few digits.
You can combine all jigs in one profile for a fully randomized identity on every checkout.
CSV Import and Export
Use the Export button to download all profiles in a group as CSV. Use Import to add profiles from a CSV file. The format is compatible -- export, edit in a spreadsheet, and re-import.