Jump to content

[Exploit with foto]{Update + Video}l2phx poli analitiko (echant script)


Snoopi

Recommended Posts

  • 2 weeks later...
  • 3 weeks later...

sorry gia to double post ala to katafera kata 90% .... dld : to kanei enchant t wep kai to foraei apo monos tu o char ala dn paei st warehouse.... mono st inventory k st hand paei ... mia vgenei mia benei apo t xeri ala warehouse dn paei ka9olu...

Link to comment
Share on other sites

Mipos omos 3erei kaneis pou 8a bro scripts gia phx?

gia werhouse script einai afto edo

 

 

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('7F 50 02 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('32 01 00 00 00 7F 50 02 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.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...