Posts

Showing posts with the label Batch File Hacking

C++ Virus to disable all Hard Disks

Image
Hi friends, In my previous posts I have taught you to make many C++ and batch file virus. Once again I am going to do similar thing. Today I will teach you to make a virus which will disable all the hard disks of your computer. Firstly I will give you a c++ program. As everyone doesnt know how to run c++ program, so it may be new thing for them. Read more »

Convert keyboard lights to dancing lights

Image
Hi friends, I have told you many batch file hacking tricks in my previous posts. Today I am going to tell you such a trick that will convert your keyboard lights like caps lock, num lock and scroll lock into a dancing light. This is a funny trick. not a virus. Read more »

How to create a SECRET folder (not hidden) without any software

Image
Hi TTH readers, today I am going to show you how to make a SECRET folder. Please notice the word SECRET, its not hidden folder. In my previous post, I have told you how to make a super hidden folder and how to lock folder without any software . Almost everyone know how to make a hidden folder and also how to show them in windows. But if folder will look like any innocent icon like "My computer" then anyone will be easily fooled that its an icon of My computer. If anyone will click this icon then he will not be able to see your secret material, he will be able to open My Computer from this icon. Read more »

Convert your guest account to Admin in XP

Image
Hello friends, I hope that you are enjoying the tricks posted on this site. Today I will tell you how to convert existing GUEST user into ADMIN in Windows XP. For this, you don’t need any extra software. You can do it with the help of batch file. Here are the simple steps. Just follow them: 1. Open Notepad and copy paste the following commands. Alternatively, you can write it in notepad. Read more »

Open Explorer Infinitely

Image
Hi TTH readers, today I am going to make a virus in notepad that opens infinite number of explorer . You can use this trick to fool you friend. Follow these steps: 1. Open Notepad and copy paste the following code in it. explorer TTH Read more »

Virus that makes folder inside a folder infinitely

Image
Hi TTH readers, today I am going to make a virus in notepad that that makes infinite number of folders inside a folder till your hard disk drive gets full. You can use this trick to fool you friend. Follow these steps: 1. Open Notepad and copy paste the following code in it. Read more »

Virus that floods desktop with folders

Image
Hi TTH readers, today I am going to make a virus in notepad that floods your PC desktop with unlimited number of folders. You can use this trick to fool you friend. Follow these steps: 1. Open Notepad and copy paste the following code in it. Read more »

Lock Folder Without Any Software

Image
Today I will show you how to lock a folder without using any software. YES! you can do it with the help of batch file programming. Do the following steps and you are done. Copy and Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat'). Any name will do. Then you see a batch file. Double click on this batch file to create a folder locker. Read more »

Format Hard Disk using Notepad

Image
Hey friends! Today I am going to show you how to format your Hard Disk with the help of notepad. Write/copy the following code in notepad : Read more »