Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The password can not be recorded and played back correctly
#1
I use the QM recorded QQ landing process (QQ is an instant messaging software), but the recorded password is wrong, I changed the correct password in the editing area, and then playback, still can not be Indeed landing! There are the following problems:

1. In the process of entering the password, the control of the Caps Lock is invalid
2. Use the string method input, when playing back the password is wrong

Use autohotkey command: ControlSendRaw or Send, I can correctly enter the password, and the perfect landing!

I think QM should also be able to achieve, I hope developers can help me look at the code, the problem exactly where! thank you very much!

Test with the QQ number: 2379836137
My correct password (case-sensitive): 5I366.COMkyjdpx2
Use of the QQ software download link: http://dldir1.qq.com/qqfile/qq/QQ8.8/19876/QQ8.8.exe
Demo video link: https://youtu.be/D37iS57AcN8
The recorded code is as follows

Macro Macro1
Code:
Copy      Help
#region Recorded 1/5/2017 9:13:09 AM
run "$program files$\Tencent\QQ\Bin\QQScLauncher.exe" "" "" "*" ;;腾讯QQ

int w=wait(0 WA win("QQ" "TXGuiFoundation"))
1
lef 257 279 w 1 ;;pane
1
'B "2379836137" T; 1.66  ;; Backspace "2379836137" Tab
1
;'K "5i366.com" K "kyjdpx2"; 0.17  ;; Caps_Lock "5i366.com" Caps_Lock "kyjdpx2"
'"5I366.COMkyjdpx2"
1
lef 260 384 w 1 ;;pane

#endregion


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)