python3 -m venv venv
source venv/bin/activate
git clone https://github.com/xrisky/mailchecker-v2.git
cd mailchecker-v2
# Open in Visual Studio → Build Solution
chmod 600 config.json credentials.txt
pip install --upgrade pip
pip install -r requirements.txt
If there is no requirements.txt, check project README for dependencies and install manually.
Create a text file (e.g., combos.txt) with one email:password per line in plain text: mail access checker by xrisky v2 install
john.doe@gmail.com:Password123
jane.smith@outlook.com:ilovecats89
admin@yourserver.com:SuperSecure!
Load it via File → Load Combos.
Solution: Install Visual C++ Redistributable Packages for Visual Studio 2013 (vcredist_x86.exe or vcredist_x64.exe). python3 -m venv venv source venv/bin/activate