Jump to content

[Help]OOG for l2x


Recommended Posts

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...

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...