跪求热血江湖弓手按键脚本

来源:百度知道 编辑:UC知道 时间:2024/05/15 05:39:17
各位高手有的话请给小弟一个

挂机移动
  [Script]
  Rem 挂机移动
  MoveR 600 0
  Delay 300
  MoveTo 510 443
  Delay 300
  LeftClick 1
  Delay 300
  KeyPress 118 1
  Delay 200

  加红和蓝
  [Script]
  Rem 加大红(F1)
  VBSCall Call ReadMemory(&h01453318,1,x)
  If x<1135
  KeyPress 112 1
  KeyUp 112 1
  EndIf
  Rem 加小红(F2)
  VBSCall Call ReadMemory(&h01453318,1,x)
  If x<1435
  KeyPress 113 1
  KeyUp 113 1
  EndIf
  Rem 加蓝(F5)
  VBSCall Call ReadMemory(&h0145331C,1,y)
  If y<200
  KeyPress 116 1
  KeyUp 116 1
  EndIf
  Rem 缺红回城(F8)
  VBSCall Call ReadMemory(&h01453318,1,x)
  If x<400
  KeyPress 119 1
  KeyUp 119 1
  EndIf
  Rem 缺蓝回城(F8)
  VBSCall Call ReadMemory(&h0145331C,1,y)
  If y<50
  KeyPress 119 1
  KeyUp 119 1
  EndIf
  攻击技能
  [Script]
  Rem 攻击技能(F6)
  KeyPress 117 1
  Ke