[打印本页]
按键精灵求助 大神 麻烦帮我看看 这个如何才能在剑三运行
作者: 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, 下载次数: 52)

YY截图20160609113944.png
作者: 八转达人    时间: 2016-06-09 14:08
倒数第三行改成:
KeyPressH "A", 1
作者: xfcy00    时间: 2016-06-09 16:50
八转达人 发表于 2016-06-09 14:08
倒数第三行改成:
KeyPressH "A", 1

不行这样改的话   我 连在 桌面都用不了
作者: 活着_    时间: 2016-06-09 17:40
SetSimMode 1

加在第一行
作者: xfcy00    时间: 2016-06-09 18:06
活着_ 发表于 2016-06-09 17:40
SetSimMode 1

加在第一行

也不行  硬件模拟 超级模拟我都试过