|  | 
 
| yuhaomiao 初级用户
 
   
 
 
 
 积分 32
 发帖 14
 注册 2007-1-2
 状态 离线
 | 
| 『楼 主』:
 自动登陆qq怎么做?
 
使用 LLM 解释/回答一下 
 
 
偶想做一个批处理让偶的qq自动登陆,偶知道用vbs可以做这个东西,但偶更喜欢dos写的程序!谁能帮偶做 啊!俺希望能从这个程序中受到点启发!
 谢谢!
 
 
 哦,偶还想让偶的右键的新建里多个新建批处理文件,该怎么弄啊!<img src="images/smilies/face-grin.png" align="absmiddle" border="0">
 
 Last edited by yuhaomiao on 2007-1-5 at 12:41 PM ]
 
I want to make a batch to let my QQ log in automatically. I know I can do this thing with VBS, but I prefer programs written in DOS! Can anyone help me!I hope to get some inspiration from this program!
 Thank you!
 
 Oh, I also want to have an additional "New Batch File" in the right-click New, how to do it!:lol:
 
 Last edited by yuhaomiao on 2007-1-5 at 12:41 PM ]
 
 
 
 |  | 
|  2007-1-6 01:33 |  | 
|  | 
 
| wydos 中级用户
 
    
 
 
 
 积分 304
 发帖 117
 注册 2006-4-4
 状态 离线
 | 
| 『第 2 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
VBS容易做到,但dosbat还想很难做到!
 关于“右键的新建里多个新建批处理文件”建议搂主搜索一下
 
VBS is easy to do, but it's still very difficult to do with dosbat!
 Regarding "adding multiple new batch files in the New option of the right-click", it is suggested that the poster search for it.
 
 
 
 |  | 
|  2007-1-6 02:28 |  | 
|  | 
 
| flamey 初级用户
 
   
 
 
 
 积分 152
 发帖 74
 注册 2005-12-1
 状态 离线
 | 
| 『第 3 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
.exe /START QQUIN:(QQ号码) PWDHASH:(QQ密码,注是不是你原来的密码,可用WinHex来读取密码) /STAT:40
 后面的/stat:40表示隐身登录,/stat:41表示正常登录。
 
.exe /START QQUIN:(QQ number) PWDHASH:(QQ password, note that it is not your original password, can be read with WinHex) /STAT:40
 The following /stat:40 means logging in incognito, and /stat:41 means logging in normally.
 
 
 
 |  | 
|  2007-1-6 02:44 |  | 
|  | 
 
| vkill 金牌会员
 
       
 
 
 
 积分 4103
 发帖 1744
 注册 2006-1-20
 来自 甘肃.临泽
 状态 离线
 | 
| 『第 4 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
Originally posted by flamey at 2007-1-6 02:44:.exe /START QQUIN:(QQ号码) PWDHASH:(QQ密码,注是不是你原来的密码,可用WinHex来读取密码) /STAT:40
 
 后面的/stat:40表示隐身登录,/stat:41表示正常登录。
 
这个从那搜到的? 
Originally posted by flamey at 2007-1-6 02:44:.exe /START QQUIN:(QQ number) PWDHASH:(QQ password, note that it's not your original password, can be read with WinHex) /STAT:40
 
 The following /stat:40 means logging in invisibly, and /stat:41 means logging in normally.
 
Where was this found? 
 
 
 
 
 |  | 
|  2007-1-6 03:07 |  | 
|  | 
 
| PPdos 高级用户
 
     
 
 
 积分 783
 发帖 268
 注册 2006-12-26
 状态 离线
 | 
| 『第 5 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
如果这样也可以 QQ估计没有安全了。。。。 
If this is also possible, QQ may not be safe anymore... 
 
 
 |  | 
|  2007-1-6 05:26 |  | 
|  | 
 
| lxmxn 版主
 
         
 
 
 积分 11386
 发帖 4938
 注册 2006-7-23
 状态 离线
 | 
| 『第 6 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
Originally posted by flamey at 2007-1-5 13:44:.exe /START QQUIN:(QQ号码) PWDHASH:(QQ密码,注是不是你原来的密码,可用WinHex来读取密码) /STAT:40
 
 后面的/stat:40表示隐身登录,/stat:41表示正常登录。
 .exe 是指什么?qq.exe 吗?这样也行么?哪里来的资料?不是你自己发明的吧?
 
Originally posted by flamey at 2007-1-5 13:44:.exe /START QQUIN:(QQ number) PWDHASH:(QQ password, note that it is not your original password, you can use WinHex to read the password) /STAT:40
 
 The /stat:40 at the back means logging in in invisible mode, and /stat:41 means logging in normally.
 What does .exe refer to? Is it qq.exe? Can it work like this? Where did you get the information? Did you invent it yourself?
 
 
 
 |  | 
|  2007-1-6 07:28 |  | 
|  | 
 
| suntb 高级用户
 
     
 
 
 
 积分 581
 发帖 277
 注册 2006-12-23
 状态 离线
 | 
| 『第 7 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
Originally posted by PPdos at 2007-1-5 04:26 PM:如果这样也可以 QQ估计没有安全了。。。。
 
这是可以的,我就天天用这快捷方式登录好几个不同的号码 
Originally posted by PPdos at 2007-1-5 04:26 PM:If this is also possible, QQ may not be secure...
 
This is possible. I use this shortcut to log in to several different numbers every day 
 
 
 |  | 
|  2007-1-6 07:52 |  | 
|  | 
 
| vkill 金牌会员
 
       
 
 
 
 积分 4103
 发帖 1744
 注册 2006-1-20
 来自 甘肃.临泽
 状态 离线
 | 
| 『第 8 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
Originally posted by suntb at 2007-1-6 07:52:
 
 这是可以的,我就天天用这快捷方式登录好几个不同的号码
 
是怎么找到密码串的?? 
Originally posted by suntb at 2007-1-6 07:52:
 This is okay, I use this shortcut to log in to several different numbers every day
 
How to find the password string?? 
 
 
 |  | 
|  2007-1-6 07:57 |  | 
|  | 
 
| vkill 金牌会员
 
       
 
 
 
 积分 4103
 发帖 1744
 注册 2006-1-20
 来自 甘肃.临泽
 状态 离线
 |  | 
|  2007-1-6 08:10 |  | 
|  | 
 
| PPdos 高级用户
 
     
 
 
 积分 783
 发帖 268
 注册 2006-12-26
 状态 离线
 | 
| 『第 10 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
如果真的可以 现在可以通过变量来测试密码而不通过密码验证了。。。。
 况且 我测试两个QQ都提示密码出错的问题 而登陆同时下边闪动的QQ为 0
 
 如果7楼真的成功登陆 请以假设 QQ:6865589 密码:kp23940 为例子写出格式
 
 谁有创意写出此程序的猜测密码功希望续帖
 
If it's really possible, now you can test the password through variables without going through the password verification... 
 Moreover, I tested two QQs and both prompted that the password was incorrect, and the blinking QQ below was 0 when logging in.
 
 If the 7th floor really successfully logged in, please write the format with the example QQ:6865589 password: kp23940 as an assumption.
 
 Who has the creativity to write the password guessing function of this program? Hope to continue the post.
 
 
 
 |  | 
|  2007-1-6 08:20 |  | 
|  | 
 
| PPdos 高级用户
 
     
 
 
 积分 783
 发帖 268
 注册 2006-12-26
 状态 离线
 |  | 
|  2007-1-6 08:31 |  | 
|  | 
 
| zh159 金牌会员
 
       
 
 
 积分 3687
 发帖 1467
 注册 2005-8-8
 状态 离线
 | 
| 『第 12 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
在刚得知这个方法时兴奋的试用了一下,发现用命令行登录真的很方便只要做个快捷方式以后双击就可以了登录QQ,据说还可以做个批命令一键登录多个QQ,但我试验了不成功。因为批命令里的命令是执行完一行再执行另一行,所以只能登录第一个QQ,关掉第一个QQ才执行第二条命令登录第二个QQ,所以不管怎么样都只有一个QQ在登录。不知道是不是另有门路,反正在网络上没看到有人写出成功的例子。
 
不知道有个“start”命令?  
When I first learned about this method, I was excited to try it out. I found that logging in via the command line is really convenient. You can just create a shortcut and double - click it later to log in to QQ. It is said that you can also make a batch command to log in to multiple QQ accounts at once, but my experiment was not successful. Because the commands in the batch command are executed one after another, so only the first QQ can be logged in. You have to close the first QQ before the second command is executed to log in to the second QQ. So no matter what, only one QQ is logged in. I don't know if there is another way. Anyway, I haven't seen anyone write a successful example on the network. 
 
Don't you know the "start" command?  
 
 
 
 
 |  | 
|  2007-1-6 08:52 |  | 
|  | 
 
| xinswdong 社区乞丐
 
 
 
 
 
 积分 -14
 发帖 5
 注册 2006-10-6
 状态 离线
 | 
| 『第 13 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
autolog.exe qq登陆器体积不大可以登陆多个qq
 我用vbs 做过效果不好
 on error resume next
 QQPath="C:\progra~1\Tencent\QQ\QQ2006.exe"
 Set WshShell=WScript.CreateObject("WScript.Shell")
 WshShell.Run QQPath
 WScript.Sleep 1000
 WshShell.AppActivate "Q用户登录"
 WScript.Sleep 1000
 WshShell.SendKeys "+{TAB}"
 WshShell.SendKeys "你的号码"
 WScript.Sleep 200
 WshShell.SendKeys "{TAB}"
 WshShell.SendKeys "你的密码"
 WScript.Sleep 200
 WshShell.SendKeys "{ENTER}"
 WshShell.SendKeys "{ENTER}"
 
 Last edited by xinswdong on 2007-1-6 at 10:51 AM ]
 
autolog.exe QQ login tool is not large in size and can log in multiple QQs
 I did it with VBS and the effect is not good
 on error resume next
 QQPath="C:\progra~1\Tencent\QQ\QQ2006.exe"
 Set WshShell=WScript.CreateObject("WScript.Shell")
 WshShell.Run QQPath
 WScript.Sleep 1000
 WshShell.AppActivate "Q User Login"
 WScript.Sleep 1000
 WshShell.SendKeys "+{TAB}"
 WshShell.SendKeys "Your number"
 WScript.Sleep 200
 WshShell.SendKeys "{TAB}"
 WshShell.SendKeys "Your password"
 WScript.Sleep 200
 WshShell.SendKeys "{ENTER}"
 WshShell.SendKeys "{ENTER}"
 
 [[i] Last edited by xinswdong on 2007-1-6 at 10:51 AM [/i]]
 
 
 
 
 
 |  | 
|  2007-1-6 10:44 |  | 
|  | 
 
| chenall 银牌会员
 
      
 
 
 积分 1276
 发帖 469
 注册 2002-12-23
 来自 福建泉州
 状态 离线
 | 
| 『第 14 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
3楼的方法是可以的,不是那些参数,需要用WINHEX读取.我现在就是用这种方法登陆QQ的.
 因为密码串经过加密后的,...
 
The method on floor 3 is feasible. It's not those parameters; you need to use WINHEX to read. I'm currently logging in to QQ using this method. Because the password string is after encryption,... 
 
 
 
 |  
                  |  QQ:366840202
 http://chenall.net
 |  | 
|  2007-1-6 11:26 |  | 
|  | 
 
| jmz573515 银牌会员
 
      
 
 
 积分 1212
 发帖 464
 注册 2006-12-13
 状态 离线
 | 
| 『第 15 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
楼上的可以给一个完整代码参考一下吗?谢谢! 
The person upstairs can give a complete code for reference? Thanks! 
 
 
 |  | 
|  2007-1-6 12:15 |  |