FootDistrict
You can run this module directly into our CLI
You have 4 modes available:
RAFFLE
for entering a raffle (you need verified accounts)ACCOUNT
: allows you to generate new accountsADDRESS
: sets a new address for an existing accountVERIFY
: checks verification status and something more
Tasks setup
Here is a table that explains the meaning of every field and, if applicable, a default value.
SITE
FOOTDISTRICT as a value
MODE
One as reported above
PID
Raffle URL
SIZES
A specific size or a range like 44, 46-48
QUANTITY
Ignore this column, leave it empty
DELAY
In milliseconds (e.g. 3000 for 3 seconds delay)
Account email
PASSWORD
Account password
FIRST NAME
Recipient name
LAST NAME
Recipient surname
ADDRESS LINE 1
Recipient first address line
ADDRESS LINE 2
Recipient second address line (optional)
HOUSE NUMBER
Recipient house no.
CITY
Recipient city
ZIPCODE
Recipient zip code
STATE
Recipient state that has to be picked from the this list
COUNTRY
A 2-letters country ISO Code (e.g. GB
for UK)
PHONE
With country prefix like +44123456789
PAYMENT
CC
CARD HOLDER
Your card holder
CARD NUMBER
Card number
EXP MONTH
Two digits (e.g 02
or 12
)
EXP YEAR
Four digits (e.g. 2026)
CVV
Credit card CVV
WEBHOOK
If empty the one set up in settings.json
will be used
START TIME
Empty if you want to manually start your task.
A specific time in the format hh:mm:ss
like 08:50:00
to automatically start this task at the given time.
Don't worry if you recognize you put a wrong time in there. You can still manually force start it.
If you didn't put a specific time, don't forget to put MANUAL
as a value if you want to avoid every task to immediately start as soon as your task file is started.
PROXY
You can put a specific proxy or a proxy list.
In case you using a proxy list, it has to be the exact filename, don't forget the extension name like .txt
(e.g. footdistrict.resi.txt).
If empty footdistrict.txt
will be used.
You can also run without proxy by writing localhost
Be sure to use an unbanned proxy that matches the region where your account has been verified or you won't be able to enter any raffle .
Prefer good residentials, not packet.
When they don't like your proxy they don't get you to read available sizes and to enter the raffle.
If that happens, wipe your session, change proxy and start the task again.
Example taskfile
Here is an example task file:
You can edit this file by using Rons editor.
Generate tasks
Now, you filled your CSV (e.g. called footdistrict.csv) and you are ready for entering a raffle.
Everything is well configured.
You can of course still manually edit your CSV and change PID, SIZES and START TIME (if needed) but there is something more.
You can quickly edit all this infos directly via CLI by using our task generator (option 2 inside the FootDistrict submenu).
Once started it will ask you which is the source task file to edit (you will choose footdistrict.csv as per the example).
Right after it will show you all upcoming raffles with the related closing date.
Once chosen it it will ask you the first "start time" and - if you specify an initial "start time" - the last "start time", pepper will generate all "start times" for other tasks according with the value you specified for start and end "start time" and the numbers of tasks you have.
You can also specify the sizes or the size range you want to run for.
Once finished a new file named footdistrict-pid.csv will be generated. The pid
will be the one you decided to run for. Also the mode for the file will be automatically set as RAFFLE.
Why "START TIME" is needed for a Raffle module? It is a good question but this will ensure you to not have all your entries made all in a short time frame. What we suggest is to spread your entries across hours or days even better.
Account creation
If you want to let pepper create an account for your, you can setup your csv with the values you explained in general tasks setup section.
Keep in mind that you still need to manually verify your account by yourself.
Account verification
You know that in order to enter super hyped drops you need to verify your account.
We cannot do a verification request for you via their mobile application but.. running VERIFY
mode helps you to check the verification status.
Your verification status can be one of these three states:
account already verified, no further actions are required
account not verified and not ready to be verified (when you do a verification requests some minutes are required): no further actions are required, just wait
account not verified and ready to be verified: a browser will automatically opens, session is automatically restored and the verification page is immediately prompted.
Last updated