Install NOWT instead of VRY
This commit is contained in:
parent
bd79e38bf1
commit
282b8495a5
1 changed files with 27 additions and 18 deletions
|
@ -250,25 +250,34 @@ ECHO Setting up OpenTabletDriver...
|
|||
XCOPY "%LOCALAPPDATA%\OpenTabletDriver\Presets\vertical-main.json" "%LOCALAPPDATA%\OpenTabletDriver\settings.json" /-I /Y
|
||||
|
||||
:: Install VALORANT rank yoinker
|
||||
ECHO VALORANT rank yoinker...
|
||||
:: ECHO VALORANT rank yoinker...
|
||||
:: PowerShell -Command "" ^
|
||||
:: "$repo = 'zayKenyon/VALORANT-rank-yoinker';" ^
|
||||
:: "$releases = \"https://api.github.com/repos/$repo/releases\";" ^
|
||||
:: "$tag = (Invoke-WebRequest $releases | ConvertFrom-Json)[0].tag_name;" ^
|
||||
:: "$file = \"VALORANT-rank-yoinker_$tag.zip\";" ^
|
||||
:: "$link = \"https://github.com/$repo/releases/download/$tag/$file\";" ^
|
||||
:: "$archive = 'vry.zip';" ^
|
||||
:: "$outfile = Join-Path -Path $env:TEMP -ChildPath $archive;" ^
|
||||
:: "Invoke-WebRequest -Uri $link -OutFile $outfile;" ^
|
||||
:: "cd $env:TEMP;" ^
|
||||
:: "Expand-Archive -Path $archive -DestinationPath '%LOCALAPPDATA%\VALORANT-rank-yoinker' -Force;" ^
|
||||
:: "$WshShell = New-Object -comObject WScript.Shell;" ^
|
||||
:: "$Shortcut = $WshShell.CreateShortcut('%APPDATA%\Microsoft\Windows\Start Menu\Programs\VRY.lnk');" ^
|
||||
:: "$Shortcut.WorkingDirectory = '%LOCALAPPDATA%\VALORANT-rank-yoinker';" ^
|
||||
:: "$Shortcut.TargetPath = '%LOCALAPPDATA%\VALORANT-rank-yoinker\vry.exe';" ^
|
||||
:: "$Shortcut.Save()"
|
||||
:: REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\vry" /f /v DisplayName /t REG_SZ /d "VALORANT-rank-yoinker"
|
||||
:: REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\vry" /f /v InstallLocation /t REG_SZ /d "%LOCALAPPDATA%\VALORANT-rank-yoinker"
|
||||
|
||||
:: Install NOWT
|
||||
ECHO NOWT...
|
||||
PowerShell -Command "" ^
|
||||
"$repo = 'zayKenyon/VALORANT-rank-yoinker';" ^
|
||||
"$releases = \"https://api.github.com/repos/$repo/releases\";" ^
|
||||
"$tag = (Invoke-WebRequest $releases | ConvertFrom-Json)[0].tag_name;" ^
|
||||
"$file = \"VALORANT-rank-yoinker_$tag.zip\";" ^
|
||||
"$link = \"https://github.com/$repo/releases/download/$tag/$file\";" ^
|
||||
"$archive = 'vry.zip';" ^
|
||||
"$outfile = Join-Path -Path $env:TEMP -ChildPath $archive;" ^
|
||||
"Invoke-WebRequest -Uri $link -OutFile $outfile;" ^
|
||||
"cd $env:TEMP;" ^
|
||||
"Expand-Archive -Path $archive -DestinationPath '%LOCALAPPDATA%\VALORANT-rank-yoinker' -Force;" ^
|
||||
"$WshShell = New-Object -comObject WScript.Shell;" ^
|
||||
"$Shortcut = $WshShell.CreateShortcut('%APPDATA%\Microsoft\Windows\Start Menu\Programs\VRY.lnk');" ^
|
||||
"$Shortcut.WorkingDirectory = '%LOCALAPPDATA%\VALORANT-rank-yoinker';" ^
|
||||
"$Shortcut.TargetPath = '%LOCALAPPDATA%\VALORANT-rank-yoinker\vry.exe';" ^
|
||||
"$Shortcut.Save()"
|
||||
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\vry" /f /v DisplayName /t REG_SZ /d "VALORANT-rank-yoinker"
|
||||
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\vry" /f /v InstallLocation /t REG_SZ /d "%LOCALAPPDATA%\VALORANT-rank-yoinker"
|
||||
"$exe = 'NOWT-Installer.exe';" ^
|
||||
"$link = 'https://github.com/pwall2222/NOWT/releases/latest/download/' + $exe;" ^
|
||||
"$file = Join-Path -Path '%TEMP%' -ChildPath $exe;" ^
|
||||
"Invoke-WebRequest -Uri $link -OutFile $file;" ^
|
||||
"Start-Process $file '/SUPPRESSMSGBOXES', '/VERYSILENT'"
|
||||
|
||||
:: Install Deceive
|
||||
ECHO Deceive...
|
||||
|
|
Loading…
Reference in a new issue