Monday, 11 July 2011

Use Mouse To Operate Keyboard


On screen keyboard is one of the coolest windows features that displays a virtual keyboard on the computer screen that allows people with mobility impairments to type data by using a pointing device or joystick..

To use it go to start-> run and type 'osk' and hit enter.

Use Keyboard As Mouse


When mouse isn’t working properly , this trick can be very helpful. To activate mouse keys all you do is press Alt+Left shift key + NumLock and click OK or press enter .

Use the Numerical pad for controlling the mouse pointer.
5 is for click.
+ is for double click
- for right click.

/*  Akkshay...  */

Sunday, 10 July 2011

Prepare Simple Harmless Virus Using Notepad


You can prepare a virus using just notepad. This virus will not infect your computer but it will help you to scare your friends.

No any other software installation is needed.

Step wise process -

  1)      Open Notepad.
   
  2)      Copy/Paste the following data in it.

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

  3)      Save this file with '.bat' extension.  (eg.- Virus.bat)

N done….

  4)      Now open the saved file.
      It will first open a black console screen and then it will start opening notepad without stopping.

  5)      For stopping this process, First close the black console screen. It will stop opening notepads.
 
  6)      Then close all notepads.
                And proble solve. 
        
      Caution:- If you keep console screen on for long time…it may cause to hang your computer. And then you will have to restart it.

Waitings For Comments…….

How To Convert Text Into Audio Using Notepad

This is simple notepad trick that convert any text to audio with just a click.
You don’t need to install any software for this trick.

1) Open Notepad , and copy/paste following code
Dim msg, sapi
msg=InputBox("Enter your text for conversion–www.hacxpert.blogspot.com","Akkshay Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

2) Save  your file as-  name.vbs

Done.. :-)

3)Now open the saved file and type the text you want to convert and click OK.

Kindly Post Your Comments....


How To Hack Windows Password


This is step by step tutorial that explains how to hack windows password setting backdoor. You probably know that you can change windows password via command prompt (cmd) without knowing old password.
Only problem is access to command prompt without logging in. If you press five times shift key you’ll get a dialog box “sticky keys” on screen, this is the only feature which can be used before logging in at logon screen.
So , we’ll replace stick keys (sethc.exe) with cmd.exe , when we press shift 5 times, system would again start sethc.exe but instead of sticky keys the command prompt will be opened.
1) Go to C:/Windows/System32 and file .exe file called Sethc

2)Try to delete or move (cut/paste ) to other folder, it isn’t important which one just move it from System32 folder. You’ll get pop up box as below
3)You can’t change system32 directory files until you do not have the permissions, we’ll need take ownership, change permissions , right click on Sethc.exe and clikc Run as Administrator
4)Right click on sethc.exe and click on Properties
5)Go to Security tab and click on Advanced

6)Go to owner tab and click edit

7)Change the owner from “trusted installer” to “administrator” and click apply.
8)Return to Security tab and click on Edit , select administrator and give it full control and apply changes
9)Go to start, in search box type cmd and copy/ paste cmd .exe to desktop
10)Rename cmd to sethc
11)Now replace the orignal sethc.exe with our sethc.exe (cmd). Try to press five times shift key, it should appear command prompt window .
Windows Xp users just need to replace the orignal sethc.exe with our sethc.exe , don’t need to set permissions (step 4-8).
To change windows password via command prompt use following command
Syntax : net user account.name *
Example: net user ivan *
Whenever you would get friend’s laptop set up backdoor and you’ll always be able to hack windows password.

Kindly post your comments.