HellasAIO Guide
  • 👋Welcome to HellasAIO
  • Fundamentals
    • 🛠️Getting Set Up
      • 📝Setting Up Settings
      • 📝Setting Up Profiles
      • 📝Setting Up Accounts
      • 📝Setting Up Quicktasks
      • 📝Setting Up Tasks
    • Bot Instructions
  • Site Guides
    • The Athlete's Foot
    • Fuel
    • Buzz Sneakers
    • Slamdunk
    • Europe Sports
Powered by GitBook
On this page
  • Tasks Schema
  • Task Field Explanations
  1. Fundamentals
  2. Getting Set Up

Setting Up Tasks

PreviousSetting Up QuicktasksNextBot Instructions

Last updated 2 years ago

If you haven't already, download Ron's Editor:

After, navigate to the sites folder in your bot instillation. After, pick the site you are wanting to setup tasks for. You should see the file named tasks_<site name>.csv.

Open this file, and input your task information.

Make sure that the accounts & profiles are in their corresponding CSVs first.

Tasks Schema

PROFILE_NAME
ACCOUNT EMAIL
SKU
SIZE
MODE
TASK MODE
QUANTITY
DELAY

tasks_<site name>.csv
PROFILE_NAME,ACCOUNT EMAIL,SKU,SIZE,MODE,TASK MODE,QUANTITY,DELAY
,,,,,,,

Task Field Explanations

Field
Meaning
Example

PROFILE_NAME

Profile name from profiles.csv.

main

ACCOUNT EMAIL

Account email from accounts_<site name>.csv.

example@example.com

SKU

The product identifier based on the module mode. Usually, MSKU or PID.

555088-134

SIZE

Size shown on site. This must be one size, or "random" mode.

Ex: 44.5 or random.

random

MODE

Module mode (msku, pid, login, normal, etc.)

msku

TASK MODE

monitor or checkout

monitor

QUANTITY

Amount of tasks of this row's task you want to run

1

DELAY

Time delay in milliseconds (ms)

1000

🛠️
📝
Download