[Request for Help] Developing a real working Dupe

02/27/2011 13:59 hokage33#31
PM sent :)
02/27/2011 15:15 haarprogramms#32
Hey,
At the moment I am learning c++.

In whick language you wrote this programm?
Maybe I can help u, but I'm just learning
02/27/2011 17:21 JStrizz#33
Sounds pretty interesting. Goodluck.
02/28/2011 21:02 Beserkerthom#34
Goodluck, cant help with coding, but goodluck ;)
03/03/2011 12:03 zowex#35
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?
03/03/2011 17:04 ACE-ppc#36
Quote:
Originally Posted by zowex View Post
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?
Hi,
your way is correct. The encryption is not so easy ^^ .

Greez ACE
03/03/2011 23:33 avati#37
I can help with some methods for how some dupes really works on this game.
I think there is a big hole on the code system. It happened a lot of times to many players that i know. If something repeats it self ,then it isnt only about luck ;).
About the other matter of decrypting, if you guide me i can spend some time for your cause. I also have many friends that perhaps can help you.
A lot of minds is better than one right???

Cheers,
Avati...
03/04/2011 01:54 zowex#38
Quote:
Originally Posted by ACE-ppc View Post
Hi,
your way is correct. The encryption is not so easy ^^ .

Greez ACE
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
03/04/2011 09:16 ACE-ppc#39
Quote:
Originally Posted by zowex View Post
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
Hi,
to do the encryption i need first to find all the key that are needed ... and they change after each relog of a char. So the first thing is to find what they use to build this keys. The gg makes it not better because i cant attach olly or ida to the game.

Greez ACE
03/04/2011 09:46 zowex#40
so u have found out the game uses more then one key and without attaching olly or ida... makes me think more ur guissing. Anyway i decided to have a look at it
03/04/2011 14:48 ACE-ppc#41
Quote:
Originally Posted by zowex View Post
so u have found out the game uses more then one key and without attaching olly or ida... makes me think more ur guissing. Anyway i decided to have a look at it
yeah will be great if you do so ... because on encryption im a noob ^^

Greez ACE
03/04/2011 16:45 killerke011#42
Quote:
Originally Posted by ACE-ppc View Post
yeah will be great if you do so ... because on encryption im a noob ^^

Greez ACE
I wanna be as "noob" too xd

Btw I hope you can make a great work together, gl guys :)