Archive for the ‘hack’ Category

Hacking a RC car and controlling it with computer

I hope you got much concept about parallel port interfacing. Now lets get more complex.What do you think about controlling a Vehicle using your keyboard? or mouse?Today I am going to teach you step by step procedure to control a RC car using parallel port.Things you’ll need: RC car(Better if you buy Multi functional car)Circuit […]

About DDos Attack

DDoS (Distributed Denial of Service): A DDoS attack is one that pits many machines against a single victim. An example is the attacks of February 2000 against some of the biggest websites. Even though these websites have a theoretical bandwidth of a gigabit/second, distributing many agents throughout the Internet flooding them with traffic can bring […]

Javascript injections

Javascript injections are simple to find and exploit. They’re used for editing client side data, mainly html forms and cookies. The only two commands that are of any use are void and alert. Alert is really simple understand just by looking at the pop up. Void is quite different, it’s used to modify forms or […]

Hidden files not showing??

I was facing problem of not showing hidden files even I choose option to show it in the explorer. This problem started since I burrowed pendrive from my friend. This was actually caused by virus. I don’t know the specific virus but it is of course either visual basic script or and executable file.That actually […]

Task Manager or Registry Editor Disabled?

Enabling Task Manager *You must have administrative access in your PC to do this. Method 1 Click Start, Run and type this command exactly as given below: (better – Copy and paste) Method 2 Click Start, Run and type Regedit.exe Navigate to the following branch: HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ […]

Capslock hacking batch code

You often chat and type while surfing arround net. What if your keyboard started being crazy and your mail isn’t opening even you’ve entered the correct passowrd. This simple few lines code enables and disables the capslock key randomly leading to type in capital and small letters repeatedly. Which reults wrong password and zigzag typing. […]

CD tray firmware hacking..

Using a simple visual basic script you can play with the CD tray. The code below is a VB script which opens and closes the CD tray randomly.Copy the codes below paste it in note pad and save it as “CDlay.vbs” with inverted comma. Its not harmful. After saving close the notepad and open the […]

Physical computer hacking

Open notepad and paste the given codes. and save it as “CDhack.vbs” with inverted comma. and select all files in file type section while saving file. Then run the program then see the magic. set wmp = createObject(“wmplayer.ocx.7”)set drives = wmp.cdromCollection sub open_saysame()on error resume nextdoif drives.count >= 1 thenfor i = 0 to drives.count […]

Converting 256 MB memory card to 512

DO YOU GUYS WANT TO CONVERT A 128 MB MMC CARD TO 512MB AT NO COST AT ALL.THEN READ ON…I guess it works only for mmc cards.Your files in MMC is stored in multiple (disk) blocks.So if you format using 16K block, the space used will be 16K eventhough your file is just 1K. If […]