您的位置:首页 > 编程语言

按键精灵 代码

2016-04-04 11:57 381 查看
//软件有效期
MyYear = Year(Date)
MyMonth = Month(Date)

configYear = 2016
configMonth = 3

If MyYear > configYear Then
Msgbox "软件过期了!!"
ExitScript
End If

If MyMonth > configMonth Then
Msgbox "软件过期了!!"
ExitScript
End If

//先按加价
MoveTo 1028, 301
LeftClick 2
//出价
MoveTo 1033, 410
LeftClick 2
//移动点
MoveTo 886, 386
LeftClick 2
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: