It's very simple.Quote:
WPE Pro is a Packet Editing and monitoring program.
If you don't know how to use it, its probably best not to mess around too much. You can always google what it is, and that should give you a brief understanding.
It can be used to send and modify Packets to the game server.
This looks very interesting dec0de. I have lurked around forums for a long while now looking at interesting things that I can pick up on and what not, and one thing has interested me about this project.
How did you embed the PWO client in your application? Or rather, what was your process of working out how to get this specific client to load inside your bot?
I can see you are using C#, and I did take a peek as to how you did it.. I was trying to do the exact same thing as you achieved, and it helped me work out how its done.. But how did you come up with it? (I found other resources over the net, but i am interested in how you got it to embed when all these other methods didn't work for me).
If you could send me a PM or something, that would be great.
1. Create a panel, tabcontrol, etc.
2. Use FindWindow() to grab the handle to your targeted window.
3. Use SetParent() to set the handle of the targeted window to become child window of the handle to your windows control.