按键精灵吧 关注:500,420贴子:1,031,014
  • 2回复贴,共1

求解这个脚本怎么不能全部运行

只看楼主收藏回复

SetSimMode 2
Rem go
Delay 500
KeyPress "Up", 4
Delay 500
KeyPress "Enter", 1
KeyPress "Num 5", 10000
Delay 500
KeyPress "Left", 1
Delay 500
KeyPress "Down", 2
Delay 500
KeyPress "Enter", 1
Delay 5000
KeyPress "Down", 5
Delay 500
KeyPress "Enter", 1
Delay 5000
KeyPress "F2", 1
Delay 500
KeyPress "F2", 1
Delay 500
KeyPress "Right", 1
Goto go
源码


1楼2012-08-05 13:07回复
    运行完按5一万次就不动了


    2楼2012-08-05 13:09
    回复
      2025-11-12 07:52:21
      广告
      不感兴趣
      开通SVIP免广告
      ··!你试试把这部KeyPress "Num 5", 10000分开成
      KeyPress "Num 5", 1000
      Delay 500
      KeyPress "Num 5", 1000
      Delay 500
      KeyPress "Num 5", 1000
      Delay 500
      ·····试试


      3楼2012-08-05 17:55
      回复