PM sent :)
Hi,Quote:
So here is how u do it:
Learn c++
learn build dlls
learn ollydbg
trace the send/recv function
detour the send to your dll fucntion and log teh packets.
If its encrypted!? well then trace the encryption routine in ollydbg. Its close to where teh packets gets sent. If ur lucky its only some XOR cryptions.
I was actully lookng for a new game to hack... maybe this could be it.
Is it any fun? How does the pvp work in thi game? Many players?
i havent downloaded the game yet.. cos i havent realy decided if i wanna kill hours of work on it yet. But what makes u say the encryption is not easy? have u look at the encryption routine yet? And also if the encryption routine is complicated.. then dont bather code it to ur dll. Just call the allready made encryption routine when u wanan use it on ur own bufferQuote:
Hi,
your way is correct. The encryption is not so easy ^^ .
Greez ACE
Hi,Quote:
i havent downloaded the game yet.. cos i havent realy decided if i wanna kill hours of work on it yet. But what makes u say the encryption is not easy? have u look at the encryption routine yet? And also if the encryption routine is complicated.. then dont bather code it to ur dll. Just call the allready made encryption routine when u wanan use it on ur own buffer