首页 > 精选百科 > > 正文
2023-09-05 05:27:05

按键精灵几个脚本可以叠加吗(按键精灵7如何让一个脚本2个程序同时运行)

导读 大家好,我是小根根,我来为大家解答以上问题。按键精灵几个脚本可以叠加吗,按键精灵7如何让一个脚本2个程序同时运行很多人还不知道,现在...

大家好,我是小根根,我来为大家解答以上问题。按键精灵几个脚本可以叠加吗,按键精灵7如何让一个脚本2个程序同时运行很多人还不知道,现在让我们一起来看看吧!

1、双线程后台,源代码复制进去运行吧。还有就是最好去下载最新的按键精灵9.0.官网去下个吧

2、MessageBox "把鼠标放到第一个窗口"

3、Delay 3000

4、h1=Plugin.Window.MousePoint()

5、MessageBox "把鼠标放到第二个窗口"

6、Delay 3000

7、h2=Plugin.Window.MousePoint()

8、Delay 1000

9、BeginThread A1

10、BeginThread A2

11、Sub a1

12、 Call Plugin.Bkgnd.Keydown(h1, 49)

13、 Delay 50

14、 Call Plugin.Bkgnd.Keyup(h1, 49)

15、 Delay 3500

16、 Call Plugin.Bkgnd.KeyDown(h1, 50)

17、 Delay 50

18、 Call Plugin.Bkgnd.KeyUp(h1, 50)

19、 Delay 3500

20、 Call Plugin.Bkgnd.KeyDown(h1, 51)

21、 Delay 50

22、 Call Plugin.Bkgnd.KeyUp(h1, 51)

23、 Delay 3500

24、 Call Plugin.Bkgnd.KeyDown(h1, 52)

25、 Delay 50

26、 Call Plugin.Bkgnd.KeyUp(h1, 52)

27、 Call Plugin.Bkgnd.KeyDown(h1, 18)

28、 Call Plugin.Bkgnd.KeyPress(h1, 9)

29、 Delay 50

30、 Call Plugin.Bkgnd.KeyUp(h1, 9)

31、 Call Plugin.Bkgnd.Keyup(h1, 18)

32、 Delay 50

33、End Sub

34、Sub a2

35、 Call Plugin.Bkgnd.Keydown(h2, 49)

36、 Delay 50

37、 Call Plugin.Bkgnd.Keyup(h2, 49)

38、 Delay 3500

39、 Call Plugin.Bkgnd.KeyDown(h2, 50)

40、 Delay 50

41、 Call Plugin.Bkgnd.KeyUp(h2, 50)

42、 Delay 3500

43、 Call Plugin.Bkgnd.KeyDown(h2, 51)

44、 Delay 50

45、 Call Plugin.Bkgnd.KeyUp(h2, 51)

46、 Delay 3500

47、 Call Plugin.Bkgnd.KeyDown(h2, 52)

48、 Delay 50

49、 Call Plugin.Bkgnd.KeyUp(h2, 52)

50、 Call Plugin.Bkgnd.KeyDown(h2, 18)

51、 Call Plugin.Bkgnd.KeyPress(h2, 9)

52、 Delay 50

53、 Call Plugin.Bkgnd.KeyUp(h2, 9)

54、 Call Plugin.Bkgnd.Keyup(h2, 18)

55、 Delay 50

56、End Sub

本文到此讲解完毕了,希望对大家有帮助。