The Secrets of a dark master xD
Posted: January 17th, 2007, 8:23 am
Hi, many of ppl have helped me along the years of L2 playing, I know that by posting this, all my chars with this nick name will get banned, flammed, put on *.gotowned.com, etc, but anyway, I am up for the knowledge, not the having SUPERLEETZOR char, I love computers, I love knowledge, so, its time to share it.
(all of this info come from one of 2 sources, they are, from my personal experience with friends or alone or from other ppl, sites, wateva, will try to make it as clear as possible for everyone to understand, and this might still work or not, try them if you want, make sure you dont try it near ppl who can tell the admins what you are doing, if ilegal xD )
OK, lets start .
hLaPEx fun
----
what it is and what it does, it is basically a packet sniffer who lets you re-send and decode them aswell. (packets are small pieces of information that are sent over the internet), in hLaPEx they are translated as HEX code for you, but theres inner functionally that lets you "read" header of packets (header of packets are the first letters in a packet, they, in linage, tell the Server or Client where to send that info, and where that info applies, beeing in CharStatus, CharPossition, Time of day, itens you have, etc.
"Reading" a packet:
216E00700063005F003200360038003400370034003500310036005F006300680061006E00670065005F0063006C006100730073002000320036000000
For example...
packets.txt in hlapex data folder tells us :
21=RequestBypassToServer:s(Command)
so, everything after the header, that is 21, is a command, in hlapex you can translate that command to a more easier to understand string in hlapex, using HEX tools :
copy that HEX code into Converter - HEX on the Send menu... but strip the 21 that is the header... you get :
npc_268474516_change_class 26
What this tells us is that, you requested a Bypass to the server, on NPC 268474516, and that bypass was a custom build function (on the server) that the name was "change class", and passed 26 as argument, and that 26 is, in this case, is a Char class, from my studies, they rage from 20 to 127 (or 117, dont remember, and cant test at this point, soz) and from what i tested, from 103 +- up its 3rd class changes, now you have an example, go play with it (tested on C5 l2j server, working as charm, will post pics in downloadable zip file).
Now, goodies
:
(all of this info come from one of 2 sources, they are, from my personal experience with friends or alone or from other ppl, sites, wateva, will try to make it as clear as possible for everyone to understand, and this might still work or not, try them if you want, make sure you dont try it near ppl who can tell the admins what you are doing, if ilegal xD )
OK, lets start .
hLaPEx fun
what it is and what it does, it is basically a packet sniffer who lets you re-send and decode them aswell. (packets are small pieces of information that are sent over the internet), in hLaPEx they are translated as HEX code for you, but theres inner functionally that lets you "read" header of packets (header of packets are the first letters in a packet, they, in linage, tell the Server or Client where to send that info, and where that info applies, beeing in CharStatus, CharPossition, Time of day, itens you have, etc.
"Reading" a packet:
216E00700063005F003200360038003400370034003500310036005F006300680061006E00670065005F0063006C006100730073002000320036000000
For example...
packets.txt in hlapex data folder tells us :
21=RequestBypassToServer:s(Command)
so, everything after the header, that is 21, is a command, in hlapex you can translate that command to a more easier to understand string in hlapex, using HEX tools :
copy that HEX code into Converter - HEX on the Send menu... but strip the 21 that is the header... you get :
npc_268474516_change_class 26
What this tells us is that, you requested a Bypass to the server, on NPC 268474516, and that bypass was a custom build function (on the server) that the name was "change class", and passed 26 as argument, and that 26 is, in this case, is a Char class, from my studies, they rage from 20 to 127 (or 117, dont remember, and cant test at this point, soz) and from what i tested, from 103 +- up its 3rd class changes, now you have an example, go play with it (tested on C5 l2j server, working as charm, will post pics in downloadable zip file).
Now, goodies