Skip to content

salmantln/Footsite-Bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 into this file.

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

[
    {
        "profileName": "kaxx.1",
        "firstName": "kaxx",
        "lastName": "kaxx",
        "email": "[email protected]",
        "phone":"202-555-0159",
        "state":"New Jersey",
        "city": "Jersey City",
        "line1": "352 kaxx St",
        "line2": "kaxx",
        "postalCode": "07399",
        "cc": {
            "cc_number": "345271486012470",
            "exp_month":"09",
            "exp_year":"2030",
            "cvv":"111"
        }
    }
]

About

A Simple Footsite Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%