Hello,
I'd like to acces your hacks exchanging my information.
First - Skill enchanting without Book of Giants.
1: You must be 76+ lvl with 3rd proffesion.
2: Open hLaPEx, which you can find here:
http://msfu.net.ru/download/download.ph ... hLaPEx.rar
3: Go to NPC which enchants skills (for example: human fighters in Adena's warrior guild)
4: Press on any skill (don't press learn)
5: Press Ctrl+F12 to capture with hLaPEx
6: Press learn (You will get the message, that tells you, that you don't have Book of Giants)
7: Press Ctrl+F12 to stop capturing
8: Open hLaPEx -> Sniffer, find line "unknown" ant press copy to send
9: Open "Send", in the line "Unknown" find number 65, change it to 66,67,67,69,70,6A,6B (for example, if you changed it to 70, it would enchant till +12)
10: Press "Send".
Thats pretty simple exploit, but very usefull!
Invisible.
1: To load script choose emote "YES", to turn off - "NO"
2: Here's the code:
//Invisible Mode
var
pck48:string;
hidden:boolean;
i,x,y:integer;
procedure Init;
begin
hidden:=false;
pck48:='';
randomize;
end;
procedure SendMsg(msg:string);
begin
buf:=#$4A;
WriteD(0);
WriteD(2);
WriteS('hLaPEx');
WriteS(msg);
SendToClient;
end;
begin
if FromServer then exit;
case ord(pck[1]) of
$1B:case ord(pck[2]) of
$05:
begin
SendMsg('invisible_mode: Off');
pck:=#$30;
hidden:=false;
end;
$06:
begin
if pck48='' then exit;
SendMsg('invisible_mode: On');
hidden:=true;
pck:=pck48;
i:=2;
x:=ReadD(i);
y:=ReadD(i);
x:=x+1000+round(random*200)-100;
y:=y+1000+round(random*200)-100;
buf:=pck;
WriteD(x,2);
WriteD(y,6);
pck:=buf;
end;
end;
$48:pck48:=pck;
$30:if hidden then pck:='';
end;
end.
3: In game choose emote "YES" and you'll get invisible!
Hide from IP ban.
If you got banned, change your IP with Hide IP, which you can get here:
http://www.box.net/public/4ustjcn0ch, in the quick menu right click on Hide IP icon, and press Change IP (It can be Change proxy in the other versions).
Nobless packet for hLaPEx
Go to the Grand Olympiad Manager, talk to it, paste the packet: 21 6D 00 65 00 6E 00 75 00 5F 00 73 00 65 00 6C
00 65 00 63 00 74 00 3F 00 61 00 73 00 6B 00 3D
00 2D 00 37 00 30 00 26 00 72 00 65 00 70 00 6C
00 79 00 3D 00 35 00 31 00 33 00 00 00 into hLaPEx, and you will get acces to blessed enchant scrolls and book of giants. L2j only.
So, thats some of my hacks collection, if I got free acces, I'd be very glad
With love, Mike
