PERFECT GUIDE TO CABAL SPEEDHACK

07/02/2007 18:40 bafao#16
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.
07/03/2007 12:48 ciprianrpp#17
yep got DC at last:D. after 13 minutes of play.

never played with speed for longer than 5 minutes till yesterday:D

waiting for the bypass solved.:(
07/03/2007 14:26 Jam3s1#18
I need a bypass, too
I become a disconnect every 15 seconds!!!!!!!!!!!
07/03/2007 18:02 praintat#19
I'm getting DCs every few minutes or so. CE is set to speed 5 and sleep 5. I started playing Cabal yesterday and with these settings leveled my FA from 0 to 18. The DCs are disturbing but that's it. I actually got quite a good routine in reentering my password, selecting a server and entering the world again....it's a 10sec thing.
07/03/2007 18:07 bafao#20
Even with the DCs, you have a huge advantage over normal players. But I can't be arsed to relog every minute... Only if we would have the cheat tables for the speed hack...
07/04/2007 21:04 hiddendarkness#21
mr.rattle's bypass has been fixed a long time ago ...
07/04/2007 21:55 XxAnimusxX#22
i just asked rattlz to update his bypass but im rly curious bout from where u did get this bypass...
07/05/2007 14:56 KamikadZee#23
so i can say speedhack dont work yes?
07/05/2007 17:01 praintat#24
When following the guide, the speedhack does work. You have to live with disconnects every few minutes though.
07/05/2007 17:47 bafao#25
It's not the speed hack, it's the bypass. The bypass is causing these disconnects.
07/05/2007 19:16 Dizzydbd#26
Fast and easy re - login in auto-it

Quote:
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 &#036;severHex <> "3D97F3" ; when server list apears it continues
sleep(500)
&#036;serverN = PixelGetColor(436,237)
&#036;severHex = Hex(&#036;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}") ;
&#036;serverN2 = PixelGetColor(755,575) ; wait for some color
&#036;severHex2 = Hex(&#036;serverN2,6)
while &#036;severHex2 <> "55504A"
sleep(500)
&#036;serverN2 = PixelGetColor(755,575)
&#036;severHex2 = Hex(&#036;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
ofc ";" marks a comment

PS: 1024x768 full screen
07/05/2007 20:53 bafao#27
It's not the auto relogin we need.

The most urgent is gameguard bypass >.<
07/06/2007 11:09 Falbala#28
err well how do this auto login works? :P

could you do a noob tut where you tell how to set this autorelogin up?

and maybe so that i would reconnect in the warchannel?

Would be Great!!

Falbala
07/06/2007 11:11 bafao#29
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
AutoIT.
07/06/2007 18:13 Falbala#30
ok i have copied this text in auto it script editor but it won't save it as an *.au3 or *.ax3 file... so what have i done wrong?