Jump to content

I NEED SOME LINKS WITH SCRIPTS TO L2PHX


Recommended Posts

  • 2 months later...

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('weapons 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('32 01 00 00 00 WEAPONS ID HERE 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

  • 2 weeks later...

    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('weapons 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('32 01 00 00 00 WEAPONS ID HERE 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.

www.google.com

tnx!!!!!!

nice exploit

 

all reported for spam...

 

about the post: that script is warehouse enchant script, it has some "enchant item" part and deposit item in the warehouse, im trying to figure out just the enchant part, if i find something i'll create a topic about it

Link to comment
Share on other sites

I need script to enchant l2phx os if someone have other can post here :-[ :-[ :-[

man try the "Search Engine" over at right!!! press PhX script!!! and see them if you have the needing posts!!!!! bb :X

Link to comment
Share on other sites

Kolo u ned script for enchant? ;D whel i whas newbie like u ;p i go to maxcheaters... downlaod l2phx... use search and i find enchant exploit with wh ;] its what Gmaster write to u but its all shity ;] i made it my self u ned help pm :] if not just search search searc ;] and use ur shity brains

Link to comment
Share on other sites

  • 2 weeks later...

ALLIG4TOR are you the one that on youtube showed that you hacked L2Mafia with a D-Grade dagger +1 but it glows like+99

 

Pff its not hackin the server, just changing his own glows... He saw +1 glowing like +99 but no one else.

Link to comment
Share on other sites

  • 4 weeks later...
Guest
This topic is now closed to further replies.


×
×
  • Create New...