1. What is this?
2. How to use it?
3. Whuut?
4. Credits
5. End notes
What is this?
This is the source code for a proxy, designed for flyff.
How to use it?
This is the source, and NO TOOL YOU CAN USE STRAIGHT AWAY. It is meant to be used by programmers, who know what they do.
The whole source code is commented, and should be self-explanatory. I will only answer questions from smart guys, who know how to code in C/C++.
Since it was coded with Visual Studio 2010, I recommend you using it also.
The source contains a class for the flyff packet-structure and a detour lib, hooking the send/recv/WSASend/WSARecv and GetQueuedCompletionStatus API's.
Flyff only uses WSASend and WSARecv, but because of overlapped I/O being used, I had to hook GetQueuedCompletionStatus to check the arrival of the incoming packets.
Whuut?
I've released this to the public to move people to learn coding, and start doing their own hacks. This is a base project for everyone willing to learn how coding hacks works.
I'd still suggest you reading about C/C++ programming, hooking and networking to fully understand what this tools does.
Credits
- Cypher from GameDeception (for his Injector)
- Wei Dai (for his CRC source)
- DeeplBlueSea (overlapped I/O ****
- Microsoft (detour lib)
(lol I never thought I'd credit M$ xD)
End notes
I will give no support for this. I will not answer stupid questions. I might update the source or not.
By the way: everyone is welcome to help the community out, and post your findings about packets and/or exploits.
Archive password: epvp







