ZPE project: http://code.google.com/p/zpacketeditor/
Source Code Tree: http://code.google.com/p/zpacketeditor/ ... /trunk/ZPE
Although my PE "Z" is closed source, I created the ZPE project on GoogleCode to provide an open source PE for everyone else to use and learn from. I haven't uploaded the code base yet, but it will be up by the end of this week.
For all the beginners out there, if you're wondering exactly how a PE and how to make one yourself, looking at the ZPE source code will be an immensely helpful tool to you. It's written in C++, but everything has been commented, including detailed description of what occurs in each ASM block.
Understand though, Z =/= ZPE. ZPE is a separate project that I created that supports only the most basic features that a PE should have: capturing sent/recv packets, and packet injection. ZPE does not include my pattern matching engine; it doesn't support dynamic data-typing, and does not include my PYB code. ZPE is meant as an educational tool, so that more people can get into the world of making PEs and using them.
Open Source Packet Editor
-
- Death Warrior
- Posts: 59
- Joined: Mon Sep 21, 2009 10:48 am
Re: Open Source Packet Editor
I got a question to ask.. it might be stupid question from me.. But i wanna know this PE u create able to pass over the MSEA, If it didnt react as hack tread and the packet u mention that can be injected. Could u give me a download link?
- Nerrazzuri
- Destiny General
- Posts: 1110
- Joined: Sun Dec 20, 2009 9:15 pm
Re: Open Source Packet Editor
Blacklisted wrote:I got a question to ask.. it might be stupid question from me.. But i wanna know this PE u create able to pass over the MSEA, If it didnt react as hack tread and the packet u mention that can be injected. Could u give me a download link?
1st : This is just a source code, you have to compile it by your own. Learn programming.
2nd : That PE is not created by him, he leeched. It's from TheNullz at GK.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot
Click Here for more Information!

Click Here for more Information!

-
- Death Warrior
- Posts: 59
- Joined: Mon Sep 21, 2009 10:48 am
Re: Open Source Packet Editor
Ok.. i see.. kk i trying my best to compile it.. needed some ppl help compile this stuffs..
Thanks for sharing the info about the link those..
Thanks for sharing the info about the link those..
Re: Open Source Packet Editor
how to compile n use wat?im learning