x=20 "你要刷多少疲劳"
MessageBox "我准备好了!7秒就开始刷疲劳了!"
MessageBox "点确定后请点下游侠窗口!"

Delay 7000
SetSimMode 2
For x
KeyDown "Right", 1
Delay 1000
KeyUp "Right", 1
Rem k
FindPic 0,0,1000,700,"Attachment:\dnf1.bmp",0.9,a,b
If a > 0 And b > 0 Then
MoveTo a, b
    Delay 100
    LeftClick 1
    Goto j
End If
Goto k
Rem j
        Delay 300
        KeyPress "Esc", 1
    FindPic 0,0,1000,700,"Attachment:\ts.bmp",0.7,a,b
If a > 0 And b > 0 Then
    MoveTo a, b
        Delay 100
        LeftClick 1
        Goto l
    End If
        Goto j
Rem l
FindPic 0,0,1000,700,"Attachment:\dnf4.bmp",0.9,a,b
If a > 0 And b > 0 Then
Goto m
End If
Goto l
Rem m
Next
MessageBox "完工!"