Account
—
Plan
—
Bot status
—
Actions
Terminates the active bot session immediately. Use this if your bot crashed and another machine is blocked from connecting.
Documentation
Setup guides and references.
General
Getting Started
Create tasks
Proxies
Sites
Zalando
Courir
Nike
Footlocker
Solebox
B4B
BSTN
Shopify
Download the bot
Go to the Account page and click Download bot. Save luxor.exe in a dedicated folder — for example Desktop\Luxor\.
Create the inputs/ folder
Next to the .exe, create a folder named inputs/. This is where the bot looks for your files at every launch. Your workspace should look like this:
├── luxor.exe
└── inputs/
├── tasks.csv
└── proxies.txt
Add your files
Place your CSV file inside inputs/. Each row in the CSV is one task. Optionally, add a proxy file (.txt, one proxy per line) — you can skip proxies at launch if you don't have any.
Launch
Double-click luxor.exe. The bot will list the files found in inputs/ and ask you to pick your CSV, then your proxy file. Enter 0 to skip proxies — though this is not recommended as most sites will quickly flag requests without proxies.
What is a task?
A task is one purchase attempt — one product, on one site. If you want to run 3 attempts on the same product, that's 3 tasks.
Open your task file
We recommend SmoothCSV — a free, lightweight editor made specifically for CSV files. Each row will be one task. The first row must contain the column names exactly as shown — the bot reads them to know what each value means.
Fill in the columns
Every task needs these core fields:
MODE → how the bot runs — use normal unless told otherwise
EMAIL → the account email for that site
PASSWORD → the account password
URL → the full product page link
SIZE → the shoe size to target (e.g. 42 or 42.5)
Save and place the file
Once your rows are filled in, save the file. In SmoothCSV: File → Save. Name it tasks.csv and place it in your inputs/ folder.
What is a proxy?
A proxy is an intermediary server that routes your requests through a different IP address. When the bot sends a request to a site, the site sees the proxy's IP — not yours. This is essential because most sites block or heavily restrict accounts and purchases coming from the same IP address.
Why do I need them?
Running multiple tasks from the same IP is the fastest way to get banned. Proxies let each task appear to come from a different location, making your activity look natural to the site. Running without proxies is not recommended — especially on drops where many tasks run simultaneously.
How the bot assigns proxies
The bot assigns proxies in order — line 1 goes to task 1, line 2 to task 2, and so on. If you have more tasks than proxies, the bot loops back to the start of the list. For best results, use one proxy per task.
─────────────── ─────────────
proxy 1 ──────────→ task 1
proxy 2 ──────────→ task 2
proxy 3 ──────────→ task 3
proxy 1 ──────────→ task 4 (loops)
Proxy format
Each line in your proxies.txt must follow this format:
Required columns
Each Zalando task needs the following columns. MODE must be present in the header but left empty — Zalando only has one mode.
MODE → (leave empty)
URL → full product page URL
SIZE → EU size (e.g. 42 or 42.5)
SHIPPING_FIRSTNAME → first name
SHIPPING_LASTNAME → last name
SHIPPING_ADDRESS_1 → street name
SHIPPING_HOUSENUMBER → house number
SHIPPING_POSTCODE → postal code
SHIPPING_CITY → city
SHIPPING_PHONENUMBER → phone number
SHIPPING_STATE → region / state
SHIPPING_COUNTRY_CODE → country code (e.g. FR, DE, ES)
EMAIL → Zalando account email
PASSWORD → account password
PAYMENT_METHOD → paypal or giftcard
DISCOUNT_CODE → promo code (optional)
Gift card field
If PAYMENT_METHOD is giftcard, fill this column:
CREDIT_CARD empty when using paypal.Notifications
Example row
A complete Zalando task with PayPal payment:
MODE → (empty)
URL → https://www.zalando.fr/nike-air-max-90-ni111s04f-a11.html
SIZE → 42
SHIPPING_FIRSTNAME → John
SHIPPING_LASTNAME → Doe
SHIPPING_ADDRESS_1 → Rue de Rivoli
SHIPPING_HOUSENUMBER → 12
SHIPPING_POSTCODE → 75001
SHIPPING_CITY → Paris
SHIPPING_PHONENUMBER → 0612345678
SHIPPING_STATE → Île-de-France
SHIPPING_COUNTRY_CODE → FR
EMAIL → john.doe@example.com
PASSWORD → MyPassword123!
PAYMENT_METHOD → paypal
DISCOUNT_CODE → (empty or promo code)
WEBHOOK → https://discord.com/api/webhooks/...
Required columns
Each Courir task uses credit card as the only payment method. By default the bot checks out as a guest — set MODE to login to use a logged-in account instead.
MODE → (leave empty) or login
URL → full product page URL
SIZE → EU size (e.g. 42 or 42.5)
SHIPPING_FIRSTNAME → first name
SHIPPING_LASTNAME → last name
SHIPPING_ADDRESS_1 → street name
SHIPPING_HOUSENUMBER → house number
SHIPPING_POSTCODE → postal code
SHIPPING_CITY → city
SHIPPING_PHONENUMBER → phone number
SHIPPING_STATE → region / state
SHIPPING_COUNTRY_CODE → country code (e.g. FR)
EMAIL → email address
PASSWORD → account password (required for login mode)
CREDIT_CARD_TYPE → VISA or MASTERCARD
CREDIT_CARD → card number (no spaces)
EXPIRY_MONTH → 2-digit month (e.g. 09)
EXPIRY_YEAR → 4-digit year (e.g. 2029)
CVV → 3-digit security code
WEBHOOK → Discord webhook URL for success alerts
Guest vs Login mode
login → logs in before checkout — fill EMAIL & PASSWORD
Proxies
Courir is sensitive to bot traffic. Use residential proxies — datacenter proxies are likely to be detected and blocked before checkout.
Example row
A complete Courir task in guest mode:
MODE → (empty)
URL → https://www.courir.com/fr/p/nike-air-max-90-123456.html
SIZE → 42
SHIPPING_FIRSTNAME → John
SHIPPING_LASTNAME → Doe
SHIPPING_ADDRESS_1 → Rue de Rivoli
SHIPPING_HOUSENUMBER → 12
SHIPPING_POSTCODE → 75001
SHIPPING_CITY → Paris
SHIPPING_PHONENUMBER → 0612345678
SHIPPING_STATE → Île-de-France
SHIPPING_COUNTRY_CODE → FR
EMAIL → john.doe@example.com
PASSWORD → (empty in guest mode)
CREDIT_CARD_TYPE → VISA
CREDIT_CARD → 4111111111111111
EXPIRY_MONTH → 09
EXPIRY_YEAR → 2029
CVV → 123
WEBHOOK → https://discord.com/api/webhooks/...
Compatibility
This module targets nike.com only — not SNKRS. It works exclusively on Flow releases: drops where stock is added directly to the product page and you can add to cart without a queue or raffle.
Required columns
Nike uses guest checkout and credit card as the only payment method. MODE must be present in the header but left empty.
MODE → (leave empty)
URL → full product page URL on nike.com
SIZE → EU size (e.g. 42 or 42.5)
SHIPPING_FIRSTNAME → first name
SHIPPING_LASTNAME → last name
SHIPPING_ADDRESS_1 → street name
SHIPPING_HOUSENUMBER → house number
SHIPPING_POSTCODE → postal code
SHIPPING_CITY → city
SHIPPING_PHONENUMBER → phone number
SHIPPING_STATE → region / state
SHIPPING_COUNTRY_CODE → country code (e.g. FR)
EMAIL → email address
CREDIT_CARD_TYPE → VISA or MASTERCARD
CREDIT_CARD → card number (no spaces)
EXPIRY_MONTH → 2-digit month (e.g. 09)
EXPIRY_YEAR → 4-digit year (e.g. 2029)
CVV → 3-digit security code
WEBHOOK → Discord webhook URL for success alerts
Example row
MODE → (empty)
URL → https://www.nike.com/fr/t/air-max-90-shoes-RnKx3B/CN8490-001
SIZE → 42
SHIPPING_FIRSTNAME → John
SHIPPING_LASTNAME → Doe
SHIPPING_ADDRESS_1 → Rue de Rivoli
SHIPPING_HOUSENUMBER → 12
SHIPPING_POSTCODE → 75001
SHIPPING_CITY → Paris
SHIPPING_PHONENUMBER → 0612345678
SHIPPING_STATE → Île-de-France
SHIPPING_COUNTRY_CODE → FR
EMAIL → john.doe@example.com
CREDIT_CARD_TYPE → VISA
CREDIT_CARD → 4111111111111111
EXPIRY_MONTH → 09
EXPIRY_YEAR → 2029
CVV → 123
WEBHOOK → https://discord.com/api/webhooks/...
Finding the PID
Footlocker uses a Product ID (PID) instead of a full URL. Open the product page on Footlocker and scroll down to the product details section — the PID is listed there.
Required columns
Footlocker uses guest checkout and credit card as the only payment method. MODE must be present in the header but left empty.
MODE → (leave empty)
URL → product PID (e.g. 314200414227)
SIZE → EU size (e.g. 42 or 42.5)
SHIPPING_FIRSTNAME → first name
SHIPPING_LASTNAME → last name
SHIPPING_ADDRESS_1 → street name
SHIPPING_HOUSENUMBER → house number
SHIPPING_POSTCODE → postal code
SHIPPING_CITY → city
SHIPPING_PHONENUMBER → phone number
SHIPPING_STATE → region / state
SHIPPING_COUNTRY_CODE → country code (e.g. FR)
EMAIL → email address
CREDIT_CARD_TYPE → VISA or MASTERCARD
CREDIT_CARD → card number (no spaces)
EXPIRY_MONTH → 2-digit month (e.g. 09)
EXPIRY_YEAR → 4-digit year (e.g. 2029)
CVV → 3-digit security code
WEBHOOK → Discord webhook URL for success alerts
Example row
MODE → (empty)
URL → 314200414227
SIZE → 42
SHIPPING_FIRSTNAME → John
SHIPPING_LASTNAME → Doe
SHIPPING_ADDRESS_1 → Rue de Rivoli
SHIPPING_HOUSENUMBER → 12
SHIPPING_POSTCODE → 75001
SHIPPING_CITY → Paris
SHIPPING_PHONENUMBER → 0612345678
SHIPPING_STATE → Île-de-France
SHIPPING_COUNTRY_CODE → FR
EMAIL → john.doe@example.com
CREDIT_CARD_TYPE → VISA
CREDIT_CARD → 4111111111111111
EXPIRY_MONTH → 09
EXPIRY_YEAR → 2029
CVV → 123
WEBHOOK → https://discord.com/api/webhooks/...
Required columns
Solebox uses guest checkout and credit card as the only payment method. MODE must be present in the header but left empty.
MODE → (leave empty)
URL → full product page URL
SIZE → EU size (e.g. 42 or 42.5)
SHIPPING_FIRSTNAME → first name
SHIPPING_LASTNAME → last name
SHIPPING_ADDRESS_1 → street name
SHIPPING_HOUSENUMBER → house number
SHIPPING_POSTCODE → postal code
SHIPPING_CITY → city
SHIPPING_PHONENUMBER → phone number
SHIPPING_STATE → region / state
SHIPPING_COUNTRY_CODE → country code (e.g. FR, DE)
EMAIL → email address
CREDIT_CARD_TYPE → VISA or MASTERCARD
CREDIT_CARD → card number (no spaces)
EXPIRY_MONTH → 2-digit month (e.g. 09)
EXPIRY_YEAR → 4-digit year (e.g. 2029)
CVV → 3-digit security code
WEBHOOK → Discord webhook URL for success alerts
Example row
MODE → (empty)
URL → https://www.solebox.com/en/p/nike-air-max-90-123456.html
SIZE → 42
SHIPPING_FIRSTNAME → John
SHIPPING_LASTNAME → Doe
SHIPPING_ADDRESS_1 → Rue de Rivoli
SHIPPING_HOUSENUMBER → 12
SHIPPING_POSTCODE → 75001
SHIPPING_CITY → Paris
SHIPPING_PHONENUMBER → 0612345678
SHIPPING_STATE → Île-de-France
SHIPPING_COUNTRY_CODE → FR
EMAIL → john.doe@example.com
CREDIT_CARD_TYPE → VISA
CREDIT_CARD → 4111111111111111
EXPIRY_MONTH → 09
EXPIRY_YEAR → 2029
CVV → 123
WEBHOOK → https://discord.com/api/webhooks/...
Required columns
BSTN uses guest checkout. Two payment methods are available: credit_card and paypal. MODE must be present in the header but left empty.
MODE → (leave empty)
URL → full product page URL
SIZE → EU size (e.g. 42 or 42.5)
SHIPPING_FIRSTNAME → first name
SHIPPING_LASTNAME → last name
SHIPPING_ADDRESS_1 → street name
SHIPPING_HOUSENUMBER → house number
SHIPPING_POSTCODE → postal code
SHIPPING_CITY → city
SHIPPING_PHONENUMBER → phone number
SHIPPING_STATE → region / state
SHIPPING_COUNTRY_CODE → country code (e.g. FR, DE)
EMAIL → email address
PAYMENT_METHOD → credit_card or paypal
Credit card fields
Required only when PAYMENT_METHOD is credit_card:
CREDIT_CARD → card number (no spaces)
EXPIRY_MONTH → 2-digit month (e.g. 09)
EXPIRY_YEAR → 4-digit year (e.g. 2029)
CVV → 3-digit security code
Notifications
Example row
A complete BSTN task with credit card:
MODE → (empty)
URL → https://www.bstn.com/en/p/nike-air-max-90-123456.html
SIZE → 42
SHIPPING_FIRSTNAME → John
SHIPPING_LASTNAME → Doe
SHIPPING_ADDRESS_1 → Rue de Rivoli
SHIPPING_HOUSENUMBER → 12
SHIPPING_POSTCODE → 75001
SHIPPING_CITY → Paris
SHIPPING_PHONENUMBER → 0612345678
SHIPPING_STATE → Île-de-France
SHIPPING_COUNTRY_CODE → FR
EMAIL → john.doe@example.com
PAYMENT_METHOD → credit_card
CREDIT_CARD_TYPE → VISA
CREDIT_CARD → 4111111111111111
EXPIRY_MONTH → 09
EXPIRY_YEAR → 2029
CVV → 123
WEBHOOK → https://discord.com/api/webhooks/...