lobonius Posted May 22, 2008 Posted May 22, 2008 i want to know some useful scripts for hlapex and phx.... if you have any to share i would be glad to know... and also, i'm looking for some help with gameguard emulator... i can't use it well... if you can help me, please do so!! thx for the attention!! and sry about the bad english Quote
nvus Posted May 22, 2008 Posted May 22, 2008 i dont think hlapex works anymore...there arent many useful scripts for l2phx anyways Quote
pwnnoob Posted May 25, 2008 Posted May 25, 2008 men i try in google or im a big noob and i dont know how to search or really hard find 1 Quote
eL2user Posted May 26, 2008 Posted May 26, 2008 There's only one that I've found out so far (i think it was in this forum but perhaps another one), it's a how to make adena script and it didn't work for me.... yep, in this forum - google - found it: var i,Amount,ListID,ItemID:integer; procedure msg(msg:string); begin buf:=#$4A; WriteD(0); WriteD(5); WriteS('hLaPEx'); WriteS(msg); SendToClient; end; begin if FromServer then exit; if pck[1]=#$1F then begin i:=2; ListID:=ReadD(i); if ReadD(i)<>1 then begin msg('Èñïîëüçóéòå òîëüêî îäèí ñëîò'); pck:=''; exit; end; ItemID:=ReadD(i); Amount:=ReadD(i); if Amount<=1 then begin msg('Ïàêåò îòïðàâëåí áåç èçìåíåíèé'); exit; end; buf:=#$1F; WriteD(ListID); WriteD(3); WriteD(ItemID); WriteD(Amount-1); WriteD(ItemID); WriteD(1); pck:=buf+#$54#$08#$00#$F0#$01#$00#$00#$00; msg('Ïàêåò ìîäèôèöèðîâàí'); end; end. ^ Original by Backside540. ^ Try it if you want it, if you get it working please reply back. Quote
Recommended Posts
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.