苍之风云 UID1912
积分846
阅读权限70元素碎片321
在线时间322 小时
最后登录2013-1-11
QQ
|
楼主 |
发表于 2009-1-1 18:36:02
|
显示全部楼层
-----------自动挤单线源码----
[General]
Description=魔力宝贝 自动挤线登陆脚本for按键精灵
BeginHotkey=122
BeginHotkeyMod=0
RunOnce=0
Enable=0
[Repeat]
Type=0
Number=1
[CallBack]
OnSetup=
[Comment]
Content=魔力宝贝.
【功能说明】.
魔力宝贝自动挤线.提示选择几线.哪个角色.支持任何分辨率.
.
【使用说明】.
窗口模式.效果最低档.请先选择好大的区. F11开始 F12中止 .
.
【作者介绍】.
笑天泪 QQ:7827479 群号14083912 道具收费-电信二-牧羊-沈孤云 俺要幸苦费 .
.
【制作日期】.
2006-8-13
[Script]
VBS Dim server,user,i
VBS dim sintx(5)
VBS sintx(0)=162
VBS sintx(1)=162
VBS sintx(2)=162
VBS sintx(3)=162
VBS sintx(4)=162
VBS sintx(5)=262
VBS dim sinty(5)
VBS sinty(0)=141
VBS sinty(1)=172
VBS sinty(2)=203
VBS sinty(3)=237
VBS sinty(4)=269
VBS sinty(5)=141
VBS dim uintx(1)
VBS uintx(0)=166
VBS uintx(1)=481
VBSCall server=InputBox("请输入你想登入几线? 1-6")
VBSCall user=inputbox("请输入你想登入哪个人物? 1-2")
If server>6 or server<1
MessageBox("你输入的服务器号有误")
EndScript
ElseIf user<1 or user>2
MessageBox("你输入的角色号有误")
EndScript
EndIf
For 99999
IfColor 166 351 736931 0
MoveTo uintx(user-1) 350
Delay 100
LeftDoubleClick 2
EndScript
Else
IfColor 332 284 736931 0
MoveTo 332 284
Delay 100
LeftDoubleClick 2
Else
MoveTo sintx(server-1) sinty(server-1)
Delay 100
LeftDoubleClick 2
EndIf
EndIf
EndFor
-----自动挤单线源码结束---- |
|