使用方法:将相应服务器的rar文件夹内的VBS文件放到RO根目录下。双击打开后桌面上便会生成名为:“RO(服务器名)”的登陆器,以后登陆游戏只需使用此登陆器即可直接进入游戏。
注:360会阻止该VBS的操作,请在使用时关闭360保护(指令内容我会在楼下贴出来)。若游戏有更新,请先更新游戏,再使用登陆器登陆。
源代码(以圣域之门为例):
test = createobject("Scripting.FileSystemObject").GetFile(Wscript.ScriptFullName).ParentFolder.Path
set WshShell = Wscript.CreateObject("Wscript.Shell")
strDesktop = WshShell.SpecialFolders("Desktop") '在桌面创建快捷方式
set oShellLink = WshShell.CreateShortcut(strDesktop & "\\RO圣域之门.lnk")
'创建一个快捷方式对象,其在桌面上显示的名字为"快速登录"
oShellLink.TargetPath = test&"\RagFree.exe"
'设置快捷方式的执行路径
oShellLink.Arguments = test&"\RagFree.exe"&" 1free1 /account:fclientinfo2.xml"
oShellLink.WindowStyle = 1 '运行方式
oShellLink.IconLocation= test&"\RoClient.exe,0" '设置快捷方式的图标
oShellLink.Description = "圣域之门 快速登录器" '设置快捷方式的描述
oShellLink.WorkingDirectory = test '起始位置
msgbox "快速登录器 [电信]圣域之门 建立完成!"
oShellLink.Save
欢迎光临 浆糊论坛-RO小站 (http://bbs.rohome.cn/) | Powered by Discuz! 7.2 |