Author |
Finally! Free and Fullfledged gprs using Airtel Prepaid(India) |
jack-spicer Joined: Nov 03, 2006 Posts: 0 From: from PM |
i guess hac is telling to identify your machine as 10.x.x.6?
|
|
tapojyoti Joined: Oct 12, 2007 Posts: 15 From: The world above this one PM, WWW
|
Hello! Just registered 1 hour ago.Yo,hac_ker I don't know how to pm yet and I've not seen any buddy list of mine.Hope you people here don't mind,but,I'm in emergency of it.CAN anyone please give me sites through which i can visit web sites ONLINE.i'm searching a lot about GPRS airtel.Plus,in Kolkata,the speed is quite sufficient.I think I'll be able to post a link through which you will be able to access esato for free soon.Please help me with the online web browser.
|
hac_king Joined: Oct 28, 2006 Posts: 20 PM |
first of all please dont call me hacker???? seems to terrifying
i am a swwwweeeeeeeeeeeeet person in my general life so please just call me with my nicky or just with Gourav
@tapyojyoti or jyot of prodigit Ur way of free esato or in my way 80 persents of free surfing through airtel live is so old ,,, i discoverd it long ago whn airtel start data counter.. And you got it from GTALK alais rahul???? isnt it.... this is wap google gateway???? thik hena??
@jack.. hey buddy how yu got this??? even its not exact right but you got right class of ip ... ""and can you tell me how you got this ????""
|
av2006 Joined: Jan 17, 2007 Posts: 0 From: city PM, WWW
|
@hac_king
at least tell the name of the utility that u r using . |
tapojyoti Joined: Oct 12, 2007 Posts: 15 From: The world above this one PM, WWW
|
Yes,I got this from gtalk.But his google add didn't work for me so I kind of edited his trick. . . . . . . . .and don't speak so angrily.
|
tapojyoti Joined: Oct 12, 2007 Posts: 15 From: The world above this one PM, WWW
|
. . . . . And sorry i called yo hacker.Now i'll call you as yo nick(hac_king).sorry
|
jack-spicer Joined: Nov 03, 2006 Posts: 0 From: from PM |
@hac
............intra..............
[clnt(int. ip alot. dynam. by _tel's serv.) -> serv.(@tel's) ] -> we_
[]=Ext. ip.
Also []=i guess that D.C is NetS. isnt it?
there is another way here too --int. ip alot. dynam. by _tel's serv. |
Ramusree Joined: Aug 10, 2007 Posts: 4 PM |
@gourav
in your replay you had told that g****e w** g***w**y method as (GTALK alais rahul trick) so in other forums they are calling this as the GTALK method . . . You see how fast the information is going... |
jack-spicer Joined: Nov 03, 2006 Posts: 0 From: from PM |
@sreetech
jack whats the new 10.*.*.6 and where did you get it from .
are you there on any other forum . pls let me know the info and the place where one could get info about which class of ip to be used.
can you tell me what do you exactly mean by 10.*.*.* and where did you get the info from.
is the trick of airtel still working as I got deducted of 20rs last time. do pm aas MO is draining a lot of money.
listen bud- i'm not on any other forum and i DONT and i will NEVER use chat,e-mail,ir_,ork., etc.
and i've got such gift/INFO by becoming a lean and thin man who can be easily kicked out by a 10 yrs old boy.
my family members consider me anti-social.
i have got my infocus on for 12+ hours behind me per day and my h_ h_ 4705 dont complain either for 3-4 hours daily!
Have Fun and BE HAPPY 
[ This Message was edited by: jack-spicer on 2007-10-13 17:08 ] |
tapojyoti Joined: Oct 12, 2007 Posts: 15 From: The world above this one PM, WWW
|
@^^^Hey,you are not being funny,are you?Like PM me the trick.I don't like people being dishonest to me -24 hours since i registered.And for your info,I'm not a dishonest guy.Plus i'm confused
|
aatuif Joined: Sep 04, 2006 Posts: > 500 From: KASHMIR PM, WWW
|
Eid Mubarak!!!
|
hac_king Joined: Oct 28, 2006 Posts: 20 PM |
# This code sets the local IP address
# to a static IP of 10.0.0.100,
# with a subnet mask of 255.0.0.0,
# a default gateway of 10.0.0.1,
# and a metric of 1
# ------ SCRIPT CONFIGURATION ------
use Win32::OLE qw(in);
$strComputer = '.';
$strIPAddress = ['10.0.0.100'];
$strSubnetMask = ['255.0.0.0'];
$strGateway = ['10.0.0.1'];
$strGatewayMetric = [1];
# --------- END CONFIGURATION ------
$objWMIService = Win32::OLE->GetObject('winmgmts:' . '{impersonationLevel=impersonate}!\\\' . $strComputer . '\\root\\cimv2');
$adapters = $objWMIService->ExecQuery('Select * from Win32_NetworkAdapterConfiguration where IPEnabled=TRUE');
foreach my $a (in $adapters) {
$errIP = $a->EnableStatic($strIPAddress, $strSubnetMask);
$errGateways = $a->SetGateways($strGateway, $strGatewayMetric);
if ($errIP == 0) {
print "Success! The IP address has been changed.\n";
}
else {
print "Error! The IP address could not be changed.\n";
}
}
SOURCE:
http://techtasks.com/code/viewbookcode/1342
|
av2006 Joined: Jan 17, 2007 Posts: 0 From: city PM, WWW
|
@hac_king
wat we hav to do with this code ??
[ This Message was edited by: av2006 on 2007-10-15 17:28 ]
[ This Message was edited by: av2006 on 2007-10-15 19:49 ] |
hac_king Joined: Oct 28, 2006 Posts: 20 PM |
MAY B THIS WILL HELP YOU TO ACCOPLISH UR TASK.. Actualy i personaly not using any particular sof for ip spoofing . I hav my own long n so tedius but EXTREMLEY RISKY process. So i am not going to tell abt dat to anyone..
So i am serching for an easy way to hlp sme deserving persons.. I AM A MAD IN PROGRAMING MEANS DONT KNW MCH. so if anyone can get it. Then he can use free gprs..
@@any programmer..
Is there any java programmer among us?? I got some interesting java codes of airtel. So may b u could hlp.
|
jack-spicer Joined: Nov 03, 2006 Posts: 0 From: from PM |
"I got some interesting java codes of airtel"
PM it to me then.  |
|