|
406317577
初级用户
 
积分 98
发帖 45
注册 2008-8-30
状态 离线
|
『楼 主』:
[求助]关于批处理QQ自动登陆的问题
使用 LLM 解释/回答一下
写一个批处理能自动登陆QQ的..要连续登几个的.最好都隐身
比如说:我点了批处理1.bat.自动运行.4455555.6655412.5511027密码都是123456789...也就是一下登4-5个QQ吧.自己每次开机都一个个登太麻烦了........高手门帮帮忙..谢了 
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%
)
|
|
2008-10-8 08:01 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
本版搜索QQ自动登陆
Search this board for QQ automatic login
|

 |
|
2008-10-8 08:27 |
|
|
406317577
初级用户
 
积分 98
发帖 45
注册 2008-8-30
状态 离线
|
|
2008-10-8 08:28 |
|
|
406317577
初级用户
 
积分 98
发帖 45
注册 2008-8-30
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
那些根本做不到连续自动4.5个Q自动登陆的..我的系统是XP2简体版的是不是不行?
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?
|
|
2008-10-8 09:09 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
请问你搜索到的是哪个代码?你如何得知“根本做不到连续自动4.5个Q自动登陆”?
May I can't answer this question. You can provide other topics and I will try my best to help you.
|

 |
|
2008-10-8 09:15 |
|
|
406317577
初级用户
 
积分 98
发帖 45
注册 2008-8-30
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
我搜的是"QQ自动登陆"..
那些都试过了..登一个还行..4.5个就不行了
I searched for "QQ automatic login"..
I've tried all of those.. It works for one, but not for 4 or 5.
|
|
2008-10-8 09:30 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
能把你的测试代码贴出来看看么?
Can you post your test code for me to take a look?
|

 |
|
2008-10-8 09:32 |
|
|
406317577
初级用户
 
积分 98
发帖 45
注册 2008-8-30
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
start qq.exe /start qquin:971289742 pwdhash:5ca6a0c1e20d1f82 /stat:40
start qq.exe /start qquin:819235784 pwdhash:5ca6a0c1e20d1f82 /stat:40
保存为1.bat 然后放QQ里运行..就出来一个QQ登陆框..请问是不是我弄错了?
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?
|
|
2008-10-8 09:35 |
|
|
406317577
初级用户
 
积分 98
发帖 45
注册 2008-8-30
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
用的是QQ2007显IP版
Using QQ 2007 IP Display Version
|
|
2008-10-8 09:36 |
|
|
406317577
初级用户
 
积分 98
发帖 45
注册 2008-8-30
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
是不是密码加密那搞错了?..我用MD5..16位.32位都试过不行
Is there a mistake in password encryption?.. I've tried MD5, 16-bit and 32-bit, but it doesn't work.
|
|
2008-10-8 09:39 |
|
|
tireless
银牌会员
    
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
是 QQ 版本的问题。你看下 QQ 目录有没有其他的登陆程序。还不行的话只能下载另一个版本。
我下载过 deepqq,用 DEEPQQ.exe 来执行这个命令就会弹出登陆框,而用里面的 qq.exe 就没问题。
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.
|
|
2008-10-8 11:57 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
『第 12 楼』:
Re 8楼
使用 LLM 解释/回答一下
QQ在传输密码的时候,先做一次MD5加密,再做一次BASE64变换,这样可以得到正常的文本信息以便网络传输。找一个MD5在线查询的网站(比如 http://www.xmd5.org/),输入QQ密码的明文,转换得到MD5加密的结果,再找一个BASE64在线查询的网站(比如 http://www.waishi.net/ip/tools/base64.htm),输入刚才得到的MD5加密的结果,转换得到HASH编码即可。
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.
|

 |
|
2008-10-8 14:44 |
|
|
406317577
初级用户
 
积分 98
发帖 45
注册 2008-8-30
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
不管能用不.先谢谢了
Last edited by 406317577 on 2008-10-8 at 17:04 ]
Regardless of whether it works or not. Thanks in advance.
Last edited by 406317577 on 2008-10-8 at 17:04 ]
|
|
2008-10-8 16:51 |
|
|
406317577
初级用户
 
积分 98
发帖 45
注册 2008-8-30
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
不过还是不行..重下了一个版本都不行..
start qq.exe /start qquin:971289742 pwdhash:NWNhNmEwYzFlMjBkMWY4Mg== /stat:40
start qq.exe /start qquin:819235784 pwdhash:NWNhNmEwYzFlMjBkMWY4Mg== /stat:40
都是按你说的.先MD5..然后加密..还上不行..只能弹出登陆框
给你说2个QQ你帮我试下..看看是不是我电脑问题
971289742 819235784
密码都是a123456789
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
|
|
2008-10-8 17:01 |
|
|
tireless
银牌会员
    
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
|
2008-10-8 17:31 |
|