天翼之链按键精灵自动加血,蓝,用技能脚本!!

来源:百度知道 编辑:UC知道 时间:2024/06/02 07:36:24
天翼之链按键精灵自动加血,蓝,用技能脚本!!
我弄的脚本会无限制的加,,,,,有什么办法限制????F3是血 F4是蓝
有人能帮我做个么,,做好了,,,50QB!!!

下面是源代码
  //下面是自定义内容不要改
  UserVar T1 请输入图片1路径
  UserVar T2 请输入图片2路径
  UserVar T3 请输入图片3路径
  UserVar T4 请输入图片4路径
  //上面是自定义内容不要改
  Rem huei
  Delay 200*2
  VBSCall Call FindPic(0,0,1023,767,T1,0.8,x,y)
  If x>=0 and y>=0
  MoveTo x+5 y+5
  Delay 200*2
  LeftClick 1
  Delay 200*2
  Goto huei
  Else
  VBSCall Call FindPic(0,0,1023,767,T2,0.8,x,y)
  If x>=0 and y>=0
  MoveTo x+5 y+5
  Delay 200*2
  LeftClick 1
  Goto huei
  Else
  VBSCall Call FindPic(0,0,1023,767,T3,0.8,x,y)
  If x>=0 and y>=0
  MoveTo x+5 y+5
  Delay 200*2
  LeftClick 1
  Delay 200*2
  Goto huei
  Else
  VBSCall Call FindPic(0,0,1023,767,T4,0.8,x,y)
  If x>=0 and y>=0
  MoveTo x+5 y+5
  Delay 200*2
  LeftClick 1
  Delay 200*2
  Goto huei
  Else
  Delay 200*2
  Goto huei
  EndIf
  EndI