A Python-based automation tool designed to verify NetEase accounts, specifically for the game Where Winds Meet. This script validates login credentials, checks for existing character profiles, and retrieves in-game information such as UID, Level, and IGN.
- Full Login Flow: Automates the entire process from device initialization to OAuth callback.
- Character Detection: Identifies whether an account has an active character or is empty.
- Data Extraction: Automatically retrieves and saves UID, Character Name (IGN), and Character Level.
- Identity Randomization: Utilizes randomized User-Agents and PC hardware names to emulate unique login environments.
- Clean Output: Saves all valid results into a formatted
result.txtfile.
This script is written for Python 2.7. Ensure you have the requests library installed:
pip install requests
- Prepare Account List: Create a text file (e.g.,
accounts.txt) using the formatemail|passwordoremail:password. - Run the Script:
python main.py
- Check Results: All successful hits will be appended to
result.txt.
- Direct Connection: This version runs without built-in proxy rotation.
- IP Block/Rate Limit: If you encounter connection errors or your IP gets blocked, please use a VPN or change your network identity.
- Customization: Advanced users can manually edit the script to re-implement proxy syntax if high-volume checking is required.
main.py: The core logic of the checker.result.txt: Generated file containing valid account information.
This tool is provided for educational purposes and personal account management only. The developer is not responsible for any misuse or violations of third-party terms of service.
More Disclaimer You Can see the disclaimer on the cover of Jenderal92. You can check it HERE !!!
