andrei1155 Posted April 11, 2008 Posted April 11, 2008 This is the hidden content, please Sign In or Sign Up
andrei1155 Posted April 12, 2008 Author Posted April 12, 2008 I tryed it and it worked on venezuela server !!!
retghy Posted April 12, 2008 Posted April 12, 2008 Hide it please, some ppl still play that server, they gonna patch it soon when they see this...
Frank Posted April 12, 2008 Posted April 12, 2008 var a:array[1..100] of string; i,n:integer; id,withdraw,openwh,useitem,wh,enchant:string; begin //Item id need to be captured.For example from UseItem packet id:=hstr(' ===========ITEM ID HERE======== '); useitem:=hstr('14')+id+hstr('00 00 00 00'); wh:=hstr('31 01 00 00 00')+id+hstr('01 00 00 00'); enchant:=hstr('58')+id; //openwh need to be captured:RequestBypassToServer openwh:=hstr(' =======BYPASSSERVER HERE========== '); withdraw:=hstr('32 01 00 00 00')+id+hstr('01 00 00 00'); if (fromclient) and (pck=hstr('1B 02 00 00 00 ')) then begin buf:=withdraw; sendtoserver; buf:=openwh; sendtoserver; end; if (fromclient) and (pck=hstr('1B 03 00 00 00 ')) then begin buf:=useitem; sendtoserver; buf:=wh; sendtoserver; buf:=wh; sendtoserver; buf:=enchant; sendtoserver; end; What is this and why you post it?? Please hide your post!
retghy Posted April 12, 2008 Posted April 12, 2008 The script does not run, I think it has something wrong.. If you could explain better. I play that server BTW
wakowako Posted April 12, 2008 Posted April 12, 2008 its for l2phx or hlapex? :$ I Think Its For L2phx
divine1 Posted April 12, 2008 Posted April 12, 2008 Script is good but you have to know some packets. Thx for share.
andrei1155 Posted April 12, 2008 Author Posted April 12, 2008 WHY i have to HIDE????? ITS WORKING !!! AND ITS FOR L2PHX NOT HLAPEX ,SO GO ON USE IT )
andrei1155 Posted April 12, 2008 Author Posted April 12, 2008 SOME people ARE USING IT IN SERVER OK NOT SOME BUT MANY!!!!!! LETS SAY IN VENEZUELA SERVER THERE ARE PLAYERS AROUND 400 AND 150 OF 400 ARE USING IT !!!! I SAID ITS NOT 100% ENCHANT ITS MORE LIKE 90%-95% MAYBE EVEN 99%
Mr.Shadly Posted April 12, 2008 Posted April 12, 2008 So could you explain guys what that script does if you would do it manually?
Recommended Posts