Friday, 22 March 2013
Monday, 18 March 2013
What is RAT (Remote Access Trojan) ?
RAT stands for Remote Access Trojan or Remote AdministrationTool. It is one of the most dangerous virus out their over the internet. Hacker can use RAT to get complete control to your computer. He can do basicly anything with your computer. Using RAT hacker can install keyloggersand other malicious viruses remotely to your computer, infect files on your system and more. In this post i will tell you about what hacker can do with your computer using RAT and tell you about some commonly use RAT by hackers.
Friday, 15 March 2013
Learn To Make Dangerous Virus In A Minute
In my previous post i had teach you guys to create virus that disable mouse and Virus to format Hard Disk. In this post i will teach you to make simple yet very powerfull or you can say harmfull computer virus using a batch file. No software is required to make this virus, Noteapad is enough for it. The good thing about this virus is it is not detected by any AntiVirus.
Thursday, 14 March 2013
Awesome VLC Media Player Trick
In this tutorial i will share a simple trick yet interesting trick i came across while surfing on the internet. I will call it VLC Inception trick. This trick is simple and works on windows xp as well as windows 7. If you know this trick then its great if you don't then lets dive into it.
How To Do This Trick ?
- Open Vlc Media Player.
- Then Press Cltr + N
- Now Type "Screen://" (without quotes)
- Click on Play and watch this simple little trick.
Wednesday, 13 March 2013
Learn Batch Programming (Video tutorials)
Batch File programming is really really easy then any other programming language. You could do cool stuffs with batch file. I had previously posted about Matrix effect and Mouse virus which are created using batch file programming. I came acrossbatch file programming videos on youtube so i am sharing with you all. It will hardly take your 30 minutes and you will learn a new language. This are 3 begineers videos if you like it i will find more for you guys. So lets get started learning batch programming.
Tuesday, 12 March 2013
Keyboard Dancing Led Light Trick
Today i will be showing you an interesting trick which will let your keyboard led light to dance. Basically we will be creating a vbscript to make caps lock, num lock and scroll lock to perform this trick. So lets get started.
How to do that ?
1. Open Notepad and copy below codes into it.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2. Then save this file as led.vbs (.vbs is must)
3. Open your save file and see your keyboard led blinking like disco lights.
How to disable blinking Led ?
1. First open Task Manager [ctrl+alt+del ]
2. Then Go to process tab.
3. Select wscript.exe
4. Click on End process.
Monday, 11 March 2013
Setting Video As Desktop Wallpaper
Ever wanted to set cool videos as your computers Desktop Wallpaper, then you came to right place. Today in this post i will teach you how to set videos as your Desktop Wallpaper with a simple nice little trick and small tool or software that mostly every one has installed on their computer or laptop. This trick works on Windows Xp as well as it works on windows 7. Go through below post to learn this simple trick.
Labels:
INTERESTING TRICKS,
WINDOWS
Location:
Rajasthan, India
Sunday, 10 March 2013
Virus to Format Hard Disk !!!

Today i will show you how to make a virus to format Hard disk. You can send this file to your friend or enemy to format their Hard disk. But please don't try this on your own computer or else you will end up formatting your own computer.
- Copy the below codes into Notepad.
01001011000111110010010101010101010000011111100000
- Save the file as Format.exe
- You have created your virus. Enjoy !!!
Saturday, 9 March 2013
Friday, 8 March 2013
Finding Ip Address Of A Website Using Command Prompt Or CMD
In this tutorial i will teach you to find Ip Address of any website using Command Prompt or in short CMD. Using IP Address you can find location of the website server and do more stuff. I will demostrate this tutorial with Google but you can use this method to find IP Address of any website like twitter, facebook etc. So lets get started.
Wednesday, 6 March 2013
How to Protect Folder & Files with .bat Notepad Trick
Usually there are many software’s which can help you lock and protect your files, you can obviously use some password or hide that folder so that only you have the key to unlock or unhide it. Well these software's provide a good protection to overall your files but this protection cot something in matters of money so what if you don’t wanna invest in any of the software's, do you have any good alternative to hide your folder well you can do that through RUN Command Trick or you can follow the below trick.
Through this trick you are gonna create a locker in which you are gonna store all your files and than you can choose to hide that folder. So follow steps below to see it in action.
- Open Notepad ( make a search in your start menu )
- Now copy below text to your Notepad
Tuesday, 5 March 2013
Incredibly Secure Full Proof Folder Hiding Trick for Windows

Subscribe to:
Posts (Atom)