返回列表 回复 发帖

发一个QQ自由幻想过神医的脚本

脚本很简单,高手不要取笑,呵呵,1.bmp就是神医上的那几个字,玩这个游戏的人应该知道的
内容
=========================================================================
Rem [神医]
VBSCall FindPic(11,11,1430,850,"Attachment:\1.bmp",0.8,xw,yw)
If xw>=0 and yw>=0
    MoveTo xw-13,yw+28
    Delay 1000
    LeftClick 1
EndIf
Delay 1000
VBSCall FindPic(11,11,1430,850,"Attachment:\1.bmp",0.8,xw1,yw1)
If xw1>=0 and yw1>=0
    MoveTo xw1-13,yw1+56
    Delay 1000
    LeftClick 1
    Delay 1000
Else
    //神医过了跳转到挂机部分
EndIf
VBSCall FindPic(11,11,1430,850,"Attachment:\1.bmp",0.8,xw2,yw2)
If xw2>=0 and yw2>=0
    Delay 500
    //神医没过跳转到小退
Else
    //神医过了跳转到挂机部分
EndIf
Goto [神医]
=================================================================
喜欢做脚本的朋友可以加我QQ一起学习o(∩_∩)o...QQ:238331
返回列表