Jump to content

[exploit With some FOTO Update + video] l2phx


Snoopi

Recommended Posts

yes SubZzEr0 i copy the paste into system and i have windows xP

sh0w the server have protect :) try other server go to hopzone up 7 page no big active playes but if you want easy ++ its GooD.... :)

 

Sry for duble trade but i see now..

Link to comment
Share on other sites

Q1) This works on C6 or just on HellBound and higher ?

Q2)If the servere where i play got a patch ... and my system is patched i can still use phx ?

 

I don't understand from script but i think this script put's ur item in wh wile u are enchanting i do that without a script ...but now is fixed on all server when u try to do that a message appears in the chat saying u will be kicked  :-\

PS:Thanks for sahring that stuff with us and good luck to others maybe on some server works (Sorry for my bad eng)

Link to comment
Share on other sites

it gives me an error.... in line "var a:array[1..100] of string;" it says "List index out of bounds (0)" whats wrong??

 

here is the modified script:

 

begin

  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('30 E4 07 10');

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('53 01 00 00 00 0C E4 07 10 01 00 00 00 ');

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;

            end.

end.

 

tnx

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...