How to use WPE to hack trickster online bot can be described as the follows :
1. Find an account that have the right to use the trickster bot.
2. Use WPE to capture the I/O packets while using trickster bot with the account.
3. Find an account that have NO right to use trickster bot.
4. Use WPE to capture the I/O packets while using trickster bot with the account.
5. Compare the packets between the different accounts.
6. Find the common area and the different area in the packet’s content.
7. Retain the common area of the NO-RIGHT-ACCOUNT and use the Filter functuion
to modify(filter) the different area of the NO-RIGHT-ACCOUNT into another account.
8. Save the filters and next time when we open the bot we can use the same filters to
filter out the packet content we don’t want.
The behavior between bot server and client :
1. The Server send a key to a client.
2. The client use the key it receive to encapsulate the account information into a packet,
and send the packet to the server.
3. The server receive the packet client had sent and check the account information to
see if the client have the right to use the bot and return a packet to the client to indicate
the information.