英雄联盟客户端优化脚本,脚本仅仅结束游戏客户端中的无用子进程,所以是防封的,可以在一定程度上降低系统的资源占用。Anticheat插件无法关闭,我有试图关闭该服务进程的网络连接,CPU占用率会直接提升20%。并且进游戏后会被强制退出。考虑到安全性,已经不玩儿这款游戏了,个人也强烈建议移除腾讯相关的所有软件。

不过如果你一定要玩儿这款游戏的话,那么可以尝试一下这个批处理,测试效果还行,还有一点小技巧,游戏的FPS设置的值一般80fps就够了,因为一般用户的显示器基本都是60~80之间的刷新率,除非是高刷屏,那么选择比你显示器刷新率略大的FPS帧率就行了,画质中,关闭垂直同步。

League of Legends client optimization script, the script only ends the useless sub-processes in the game client, so it is anti-blocking and can reduce the system's resource usage to some extent.Anticheat plugin can not be closed, I have tried to close the network connection of the service process, CPU usage will directly increase by 20%. And it will be forced to quit after entering the game. Considering the security, I don't play this game anymore, and I strongly recommend removing all Tencent related software.

But if you must play the game, then you can try this batch, the test effect is okay, there is a little trick, the value of the game's FPS settings are generally 80fps is enough, because the average user's monitor is basically between 60 to 80 refresh rate, unless it is a high refresh rate, then choose a slightly larger than your monitor refresh rate FPS frame rate on the line, the image quality middle, close the vertical sync.


@echo off
%1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit
cd /d "%~dp0"
net start MpsSvc
netsh advfirewall set currentprofile state on
netsh advfirewall firewall delete rule name="Tencent Game MiniDown"
netsh advfirewall firewall delete rule name="TenioDL游戏下载组件"
netsh advfirewall firewall delete rule name="腾讯产品下载组件"
netsh advfirewall firewall delete rule name="腾讯游戏Cross"
netsh advfirewall firewall delete rule name="Tencent Wegame Downloader"
netsh advfirewall firewall delete rule name="TGP tcls\tcls_core.exe"
netsh advfirewall firewall delete rule name="TGP tcls\Tenio\TenioDL\TenioDL.exe"
netsh advfirewall firewall delete rule name="TGP wegame.exe"
netsh advfirewall firewall delete rule name="WeGame Rail"
taskkill /IM TenioDL.exe /T /F
taskkill /IM tgp_browser /T /F
taskkill /IM TASLogin.exe /T /F
taskkill /IM CrossProxy.exe /T /F
taskkill /IM FeedBack.exe /T /F
taskkill /IM yxqxunyou.exe /T /F
taskkill /IM wegame.exe /T /F
taskkill /IM rail.exe /T /F
taskkill /IM LeagueCrashHandler.exe /F
taskkill /IM MDM.exe /F