中国DOS联盟论坛

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-08 04:59
48,041 topics / 350,128 posts / today 3 new / 48,253 members
DOS批处理 & 脚本技术(批处理室) » How to automatically log in to QQ?
Printable Version  4,696 / 43
Floor31 lxmxn Posted 2007-01-08 07:17
版主 Posts 4,938 Credits 11,386

It is exactly that the QQPWDHASH.ocx control has an issue, and the exe is not problematic yet.
Floor32 zhoung0 Posted 2007-01-08 07:58
初级用户 Posts 18 Credits 54
There is an online hash calculator. It can calculate:
SHA1
MD5
crc16
crc32
mySQL PASSWORD
Base64 Encode
Base64 Decode
EZMLM Hash
soundex
Metaphone
Bin2Hex
QQhash
ASCII-num to ASCII-str

http://www.12-9.org/hash/
Floor33 electronixtar Posted 2007-01-08 08:39
铂金会员 Posts 2,672 Credits 7,493

The friend on floor 24 already has it, but the file is a bit large, and the forum has restricted the upload.


I'm really sorry. It turned out to be MD5 plus base64. Oh, so uneducated. Strongly recommend lxmxn to make a pure p version.
Floor34 lotus516 Posted 2007-01-08 09:08
高级用户 Posts 246 Credits 551
Floor35 zhoung0 Posted 2007-01-08 09:51
初级用户 Posts 18 Credits 54
Originally posted by wydos at 2007-1-7 00:47:
Multi-account login, XP test successful, latest QQ test successful
Here is an example:
The content of file 1.txt is
Floor36 PPdos Posted 2007-01-08 14:06
高级用户 Posts 268 Credits 783
Originally posted by electronixtar at 2007-1-7 07:39 PM:

I'm really sorry. It turns out it's just MD5 plus base64, oh my god~ So uneducated. Strongly recommend lxmxn to make a pure P version~




The pure P version is really a high-difficulty action. (If someone can break through the method of one P and multiple Q again) The new generation of QQ password testing software will be born in this forum... Give it a thumbs up!
Floor37 my3439955 Posted 2007-04-21 00:24
中级用户 Posts 99 Credits 272
I made a program that can get the login script. The relevant introductions and downloads are on the 9th and 10th floors.
http://www.cn-dos.net/forum/viewthread.php?tid=29795&fpage=1
There are previous instructions here.
http://hi.baidu.com/shilyx/blog/item/43a0b6a15212e08b471064c0.html
Floor38 tsz2008 Posted 2007-06-08 11:26
新手上路 Posts 7 Credits 19
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 ]
Floor39 my3439955 Posted 2007-06-09 00:07
中级用户 Posts 99 Credits 272
Brother upstairs, first of all, thank you for paying attention to my program. You may not have noticed that after generating a login script, when you enter the QQ number and password you want and then click "Generate", you will find that the name of that button has changed to "Append To". This is designed considering that some friends want to log in to multiple QQs at one time. Selecting "Append To" can append the new number and password to the existing login script. Your many codes have thus become like this:



Recently, Googlepages has been blocked, so the download address I provided is temporarily invalid. If anyone needs it, leave an email here:
http://hi.baidu.com/shilyx/blog/item/43a0b6a15212e08b471064c0.html
Floor40 my3439955 Posted 2007-06-09 00:09
中级用户 Posts 99 Credits 272
Originally posted by electronixtar at 2007-1-8 08:39:

I'm really sorry. It turns out it's just MD5 plus base64, sigh~ So uneducated. Strongly recommend lxmxn to make a pure P version~ ~ ~

Whoever can make it with pure P will be my master
Floor41 lasting Posted 2007-06-09 06:23
初级用户 Posts 24 Credits 52
Originally posted by zhoung0 at 2007-1-8 07:58 AM:
There is an online hash calculator. It can calculate:
SHA1
MD5
crc16
crc32
mySQL PASSWORD
Base64 Encode
Base64 Decode
EZMLM Hash
soundex
Metaphone
Bin2Hex
QQhash
ASCII-num 2 ASCII-str

h ... The webpage is very good. Strong. It's really rare that you can find it. Hehe
Floor42 flyingphf Posted 2007-06-11 19:09
中级用户 Posts 142 Credits 392
How can I achieve automatic login for Taobao Wangwang
Floor43 jsznet Posted 2007-06-20 09:50
新手上路 Posts 1 Credits 2
Floor44 acme Posted 2008-04-17 21:30
中级用户 Posts 98 Credits 238 From 陕西
Prev  1 2 3
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023