This is an educational guide and I am not responsible for damages. This will not include instructions on how to use the tools.
Everything in this guide is incomplete research that I have no intention of completing, that is why I am giving it out.
Beginners Guide to Packet Insertion
Before you read the guide answer these two simple questions.
Q: Are you ok with being banned?
Q: Are you willing to put in a colossal amount of time to make anything in this guide useful?
If you answered yes to either of these questions then feel free to continue reading.
What exactly is packet insertion?
Packet Insertion takes a 3rd party tool to catch the communication between the client and the server.
The first step to packet insertion (also the hardest)is find the tool you wish to use, every tool will say it is a virus, many are
false-positives if you can find Winsock Packet Editor Pro, use that. If not most tools will work
DO NOT INSTALL FROM GOOGLE DOCS!!! IT WILL BE A VIRUS
So you might be wondering what you can do with packet insertion. Packet insertion can be used to do anything,
teleport, leveling stats/skills and using skills, using items, movement, losing rep and money for seemingly no reason.
Teleportation is the most useful thing that I know, if I had anything particularly good then I would not of wrote this guide.
Understanding packets
The only packets that are useful are the sent packets.
Packets consist of hex bytes,
hex counts from 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 and so on all the way out to FF
For example, the following packet uses the skill berserk, unfortunately you need to know the skill to use it.
00 31 80 00 00 00 00 06 00 00 CA E1 00 00 00 50 02 02 00 00 10 41 75 03 00 47 0A 04 00 41 75 03 00 47 0A 04 00 00 00 00 54 00 00 CA E1 02 00 3E 22
This packet is 49 bytes long. So how is any of this useful? I believe that if you use the packet instead of the skill you will have less delay before you can act.
Every packet that uses a skill that I have tested starts with the same 15 bytes.
00 31 80 00 00 00 00 06 00 00 CA E1 00 00 00
Like berserk you can also use packets to use targeted abilities, the issue with this is nothing happens on your screen and the ID of your target might not always be the same.
I have mainly tested targeted abilities on mobs, it causes you to run to the mob and attack it, the mob doesn't have to be visible or within range, it works almost like a homing missle.
STATS and SKILLS
The following packet puts one point into agi.
00 0F 80 00 00 00 00 08 01 00 1B 00 00 00 01
The last value of this determins how many points, but unfortunantly this still requires stat points so its useless.
00 0B 80 00 00 00 00 0B 00 51 01 - This puts one point into slash. The 51 is slash and the 01 is the amount of points.
I didnt record what I was orginaly doing to find and play with this packet, but upon editing it, I got the following results.
PACKET - What system returned/what it does
00 0B 80 00 00 00 00 14 00 51 00 - failed to change hairstyle
00 0B 80 00 00 00 00 08 00 51 01 - redistribute attribute quantity error
22 - format error! format: ??
29 00 51 00 - item mall currently busy
29 00 51 01 - open item mall
48 - has already left
49 00 51 00 - takes money, took 11.5k the first time and took 13.5k the second time
4A - rep decrease ??????
5B - you haven't joined a guild yet
I believe that since you can decrease your rep with packets you can also increase it, but im not going to try it.
INVENTORY - try dropping and item and recording it with the tool.
00 1D 80 00 00 00 FF F9 FF FF 35 1E FF FF FF DB F6 FF FD FF FA FF FC BC E9 FF FB D0 15
This packet drops a max of items that are in slot 3 to the cords of 2137,2744 (argent outskirts)
and the following is to drop 1 item from slot 4, lets compare the packets (nearly the same cords)
00 1D 80 00 00 00 FF F9 FF FF 35 1E FF FF FF C0 F6 FF FC FF FE FF FC BD 0C FF FB D0 60
00 1D 80 00 00 00 FF F9 FF FF 35 1E FF FF FF DB F6 FF FD FF FA FF FC BC E9 FF FB D0 15
** ** ** ** **
There are 5 bytes that are different, changing these bytes will change the slot you drop from and the cords that you drop it.
I did not do much testing of droping items because it is worhtless.
ITEM USEAGE
I am counting slots left to right then down a row. Starting with 1
00 15 80 00 00 00 FF F9 FF FF 35 1E FF FF FF BC F4 FF FD 00 00 - Item slot 3
00 15 80 00 00 00 FF F9 FF FF 35 1E FF FF FF B7 F4 FF F4 00 00 - Item slot 12
00 15 80 00 00 00 FF F9 FF FF 35 1E FF FF FF B3 F4 FF F2 00 00 - Item Slot 14
** ** - 2 Different bytes
These use items in slots, I used to understand how it chose the slots but something changed or I am using different packets
We are almost to teleportation.
You can use packet insertion to interact with NPCs in ways that you usually cannot do,(makes teleporting not very useful)
because of this it costs money. It might be possible to buy the good boats from any boat seller but i boats are worthless.
The steps to teleport
Lets start at the argent teleporter, start recording packets and teleport to Icicle, then stop recording and go back to argent.
You get the packet 00 10 80 00 00 00 FE D2 B0 FF D7 38 01 D0 F8 FF - 15 bytes
Change the 01 to 06 while standing next to the teleporter and it will teleport you to thundria when u send it.
BUT UNFORTUNATELY SOMETHING GOT CHANGED AND MADE THIS MUCH HARDER, IT WOULD OF BEEN POSSIBLE TO TP TO SUMMER, SPRING, AND AUTUMN BUT SOMEONE HAD TO RUIN MY FUN
Im not gonna awsner any other questions so goodluck hacking this game
Everything in this guide is incomplete research that I have no intention of completing, that is why I am giving it out.
Beginners Guide to Packet Insertion
Before you read the guide answer these two simple questions.
Q: Are you ok with being banned?
Q: Are you willing to put in a colossal amount of time to make anything in this guide useful?
If you answered yes to either of these questions then feel free to continue reading.
What exactly is packet insertion?
Packet Insertion takes a 3rd party tool to catch the communication between the client and the server.
The first step to packet insertion (also the hardest)is find the tool you wish to use, every tool will say it is a virus, many are
false-positives if you can find Winsock Packet Editor Pro, use that. If not most tools will work
DO NOT INSTALL FROM GOOGLE DOCS!!! IT WILL BE A VIRUS
So you might be wondering what you can do with packet insertion. Packet insertion can be used to do anything,
teleport, leveling stats/skills and using skills, using items, movement, losing rep and money for seemingly no reason.
Teleportation is the most useful thing that I know, if I had anything particularly good then I would not of wrote this guide.
Understanding packets
The only packets that are useful are the sent packets.
Packets consist of hex bytes,
hex counts from 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 and so on all the way out to FF
For example, the following packet uses the skill berserk, unfortunately you need to know the skill to use it.
00 31 80 00 00 00 00 06 00 00 CA E1 00 00 00 50 02 02 00 00 10 41 75 03 00 47 0A 04 00 41 75 03 00 47 0A 04 00 00 00 00 54 00 00 CA E1 02 00 3E 22
This packet is 49 bytes long. So how is any of this useful? I believe that if you use the packet instead of the skill you will have less delay before you can act.
Every packet that uses a skill that I have tested starts with the same 15 bytes.
00 31 80 00 00 00 00 06 00 00 CA E1 00 00 00
Like berserk you can also use packets to use targeted abilities, the issue with this is nothing happens on your screen and the ID of your target might not always be the same.
I have mainly tested targeted abilities on mobs, it causes you to run to the mob and attack it, the mob doesn't have to be visible or within range, it works almost like a homing missle.
STATS and SKILLS
The following packet puts one point into agi.
00 0F 80 00 00 00 00 08 01 00 1B 00 00 00 01
The last value of this determins how many points, but unfortunantly this still requires stat points so its useless.
00 0B 80 00 00 00 00 0B 00 51 01 - This puts one point into slash. The 51 is slash and the 01 is the amount of points.
I didnt record what I was orginaly doing to find and play with this packet, but upon editing it, I got the following results.
PACKET - What system returned/what it does
00 0B 80 00 00 00 00 14 00 51 00 - failed to change hairstyle
00 0B 80 00 00 00 00 08 00 51 01 - redistribute attribute quantity error
22 - format error! format: ??
29 00 51 00 - item mall currently busy
29 00 51 01 - open item mall
48 - has already left
49 00 51 00 - takes money, took 11.5k the first time and took 13.5k the second time
4A - rep decrease ??????
5B - you haven't joined a guild yet
I believe that since you can decrease your rep with packets you can also increase it, but im not going to try it.
INVENTORY - try dropping and item and recording it with the tool.
00 1D 80 00 00 00 FF F9 FF FF 35 1E FF FF FF DB F6 FF FD FF FA FF FC BC E9 FF FB D0 15
This packet drops a max of items that are in slot 3 to the cords of 2137,2744 (argent outskirts)
and the following is to drop 1 item from slot 4, lets compare the packets (nearly the same cords)
00 1D 80 00 00 00 FF F9 FF FF 35 1E FF FF FF C0 F6 FF FC FF FE FF FC BD 0C FF FB D0 60
00 1D 80 00 00 00 FF F9 FF FF 35 1E FF FF FF DB F6 FF FD FF FA FF FC BC E9 FF FB D0 15
** ** ** ** **
There are 5 bytes that are different, changing these bytes will change the slot you drop from and the cords that you drop it.
I did not do much testing of droping items because it is worhtless.
ITEM USEAGE
I am counting slots left to right then down a row. Starting with 1
00 15 80 00 00 00 FF F9 FF FF 35 1E FF FF FF BC F4 FF FD 00 00 - Item slot 3
00 15 80 00 00 00 FF F9 FF FF 35 1E FF FF FF B7 F4 FF F4 00 00 - Item slot 12
00 15 80 00 00 00 FF F9 FF FF 35 1E FF FF FF B3 F4 FF F2 00 00 - Item Slot 14
** ** - 2 Different bytes
These use items in slots, I used to understand how it chose the slots but something changed or I am using different packets
We are almost to teleportation.
You can use packet insertion to interact with NPCs in ways that you usually cannot do,(makes teleporting not very useful)
because of this it costs money. It might be possible to buy the good boats from any boat seller but i boats are worthless.
The steps to teleport
Lets start at the argent teleporter, start recording packets and teleport to Icicle, then stop recording and go back to argent.
You get the packet 00 10 80 00 00 00 FE D2 B0 FF D7 38 01 D0 F8 FF - 15 bytes
Change the 01 to 06 while standing next to the teleporter and it will teleport you to thundria when u send it.
BUT UNFORTUNATELY SOMETHING GOT CHANGED AND MADE THIS MUCH HARDER, IT WOULD OF BEEN POSSIBLE TO TP TO SUMMER, SPRING, AND AUTUMN BUT SOMEONE HAD TO RUIN MY FUN
Im not gonna awsner any other questions so goodluck hacking this game

