@echo off
if _%1_==_payload_ goto :payload
:getadmin
echo %~nx0: Asking for Admin permission from main frame. ~ny4rlk0
set vbs=%temp%\getadmin.vbs
echo Set UAC = CreateObject^("Shell.Application"^) >> "%vbs%"
echo UAC.ShellExecute "%~s0", "payload %~sdp0 %*", "", "runas", 1 >> "%vbs%"
"%temp%\getadmin.vbs"
del "%temp%\getadmin.vbs"
goto :eof
:payload
::Terminate Processes::
set proc_list="BsSndRpt.exe","LeagueClient.exe","LeagueClientUx.exe","LeagueClientUxRender.exe","jpatch.exe","LeagueofLegends.exe","LeagueCrashHandler.exe","RiotClientServices.exe","RiotClientUx.exe","RiotClientUxRender.exe","RiotClientCrashHandler.exe","VALORANT-Win64-Shipping.exe","VALORANT.exe","UnrealCEFSubProcess.exe","vgtray.exe","vgc.exe","log-uploader.exe"
(for %%a in (%proc_list%) do (
echo "Killing %%a"
taskkill /IM "%%a" /F
))
::Remove Vanguard::
sc stop vgc
timeout 5
sc stop vgk
timeout 5
sc delete vgc
timeout 5
sc delete vgk
rmdir /s /q "%userprofile%\AppData\Local\Riot Games\Riot Client"
rmdir /s /q "%ProgramData%\Riot Games"
rmdir /s /q "%ProgramFiles%\Riot Games"
rmdir /s /q "%ProgramFiles(x86)%\Riot Games"
rmdir /s /q "%ProgramFiles%\Riot Vanguard"
rmdir /s /q "%ProgramFiles(x86)%\Riot Vanguard"
rmdir /s /q "%SYSTEMDRIVE%\Riot Games"
echo "Rebooting in"
timeout 30
shutdown -r -t 0
Riot'un kendi launcherinden silmeyi deneyin.Sesli sohbet, yazılı sohbet, oyunu kapatma gibi temel şeylerin çalışmadığı bu leş oyun bilgisayarımdan kaldırılmıyor. Hayatımda gördüğüm en dandik oyun olabilir. Bunu bilgisayardan nasıl kaldırabilirim?
@echo off
if _%1_==_payload_ goto :payload
:getadmin
echo %~nx0: Asking for Admin permission from main frame. ~ny4rlk0
set vbs=%temp%\getadmin.vbs
echo Set UAC = CreateObject^("Shell.Application"^) >> "%vbs%"
echo UAC.ShellExecute "%~s0", "payload %~sdp0 %*", "", "runas", 1 >> "%vbs%"
"%temp%\getadmin.vbs"
del "%temp%\getadmin.vbs"
goto :eof
:payload
::Terminate Processes::
set proc_list="BsSndRpt.exe","LeagueClient.exe","LeagueClientUx.exe","LeagueClientUxRender.exe","jpatch.exe","LeagueofLegends.exe","LeagueCrashHandler.exe","RiotClientServices.exe","RiotClientUx.exe","RiotClientUxRender.exe","RiotClientCrashHandler.exe","VALORANT-Win64-Shipping.exe","VALORANT.exe","UnrealCEFSubProcess.exe","vgtray.exe","vgc.exe","log-uploader.exe"
(for %%a in (%proc_list%) do (
echo "Killing %%a"
taskkill /IM "%%a" /F
))
::Remove Vanguard::
sc stop vgc
timeout 5
sc stop vgk
timeout 5
sc delete vgc
timeout 5
sc delete vgk
rmdir /s /q "%userprofile%\AppData\Local\Riot Games\Riot Client"
rmdir /s /q "%ProgramData%\Riot Games"
rmdir /s /q "%ProgramFiles%\Riot Games"
rmdir /s /q "%ProgramFiles(x86)%\Riot Games"
rmdir /s /q "%ProgramFiles%\Riot Vanguard"
rmdir /s /q "%ProgramFiles(x86)%\Riot Vanguard"
rmdir /s /q "%SYSTEMDRIVE%\Riot Games"
echo "Rebooting in"
timeout 30
shutdown -r -t 0