/Footsite-Bot

A Simple Footsite Bot

Primary LanguageGo

A Simple Footsite Bot

Feel free to dm me kaxx#0001 at discord.

How to Run this Bot?

1. Create a text file called "proxy.txt", copy and paste your proxies this file.

2. Create a json file called "profile.json", the format is as follows.

[
    {
        "profileName": "***",
        "firstName": "***",
        "lastName": "***",
        "email": "***",
        "phone":"**********",
        "state":"***",
        "city": "***",
        "line1": "***",
        "line2": "***",
        "postalCode": "*****",
        "cc": {
            "cc_number": "***",
            "exp_month":"**",
            "exp_year":"****",
            "cvv":"***"
        }
    },
    {
        "profileName": "***",
        "firstName": "***",
        "lastName": "***",
        "email": "***",
        "phone":"**********",
        "state":"***",
        "city": "***",
        "line1": "***",
        "line2": "***",
        "postalCode": "*****",
        "cc": {
            "cc_number": "***",
            "exp_month":"**",
            "exp_year":"****",
            "cvv":"***"
        }
    }
]