Showing posts with label DOS Hacks. Show all posts
Showing posts with label DOS Hacks. Show all posts

Thursday, September 6, 2012

How To Create Backdoor Trojan To Spy On Remote Computer

What is Backdoor? A "backdoor" into a computer is a hidden way of accessing the computer without the owner's knowledge. What can Backdoor do? Backdoor gives you full access of the target computer from your computer. You can read, delete, copy, or upload any file to victim’s computer. What Will You Need? Temporary access to target computer IP address of the target computer  Let’s Start to create backdoor:  1) Download...

Sunday, August 12, 2012

Create Locked Password Protected Folder Without Using Any Software

Yes, you can create a locked password protected folder without using any third party software. While surfing on internet i found a .BAT script that creates a folder with password protection. You have to only copy & paste this script, put your password and you are done! Here are the steps : 1) Open notepad. Copy and paste below script and save file as lock.bat cls @ECHO OFF title technoyz.blogspot.com if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"...

Tuesday, July 24, 2012

How to Hide Secret Documents inside JPG Images

Turn out that it is actually very easy to hide (or embed) other file inside a JPEG image. You can place video clips, pdf, mp3, Office documents, zipped files, webpage or any other file format inside a JPEG image. Let's say you want to hide a confidential PDF document. What you can do is convert that file into a regular jpg image so even if anyone double-clicks this file, all he will see is a preview of the image and nothing else. And when you...

How to extend Windows 7 trial to a full version

If you install Windows 7 and don’t enter an installation key, the 30-day activation clock starts. To see how many days you have left, click Start, right-click Computer, and choose Properties. At the bottom of the dialog under Windows Activation, you’ll see the number of days left in your trial period. When that number gets close to zero, you can extend the free period another 30 days via the following steps: Step 1 : Click Start-->All Programs-->Accessories....

Wednesday, July 18, 2012

How to create Matrix Virus in just 2 minutes

This is a fake virus and does not cause any real harm to your computer. Now lets see how to make it. Step 1 : Open Notepad. Step 2 : Copy and Paste this code : @echo off color 2 cls :A echo 3 2 3 4 6 8 4 2 3 9 7 3 4 9 7 # 3 1 7 9 1 0 9 2 4 6 2 1 3 4 5 3 5 2 1 0 3 6 echo 2 5 5 6 4 7 1 8 6 8 6 0 8 6 4 1 5 6 4 @ 8 8 0 3 1 4 6 8 ...