Yes, it is because of the bypass. GG is sending packets every few minutes or so. And since it's not sending packets with this bypass, it'll disconnect.
pinpin, just search on google.
pinpin, just search on google.
ofc ";" marks a commentQuote:
while 1
If Hex(PixelGetColor(82,8),6) = "050807" Then ; If the black menu apears
Sleep(2000)
Send("{Enter}") ; sends enter -> random char entered in password field bypass (mostly if u use auto-hunt)
Sleep(1000)
MouseClick("left",528,381,1,0) ; clicks on password field
Send("") ; PUT YOUR PASSWORD HERE ; writes your password
Send("{Enter}") ; log in
Sleep(800)
MouseMove(950,650) ; moves mouse to a non-related coordonate ; some log in bug bypass
$serverN = PixelGetColor(436,237) ; we look for some color
$severHex = Hex($serverN,6) ;we convert dec to hex
while $severHex <> "3D97F3" ; when server list apears it continues
sleep(500)
$serverN = PixelGetColor(436,237)
$severHex = Hex($serverN,6)
WEnd
Send("{Right}") ;it logs in subserver 19 if the last server u entered is Mercury
Send("{Up}") ; and subserver 20 if the last server u entered is Mars
Send("{Up}") ;
Send("{Enter}") ;
$serverN2 = PixelGetColor(755,575) ; wait for some color
$severHex2 = Hex($serverN2,6)
while $severHex2 <> "55504A"
sleep(500)
$serverN2 = PixelGetColor(755,575)
$severHex2 = Hex($serverN2,6)
WEnd
Send("{Enter}") ; log's in with the 1st char
; u can add before the enter a Send("{Down}") if u wanna selected the 2nd char
; Send("{Down 2}") if u wanna select 3rd char and so on
EndIf
Sleep(500)
WEnd
AutoIT.Quote:
Originally posted by Falbala@Jul 6 2007, 11:09
err well how do this auto login works? :P
could you do a noob tut where you tell how to set this autorelogin up?
Would be Great!!
Falbala