![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-08-10 01:38 |
47,811 topics / 349,897 posts / today 2 new / 48,255 members |
| DOS批处理 & 脚本技术(批处理室) » [Help] Regarding the problem of batch processing QQ automatic login |
| Printable Version 2,389 / 21 |
| Floor1 406317577 | Posted 2008-10-08 08:01 |
| 初级用户 Posts 45 Credits 98 | |
|
Write a batch script to automatically log in to QQ.. need to log in several continuously. It's best to all be in invisible mode. For example: I click batch 1.bat. It automatically runs. 4455555.6655412.5511027 have passwords all 123456789... that is, log in 4-5 QQs at once.. it's too troublesome to log in one by one every time I start the computer........ Experts, please help.. thanks
![]() @echo off set qq_list=4455555 6655412 5511027 set password=123456789 for %%a in (%qq_list%) do ( start "" "C:\Program Files (Tencent)\QQ\Bin\QQ.exe" /隐身 /auto_login /user %%a /password %password% ) |
|
| Floor2 HAT | Posted 2008-10-08 08:27 |
| 版主 Posts 5,017 Credits 9,023 | |
|
Search this board for QQ automatic login
|
|
| Floor3 406317577 | Posted 2008-10-08 08:28 |
| 初级用户 Posts 45 Credits 98 | |
| Floor4 406317577 | Posted 2008-10-08 09:09 |
| 初级用户 Posts 45 Credits 98 | |
|
Those who can't do continuous automatic 4.5 Q automatic logins at all.. Is it because my system is XP2 Simplified Chinese version that it doesn't work?
|
|
| Floor5 HAT | Posted 2008-10-08 09:15 |
| 版主 Posts 5,017 Credits 9,023 | |
|
May I can't answer this question. You can provide other topics and I will try my best to help you.
|
|
| Floor6 406317577 | Posted 2008-10-08 09:30 |
| 初级用户 Posts 45 Credits 98 | |
|
I searched for "QQ automatic login"..
I've tried all of those.. It works for one, but not for 4 or 5. |
|
| Floor7 HAT | Posted 2008-10-08 09:32 |
| 版主 Posts 5,017 Credits 9,023 | |
|
Can you post your test code for me to take a look?
|
|
| Floor8 406317577 | Posted 2008-10-08 09:35 |
| 初级用户 Posts 45 Credits 98 | |
|
start qq.exe /start qquin:971289742 pwdhash:5ca6a0c1e20d1f82 /stat:40
start qq.exe /start qquin:819235784 pwdhash:5ca6a0c1e20d1f82 /stat:40 Save as 1.bat and then run it in QQ.. then a QQ login box comes out.. Is it that I made a mistake? |
|
| Floor9 406317577 | Posted 2008-10-08 09:36 |
| 初级用户 Posts 45 Credits 98 | |
|
Using QQ 2007 IP Display Version
|
|
| Floor10 406317577 | Posted 2008-10-08 09:39 |
| 初级用户 Posts 45 Credits 98 | |
|
Is there a mistake in password encryption?.. I've tried MD5, 16-bit and 32-bit, but it doesn't work.
|
|
| Floor11 tireless | Posted 2008-10-08 11:57 |
| 银牌会员 Posts 1,122 Credits 2,025 | |
|
It's a problem with the QQ version. Take a look if there are other login programs in the QQ directory. If it still doesn't work, you can only download another version.
I have downloaded deepqq. Executing this command with DEEPQQ.exe will pop up the login box, while using qq.exe inside it is okay. |
|
| Floor12 HAT | Posted 2008-10-08 14:44 |
| 版主 Posts 5,017 Credits 9,023 | |
|
When QQ transmits the password, it first performs an MD5 encryption and then a BASE64 transformation, so that normal text information can be obtained for network transmission. Find an MD5 online query website (such as http://www.xmd5.org/), enter the plaintext of the QQ password, convert to get the MD5 encryption result, then find a BASE64 online query website (such as http://www.waishi.net/ip/tools/base64.htm), enter the just-obtained MD5 encryption result, and convert to get the HASH code.
|
|
| Floor13 406317577 | Posted 2008-10-08 16:51 |
| 初级用户 Posts 45 Credits 98 | |
|
Regardless of whether it works or not. Thanks in advance.
[ Last edited by 406317577 on 2008-10-8 at 17:04 ] |
|
| Floor14 406317577 | Posted 2008-10-08 17:01 |
| 初级用户 Posts 45 Credits 98 | |
|
But it still doesn't work.. I downloaded another version and it still doesn't work..
start qq.exe /start qquin:971289742 pwdhash:NWNhNmEwYzFlMjBkMWY4Mg== /stat:40 start qq.exe /start qquin:819235784 pwdhash:NWNhNmEwYzFlMjBkMWY4Mg== /stat:40 All as you said. First MD5.. then encrypted.. still not working.. only the login box pops up Let me tell you two QQs and help you test.. to see if it's my computer problem 971289742 819235784 The passwords are all a123456789 |
|
| Floor15 tireless | Posted 2008-10-08 17:31 |
| 银牌会员 Posts 1,122 Credits 2,025 | |
|
It's your pwdhash that's wrong. It should be ZaDsOFymoMHiDR+CcMKDAw==
pwdhash can be created with this: QQ Auto Login Shortcut Creator 1.2 http://www.chken.com/ViewSoft.asp?id=10 [ Last edited by tireless on 2008-10-8 at 17:33 ] |
|
| 1 2 Next |
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |