![]() |
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,698 / 43 |
| Floor1 yuhaomiao | Posted 2007-01-06 01:33 |
| 初级用户 Posts 14 Credits 32 | |
|
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! ![]() [ Last edited by yuhaomiao on 2007-1-5 at 12:41 PM ] |
|
| Floor2 wydos | Posted 2007-01-06 02:28 |
| 中级用户 Posts 117 Credits 304 | |
|
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. |
|
| Floor3 flamey | Posted 2007-01-06 02:44 |
| 初级用户 Posts 74 Credits 152 | |
|
.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. |
|
| Floor4 vkill | Posted 2007-01-06 03:07 |
| 金牌会员 Posts 1,744 Credits 4,103 From 甘肃.临泽 | |
Originally posted by flamey at 2007-1-6 02:44: Where was this found? |
|
| Floor5 PPdos | Posted 2007-01-06 05:26 |
| 高级用户 Posts 268 Credits 783 | |
|
If this is also possible, QQ may not be safe anymore...
|
|
| Floor6 lxmxn | Posted 2007-01-06 07:28 |
| 版主 Posts 4,938 Credits 11,386 | |
Originally posted by flamey at 2007-1-5 13:44: 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? |
|
| Floor7 suntb | Posted 2007-01-06 07:52 |
| 高级用户 Posts 277 Credits 581 | |
Originally posted by PPdos at 2007-1-5 04:26 PM: This is possible. I use this shortcut to log in to several different numbers every day |
|
| Floor8 vkill | Posted 2007-01-06 07:57 |
| 金牌会员 Posts 1,744 Credits 4,103 From 甘肃.临泽 | |
Originally posted by suntb at 2007-1-6 07:52: How to find the password string?? |
|
| Floor9 vkill | Posted 2007-01-06 08:10 |
| 金牌会员 Posts 1,744 Credits 4,103 From 甘肃.临泽 | |
|
Principle to take a look:
http://www.niumowang.org/security/hj00001768.htm But I tried and it doesn't work. It seems that the new version of QQ doesn't work! |
|
| Floor10 PPdos | Posted 2007-01-06 08:20 |
| 高级用户 Posts 268 Credits 783 | |
|
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. |
|
| Floor11 PPdos | Posted 2007-01-06 08:31 |
| 高级用户 Posts 268 Credits 783 | |
| Floor12 zh159 | Posted 2007-01-06 08:52 |
| 金牌会员 Posts 1,467 Credits 3,687 | |
|
Don't you know the "start" command? ![]() |
|
| Floor13 xinswdong | Posted 2007-01-06 10:44 |
| 社区乞丐 Posts 5 Credits -14 | |
|
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}" [ Last edited by xinswdong on 2007-1-6 at 10:51 AM ] |
|
| Floor14 chenall | Posted 2007-01-06 11:26 |
| 银牌会员 Posts 469 Credits 1,276 From 福建泉州 | |
|
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,...
|
|
| Floor15 jmz573515 | Posted 2007-01-06 12:15 |
| 银牌会员 Posts 464 Credits 1,212 | |
|
The person upstairs can give a complete code for reference? Thanks!
|
|
| 1 2 3 Next |
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |