重度游戏玩家使用
实现的效果
Dim ws
Set ws = wscript.CreateObject("Wscript.Shell")
ws.run "AccUpdater.exe"
Wscript.quit
Dim ws
Set ws = Wscript.CreateObject("Wscript.Shell")
WScript.sleep 1000*5
ws.run "obs64.exe"
Wscript.quit
Dim ws
Set ws = Wscript.CreateObject("Wscript.Shell")
wscript.sleep 1000*25
ws.run "steam://rungameid/578080"
Wscript.quit
360安全卫士会清空《启动》文件夹,需要添加到《已信任区》,先取消Appdata的隐藏属性,再在360中添加。添加后Appdata隐藏再打开。
绝地求生快速重启脚本在桌面文件文本文档,内容如下,并重命名restartpubg.vbs
Dim ws
Set ws = Wscript.CreateObject("Wscript.Shell")
ws.run "taskkill /F /IM TslGame_BE.exe",0, True
ws.run "taskkill /F /IM TslGame.exe",0, True
ws.run "taskkill /F /IM TslGame_UC.exe",0, True
ws.run "taskkill /F /IM ucldr_battlegrounds_gl.exe",0, True
ws.run "taskkill /F /IM ExecPubg.exe",0, True
ws.run "taskkill /F /IM zksvc.exe",0, True
wscript.sleep 1000*1
ws.run "steam://rungameid/578080"
Wscript.quit
移动网游加速器不能直接添加启动绝地求生的快捷方式,但是可以添加这个脚本来实现启动绝地求生。
Copyright © 2024 妖气游戏网 www.17u1u.com All Rights Reserved