[打印本页]
作者: xfcy00 时间: 2016-06-09 11:38
标题: 按键精灵求助 大神 麻烦帮我看看 这个如何才能在剑三运行
Declare Function GetAsyncKeyState Lib "user32" Alias "GetAsyncKeyState" (ByVal vKey As Long) As Integer
ajm=65
Do
KEY = GetAsyncKeyState(ajm)
If KEY <> 1 and KEY <> 0 Then
KeyPress "A", 1
End If
Loop
-
YY截图20160609113944.png
(0 Bytes, 下载次数: 108)
作者: 八转达人 时间: 2016-06-09 14:08
倒数第三行改成:
KeyPressH "A", 1
作者: xfcy00 时间: 2016-06-09 16:50
作者: 活着_ 时间: 2016-06-09 17:40
SetSimMode 1
加在第一行
作者: xfcy00 时间: 2016-06-09 18:06