raouf67 Posted April 7, 2007 Posted April 7, 2007 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
virtualas Posted April 9, 2007 Posted April 9, 2007 try to test it in pascal program to find out, because those commands are from pascal
Rob Posted April 21, 2007 Posted April 21, 2007 It is a script like the other to login on servers without password... But seems that doesnt work.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now