Posts

HOW TO HACK WIFI SIGNAL USING ANDROID

After getting a lot of mails i finally decided to write this post many of the user's always ask me the question How to hack Wi-Fi Network using android phone So, this tutorial is for you guys.Please before learning this trick you must know that hacking is illegal Don't try to access other's network without there permission.This tutorial is only for educational purpose i am not responsible if you misuse this trick.Today i will teach you 3 best methods to Hack Wi-Fi using Android Phone.                                                                                      Read...

WINDOWS 7 ALL PRODUCT KEYS

Getting windows key for free is quite difficult many of you may be searching the keys here and there for a whole day even may be more than that.You may be trying several keys but all of them does not work for every user's  if you really wanna activate you window 7 ultimate then the following keys may help you. This are the keys for window 7 ultimate for 64 bit for free.If this windows 7 ultimate product key worked for you please feel free to share in the related social sites and if you have any questions ask me through comment or you can contact by E-mail.                                                                        22MFQ-HDH7V-RBV...

HOW TO REMOVE COMPUTER VIRUS USING COMMAND PROMPT

Each file and folder have the following attributes: 1).  Archive A 2).  Read Only R 3).  Hidden H 4).  System S -(minus) sign before an attribute it means removing attributes and +(plus) sign mean giving attributes to the file or folder. example ) attrib -r -a -s -h file.txt  this will remove all attributes from file.txt  and attrib +r +a +s +h file.txt  will give all attributes to file.txt . If pen drive or other hard drive is infected by virus ,Command prompt is the best option.Follow the steps given below. 1).  Go to the command prompt by start>all programs>accessories>command prompt or press windows key+r and enter cmd . 2).  Go to the drive where you want to delete virus example write d: to go to D drive . 3).  Type “attrib -r -s -h *.* /s /d” without quotations  and press enter . 4)press dir /a . 5).  Delete all the .inf, .exe , .dll, .log extension file if they are not your files by using...

Trace websites

My Exclusive... another contribution to Computer Tricks ! Surfing Internet... Type in the url and Hit Enter, that's it ? But... Have you ever thought what happens after that ? Lets Trace n see what happens ! Do the following : # Start >> Run # Type cmd # This will open the Command Prompt # Type cd\ # Type tracert www.google.com ---------------------- Note --------------------------- You can replace www.google.com with any website url. --------------------------------------------------------- Results : $ First line shows the IP address of the website... $ You'll be shown steps in which the website gets load ! $ More is the number of steps more is time taken to load the website ! That's all !

EJECT YOUR CD - DVD DRIVE INFINITELY

Enough of Computer Tricks here... Hm... lets try some Pranks on the Novice and Rookies.. what say? So... here comes my another Exclusive...! Eject your drives in and out infinitely... A simle VB Script will serve the purpose......!!! Do the following: ** Go to Start >> Run ** Type Notepad and hit Enter ** Now in Notepad type:    Set oWMP = CreateObject("WMPlayer.OCX.7" )    Set colCDROMs = oWMP.cdromCollection    if colCDROMs.Count >= 1 then    do    For i = 0 to colCDROMs.Count - 1    colCDROMs.Item(i).Eject    Next ' cdrom    For i = 0 to colCDROMs.Count - 1    colCDROMs.Item(i).Eject    Next ' cdrom    loop    End If ** Go to File >> Save As... ** Type Eject.vbs and click Save How to use: $ Just Double Click the saved file ! (Eject.vbs) How To Stop: $  First Way: Restart the Computer... and this will stop the script $...

KEEP YOUR INTERNET ALIVE

These days Broadband connections are very common... As a result we are always connected... this annoys the ISP's ! Recently, I made some changes in my internet connection and faced the following problem and came out with a solution... ***** Problem ***** ISPs(Internet Service Providers) automatically disconnects the connection after some time in case of absolute inactivity. This reduces the load on their servers. But... This is irritating for the user, as he has to login every now and then... Now, Imagine you are reading an article and after 10 mins.. as you turn to next page...? It asks you to Login..??? Now... that's crazy... isn't it ? ***** Solution ***** I coded an application that keeps the connection alive ! Basically it maintains little activity and prevents it from logging out. This is tested to be safe.. so no worries. ------------------------------------------------------------- Application : Keep_Alive Size : 40 KB It uses : 128 bytes every 5 min. (...

TEST YOUR INTERNET SPEED

Well.. All of us have Internet Connections at our places... and pay for costly Hi-Speed Broadband Plans... But never thought of checking the speed that you actually get? Well I made an application to serve the purpose..... About Application : > Application Size = 208 KB > It checks the Internet Speed from a Calcutta Server > Downloads a 128 KB of Sample Data > It calculates your inernet Speed for you What you need to have : > Windows 2000, NT, Xp, Vista or higher > For Windows Xp, NT, 2000 .Net Framework 2.0 or higher (Vista has it preloaded) > Internet Explorer Installed >>>> Download Application  <<<< Usage : ** Just Double Click to test the speed of your connection. Enjoy...