Skip to content

Instantly share code, notes, and snippets.

@SoftwareRat
Created February 4, 2022 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SoftwareRat/d02c643df6fc986513ddc36f35e43ad6 to your computer and use it in GitHub Desktop.
Save SoftwareRat/d02c643df6fc986513ddc36f35e43ad6 to your computer and use it in GitHub Desktop.
ARCHIVE for my Script for GeForce NOW for April 2020, this doesn't work nowadays ofc
@ECHO OFF
color 47
cls
%HOMEDRIVE%
cd %localappdata%
md Downloads
md WinRAR
md 8-Zip
md Notepad++
cd "\Program Files (x86)\Steam"
title GeForce Now Raper by SoftwareRat - Version 1.5
color 47
ren uninstall.exe uninstall.exe.bak
cls
echo 7-Zip will be installed...
curl -O https://www.rarlab.com/rar/winrar-x64-590.exe
ren winrar-x64-590.exe uninstall.exe
cd %localappdata%\8-Zip
curl -O downloads.softwarerat.de/8-ZipPatch.rar
"C:\Program Files (x86)\Steam\uninstall.exe" /S /D%localappdata%\WinRAR
timeout 2 > nul
%localappdata%\WinRAR\unrar.exe e 8-ZipPatch.rar
del 8-ZipPatch.rar
color 47
echo 7-Zip installed!
cd "\Program Files (x86)\Steam"
del uninstall.exe
cls
color 47
:FIREFOX:
curl -LJO "https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US"
ren "_product=firefox-latest-ssl&os=win64&lang=en-US" firefoxcrash.exe
%localappdata%\8-Zip\8z.exe x firefoxcrash.exe
del icefox.exe
ren setup.exe uninstall.exe
color 47
cls
echo Firefox will be installed...
uninstall.exe /InstallDirectoryPath=%localappdata%\Firefox
rmdir /q /s core
ren %localappdata%\Firefox\firefox.exe icefox.exe
color 47
cls
echo Firefox installed!
del uninstall.exe
del firefoxcrash.exe
color 47
cls
:ChangeDownload:
echo Change the Downloadlocation
REG ADD "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /f /v {374DE290-123F-4565-9164-39C4925E467B} /t REG_EXPAND_SZ /d C:\Users\kiosk\AppData\Local\Downloads
:Notepad:
cd %localappdata%\Notepad++
curl -LJO https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.8.5/npp.7.8.5.bin.x64.7z
%localappdata%\8-Zip\8z.exe x npp.7.8.5.bin.x64.7z
ren notepad++.exe noteblyat++.exe
del npp.7.8.5.bin.x64.7z
cd "\Program Files (x86)\Steam"
:RobloxInstaller:
echo Installing Roblox...
curl -LJO https://www.roblox.com/install/setup.ashx
ren RobloxPlayerLauncher.exe uninstall.exe
uninstall.exe
del uninstall.exe
:Taskbar:
cd %localappdata%
curl -O https://downloads.softwarerat.de/gfnx_tmgay/Taskbar.7z
cls
echo Shell will be installed...
%localappdata%\8-Zip\8z.exe x %localappdata%\Taskbar.7z
cd Taskbar
start start.bat
color 47
cls
echo Shell installed!
del %localappdata%\Taskbar.7z
ren uninstall.exe.bak uninstall.exe
start C:\Users\kiosk\AppData\Local\Firefox\icefox.exe
color 47
cls
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment