- 主题
- 回帖
- 0
- 精华
- 注册时间
- 2005-4-18
- 最后登录
- 1970-1-1
- 在线时间
- 小时
- 爆棚声望
-
- PGB
-
|
本帖最后由 54hhh520 于 2012-12-6 12:43 编辑
回复 1# icecrow
可以考虑全部采用找图和快捷键来操作嘛,这样不就适用于所有屏幕了吗?只要大家用默认皮肤和字体。
例如这样:
- Rem aa
- Delay 500
- FindPic 0,0,1920,1080,"Attachment:\1.bmp",0.9,intX,intY
- If intX > 0 And intY > 0 Then
- MoveTo intX+5,intY+5
- LeftClick 1
- Else
- KeyDown 17, 1
- KeyPress 39, 1
- KeyUp 17, 1
- Delay 2000
- Goto aa
- End If
- Delay 1000
- FindPic 0,0,1920,1080,"Attachment:\2.bmp",0.9,intX,intY
- If intX > 0 And intY > 0 Then
- MoveTo intX+5,intY+5
- LeftClick 1
- Else
- KeyDown 17, 1
- KeyPress 39, 1
- KeyUp 17, 1
- Delay 2000
- Goto aa
- End If
- Delay 1800
- FindPic 0,0,1920,1080,"Attachment:\3.bmp",0.9,intX,intY
- If intX > 0 And intY > 0 Then
- MoveTo intX+5,intY+5
- LeftClick 1
- End If
- Delay 2250
- FindPic 0,0,1920,1080,"Attachment:\4.bmp",0.9,intX,intY
- If intX > 0 And intY > 0 Then
- MoveTo intX+5,intY+5
- LeftClick 1
- Delay 1500
- KeyDown 17, 1
- KeyPress 39, 1
- KeyUp 17, 1
- Delay 2000
- Else
- KeyDown 17, 1
- KeyPress 39, 1
- KeyUp 17, 1
- Delay 2000
- Goto aa
- End If
复制代码
这是我的自动谈话脚本 |
|