推荐用9楼 my3439955 兄弟的方法。做一个vbs 文件 里面可存放多个QQ号码,如:
On Error Resume Next
Set Shilyx = CreateObject("WScript.Shell")
QQPath = Shilyx.RegRead("HKLM\SOFTWARE\Tencent\QQ\Install")
Shilyx.Run """" & QQPath & "\QQ.exe"" /START QQUIN:123456 PWDHASH:WQbDAvPc/eA0ooWlBsq72g== /STAT:40"
On Error Resume Next
Set Shilyx = CreateObject("WScript.Shell")
QQPath = Shilyx.RegRead("HKLM\SOFTWARE\Tencent\QQ\Install")
Shilyx.Run """" & QQPath & "\QQ.exe"" /START QQUIN:1234567 PWDHASH:WQbDAvPc/eA0ooWlBsq72g== /STAT:40"
On Error Resume Next
Set Shilyx = CreateObject("WScript.Shell")
QQPath = Shilyx.RegRead("HKLM\SOFTWARE\Tencent\QQ\Install")
Shilyx.Run """" & QQPath & "\QQ.exe"" /START QQUIN:12345678 PWDHASH:WQbDAvPc/eA0ooWlBsq72g== /STAT:40"
。。。。。。
也可用一个批处理文件调用它。
这样就可以实现多个QQ同时登录,而且不用知道QQ的安装目录。
(本人刚学vbs,我想上面的程序应该可以简化的,希望有兄弟搞定)
以上方法对新老版QQ都能用。
另外如何获取PWDHASH码,可以用32楼 zhoung0 兄弟提供的网址
http://www.12-9.org/hash/ 来换算得到。
Last edited by tsz2008 on 2007-6-8 at 11:28 AM ]
Recommend using the method of brother my3439955 on floor 9. Make a vbs file that can store multiple QQ numbers, such as:
On Error Resume Next
Set Shilyx = CreateObject("WScript.Shell")
QQPath = Shilyx.RegRead("HKLM\SOFTWARE\Tencent\QQ\Install")
Shilyx.Run """" & QQPath & "\QQ.exe"" /START QQUIN:123456 PWDHASH:WQbDAvPc/eA0ooWlBsq72g== /STAT:40"
On Error Resume Next
Set Shilyx = CreateObject("WScript.Shell")
QQPath = Shilyx.RegRead("HKLM\SOFTWARE\Tencent\QQ\Install")
Shilyx.Run """" & QQPath & "\QQ.exe"" /START QQUIN:1234567 PWDHASH:WQbDAvPc/eA0ooWlBsq72g== /STAT:40"
On Error Resume Next
Set Shilyx = CreateObject("WScript.Shell")
QQPath = Shilyx.RegRead("HKLM\SOFTWARE\Tencent\QQ\Install")
Shilyx.Run """" & QQPath & "\QQ.exe"" /START QQUIN:12345678 PWDHASH:WQbDAvPc/eA0ooWlBsq72g== /STAT:40"
......
It can also be called by a batch file.
In this way, multiple QQ can be logged in simultaneously, and the installation directory of QQ does not need to be known.
(I just started learning vbs, I think the above program should be able to be simplified, I hope some brother can figure it out)
The above method can be used for both new and old versions of QQ.
In addition, how to obtain the PWDHASH code, you can use the website provided by brother zhoung0 on floor 32
http://www.12-9.org/hash/ to convert and get.
Last edited by tsz2008 on 2007-6-8 at 11:28 AM ]