Jump to content

[Hlapex]Script?


Recommended Posts

hello everybody i found this script for hlapex, but i don't know what it can do :

 

var

i,uid,sid,trash:integer;

name:string;

 

begin

if FromServer then exit;

if pck[1]=#$08 then

begin

i:=2;

name:=ReadS(i);

uid:=ReadD(i);

sid:=ReadD(i);

ReadD(i); //UID второй раз

trash:=ReadD(i);

 

buf:=#$08;

WriteS(name);

WriteD(uid);

WriteD(sid);

WriteD(uid);

WriteD(trash);

pck:=buf;

end;

end.

 

If anyone can try it and tell us! thank you

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