A
Anonymous

Account Verification Tool

Create a website that uses the following API: https://9qrem61zx.thuelogin.com/lq.php?account=<user>&password=<pass> When users input a list of <user>:<pass>, one account per line, the website will automatically send requests to the API to check each account. After receiving the response from the API, if the status is not "success," it will increment the "Incorrect Password Account" counter. If the status is "success," the website will retrieve the data part of the response in the following format: json Sao chép mã { "status": "success", "data": { "username": "ngockhuongNN", "password": "1292002a", "name": "TruáHeManGa", "level": 30, "rank": "K.Cương III", "qh": 0, "skin": 44, "cmnd": "NO", "email": "NO", "ttemail": "CHƯA XÁC THỰC", "authen": "NO", "sdt": "NO", "fb": "NO", "band": "NO", "ss": 0, "sss": 0, "anime": 0, "sssanime": 0, "tt": "ACC LỖI PASS" }, "author": "Trần Đức Hữu Hùng (Boi)", "telegram": "@toolxpert" } Then, display the result on the screen.

Prompt
Component Preview

About

Create a website that verifies multiple accounts using an API, displaying success or failure status dynamically for streamlined account management.

Share

Last updated 1 month ago