Esato

Forum > Regional > Asia Pacific > Finally! Free and Fullfledged gprs using Airtel Prepaid(India)

Previous  123 ... 357358359 ... 402403404  Next
Author Finally! Free and Fullfledged gprs using Airtel Prepaid(India)
jack-spicer
T68 gold
Joined: Nov 03, 2006
Posts: 0
From: from
PM
Posted: 2007-10-12 11:41
Reply with quoteEdit/Delete This PostPrint this post
i guess hac is telling to identify your machine as 10.x.x.6?
tapojyoti
T68 gold
Joined: Oct 12, 2007
Posts: 15
From: The world above this one
PM, WWW
Posted: 2007-10-12 18:41
Reply with quoteEdit/Delete This PostPrint this post
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
K500
Joined: Oct 28, 2006
Posts: 20
PM
Posted: 2007-10-12 21:33
Reply with quoteEdit/Delete This PostPrint this post
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
T68 gold
Joined: Jan 17, 2007
Posts: 0
From: city
PM, WWW
Posted: 2007-10-12 23:06
Reply with quoteEdit/Delete This PostPrint this post
@hac_king

at least tell the name of the utility that u r using .
tapojyoti
T68 gold
Joined: Oct 12, 2007
Posts: 15
From: The world above this one
PM, WWW
Posted: 2007-10-13 06:00
Reply with quoteEdit/Delete This PostPrint this post
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
T68 gold
Joined: Oct 12, 2007
Posts: 15
From: The world above this one
PM, WWW
Posted: 2007-10-13 08:10
Reply with quoteEdit/Delete This PostPrint this post
. . . . . And sorry i called yo hacker.Now i'll call you as yo nick(hac_king).sorry
jack-spicer
T68 gold
Joined: Nov 03, 2006
Posts: 0
From: from
PM
Posted: 2007-10-13 08:47
Reply with quoteEdit/Delete This PostPrint this post
@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
K810 Ivory
Joined: Aug 10, 2007
Posts: 4
PM
Posted: 2007-10-13 14:07
Reply with quoteEdit/Delete This PostPrint this post
@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
T68 gold
Joined: Nov 03, 2006
Posts: 0
From: from
PM
Posted: 2007-10-13 15:44
Reply with quoteEdit/Delete This PostPrint this post
@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
T68 gold
Joined: Oct 12, 2007
Posts: 15
From: The world above this one
PM, WWW
Posted: 2007-10-13 17:07
Reply with quoteEdit/Delete This PostPrint this post
@^^^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
R520
Joined: Sep 04, 2006
Posts: > 500
From: KASHMIR
PM, WWW
Posted: 2007-10-13 17:15
Reply with quoteEdit/Delete This PostPrint this post
Eid Mubarak!!!
hac_king
K500
Joined: Oct 28, 2006
Posts: 20
PM
Posted: 2007-10-15 13:16
Reply with quoteEdit/Delete This PostPrint this post
# 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
T68 gold
Joined: Jan 17, 2007
Posts: 0
From: city
PM, WWW
Posted: 2007-10-15 17:15
Reply with quoteEdit/Delete This PostPrint this post
@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
K500
Joined: Oct 28, 2006
Posts: 20
PM
Posted: 2007-10-16 06:38
Reply with quoteEdit/Delete This PostPrint this post
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
T68 gold
Joined: Nov 03, 2006
Posts: 0
From: from
PM
Posted: 2007-10-16 10:20
Reply with quoteEdit/Delete This PostPrint this post
"I got some interesting java codes of airtel"

PM it to me then.
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 357358359 ... 402403404  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic