─────────────────── Moderator Record ────────────────────
Handled by: bjsh
Note: Because similar content was posted in , there is no need to make a new thread;
Reminder: For questions with similar content, you can ask them in one post; just modify the title appropriately.
Penalty: No penalty for now; a warning is given; please click here to read the forum posting rules, so as to avoid
making rule-violating posts in future discussions.
─────────────────── Moderator Record ────────────────────
I copied a VBS for automatically logging into Chinagames, but I found that it doesn't work if the username is in Chinese. What should I do?
hjd="""C:\Program Files\Chinagames\iGame\iGame.exe"""
Set Ws=WScript.CreateObject("WScript.Shell")
Ws.Run hjd
WScript.Sleep 2000
Ws.SendKeys "+{TAB 2}"
Ws.SendKeys "{bs 100}"
Ws.SendKeys "//小楼一夜听春雨/"
WScript.Sleep 1000
Ws.SendKeys "{TAB 2}"
Ws.SendKeys "123456"
WScript.Sleep 200
Ws.SendKeys "{ENTER}"
[ Last edited by bjsh on 2007-4-24 at 07:51 PM ]
Handled by: bjsh
Note: Because similar content was posted in , there is no need to make a new thread;
Reminder: For questions with similar content, you can ask them in one post; just modify the title appropriately.
Penalty: No penalty for now; a warning is given; please click here to read the forum posting rules, so as to avoid
making rule-violating posts in future discussions.
─────────────────── Moderator Record ────────────────────
I copied a VBS for automatically logging into Chinagames, but I found that it doesn't work if the username is in Chinese. What should I do?
hjd="""C:\Program Files\Chinagames\iGame\iGame.exe"""
Set Ws=WScript.CreateObject("WScript.Shell")
Ws.Run hjd
WScript.Sleep 2000
Ws.SendKeys "+{TAB 2}"
Ws.SendKeys "{bs 100}"
Ws.SendKeys "//小楼一夜听春雨/"
WScript.Sleep 1000
Ws.SendKeys "{TAB 2}"
Ws.SendKeys "123456"
WScript.Sleep 200
Ws.SendKeys "{ENTER}"
[ Last edited by bjsh on 2007-4-24 at 07:51 PM ]
Recent Ratings for This Post
( 1 in total)
Click for details
| Rater | Score | Time |
|---|---|---|
| baomaboy | -8 | 2007-04-26 05:02 |

