Jump to content

Recommended Posts

Posted

15:19:15 Link LoginServer Succeed.

15:19:19 Login LoginServer Succeed.

15:19:20 服务器[02]当前在线率:13.35%,能否登陆:能

15:19:22 服务器[02]当前在线率:13.35%,能否登陆:能

15:19:26 服务器[02]当前在线率:13.35%,能否登陆:能

15:19:29 ->Login LoginServer Fail.

 

With:

 

[L2Extreme]

LoginServerIP=208.53.170.52

LoginServerPort=2106

ProtocolVersion=656

ServerList=Titan;Kastien;Staris;Tempest

 

Token=5F 3B 35 2E 5D 39 34 2D 33 31 3D 3D 2D 25 78 54 21 5E 5B 24

 

I'm sure for the IP, port, protocol, but i didn't manage to check the token... Seems to be a good OOG protection using DLL files, like the old l2x had ^^

 

Any help for that? Thx...

Posted

Packets from server 04=ServerList send 3 time. Block it.

Script for hlapex

var
a:Integer;
procedure Init;
begin
  a:=0;
end;
begin
  if FromServer then begin
      if pck[1] = #$04 then a:=a+1;
      if (pck[1] = #$04 ) and (a>1) then pck:='';
  end;
end.

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock