Jump to content

Recommended Posts

Posted

The problem is simple...but i don't know how to solve it.

i log in with phx in the server.i am doing everything right.but the problem is that my weapon when i am trying to do social victory....breaks.

not from the first scroll...

if i continue enchanting it..after 3-4-5 scrolls(normal) it will break.

what's goin wrong?

i thing that something with the script is goin wrong.

 

what i am doing?

 

I run phx which is inside the system folder.

I run l2.exe *NON PROTECTED* the system is 100% clear from protections etc.

I go to the scripts table and i am making a new script named WH enchant.

I copy the script there .

I save it.

I go to the Packets sniffer table.

I am ticking those "From Server* , *From Client* and  *Filters* (to solve the chaos ...)

I am going to the filters and i tick the UseItem (no. 14.) From Client table,and i disselect all the others.

I am doing that to see only the UseItem at the packets...and not EVERY PACKET....

I am Reusing the bow,i mean...i equip it and then i take it off.

Now,i see 2  UseItem ,both of them,have the same numbers as i saw,so it wont be a problem to take the first...or the second.

Now,i click in a UseItem and i copy...ONLY THE COLOURED NUMBERS.

AFter that,I go to the script...and i paste those coloured  numbers (from the useitem) in the correct place.

Now i save the script ,and i tick it.

Now i go InGame ..i login with a character and i see my name in the top of the phx.so it's ok.

I go to the wearhouse keeper.I double click it....(so ..the wh's window poped up.)

Now i am using a scroll..I ONLY USE IT .I DO NOT SELECT THE WEAPON AND PRESS OK..I ONLY USE IT!

After that i do socialvictory which is in F2 button.....

It goes ok...but after some scrolls...it breaks ,depending on the server's safe/enchant rate.

 

And here is the script,with a draconic bow focus UseItem in it.tell me if there is something wrong.

 

    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('71 70 00 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 71 70 00 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.

 

 

 

 

 

 

 

 

 

Posted

i will answer you about the brute! brute is a program that stills accs! to use it you need the IP of the server and i think the port of the db that the program needs to connect! after of this you have to find a really big and good wordlist! wordlist is a collection where there are thousand and thousand passwords and the program tests them and if find the correect pass and ID then gives the acc to you! that's it! also, about a link if you search at the forum you will find one! i think that the last share with brute made NS so search for it but a guide and i think that there isn't at the forum!

Posted

ok..maybe...i thing that it is the port too..

question:l2brute is still working?.....

or it's dead?.

well, brute works everywhere i think! but if you want to correct perfectly you must have a very big wordlist! and the biggest i saw was 2 gbs and is shared here at the forum! make a search and you will find it!
Posted

well.....i've read 2-3 guides about brute but i still cant understand how the hell it works......

so ...

it's.....COMPILICATED AS HELL...

i will make an other topic ...about l2brute,asking for help about how to use it and infos etc...after this problem with phx gets solved....

tittle/first post eddited.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...