Skip to content

lalaio1/LBin-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LBin Credit Card Generator

Overview

LBin Credit Card Generator is a Python-based tool designed to generate credit and debit card numbers. This tool allows you to generate valid card numbers and provides information about the bank and the card number. Additionally, it includes a feature to generate all possible combinations of the 3 digits and the date.

Quick Start

###Windows:

  1. Install Git:

    • Download and install Git from Git for Windows.
    • During installation, choose the option to add Git to your system's PATH.
  2. Install Python:

    • Download and install Python from Python Downloads.
    • During installation, make sure to check the option that says "Add Python to PATH."
  3. Clone the repository:

    git clone https://github.com/lalaio1/LBin-CC-generator-.git
  4. Navigate to the project directory:

    cd LBin-CC-generator-
  5. Run the script:

    python start.py

Linux:

  1. Clone the repository:

    git clone https://github.com/lalaio1/LBin-CC-generator-.git
  2. Navigate to the project directory:

    cd LBin-CC-generator-
  3. ADD perms:

  chmod +x start.py
  1. Run the script:
    python3 start.py

Termux:

  1. Install Termux:

  2. Install Git:

    pkg install git
  3. Install Python:

    pkg install python3
  4. Install git:

    pkg install git
  5. Clone the repository:

    git clone https://github.com/lalaio1/LBin-CC-generator-.git
  6. Navigate to the project directory:

    cd LBin-CC-generator-
  7. ADD perms:

  chmod +x start.py
  1. Run the script:
    python3 start.py

Operating Systems

  • Windows
  • Linux
  • Termux

Discord

Feel free to reach out on Discord: lalaio1

Note

Make sure to use this tool responsibly and ethically. Generating credit card numbers without authorization is illegal and unethical.

GitHub Repository: LBin-gen