This is a discussion on Unpacked x700 main.exe of GMO (1.04.07 / 104G) within the MU Releases forums, part of the MU Online category; Originally Posted by SmallHabit Problem is that MU dev's, cant catch new structs of protos from official server ^_^ By ...
Last edited by mauka; 11-06-12 at 10:35 PM.
"Nobody ever died of hard work", they say. But why take the risk? (Ronald Reagan)
Already made it :
Code:#define DataRecvE ((void(*)(BYTE,PBYTE,DWORD,DWORD,...)) 0x006679D8) void ProtocolCore(BYTE protoNum, BYTE * aRecv, int aLen, int aIndex, BOOL Encrypt, int serial) { DataRecvE(protoNum,aRecv,aLen,aIndex,Encrypt,serial); } BYTE ProtoHook1[] = {0xE9, 0xF1, 0xC7, 0xD9, 0xFF }; memcpy((int*)0x663B3F,&ProtoHook1,sizeof(ProtoHook1)); BYTE ProtoHook2[] = {0xFF, 0x15, 0x45, 0x03, 0x40, 0x00}; memcpy((int*)0x400335,&ProtoHook2,sizeof(ProtoHook2)); BYTE ProtoHook3[] = {0xE9,0x3B,0xEE,0xD5,0x00,0x90}; memcpy((int*)0x40033B,&ProtoHook3,sizeof(ProtoHook3)); _asm { MOV DWORD PTR DS:[00400345H],Offset ProtocolCore }
Could YOU unpack the main of Taiwan MUonline. (1.03e+).
www.muonline.com.tw (mublue)
Not all packets have FIX OPCODE, only some of them.
bro y main.exe doesnt apear cant load ? i use windows 2008 r2 ?
You only live once, but if you do it right, once is enough.
Kamil is right. Some packets have additional xor - such a GG packet etc.. depending on opcode
I dint study it yet
Added: i write small app for packet decryption, will post here maybe somebody will find it usefull
x700EncDec.rar
Last edited by mauka; 16-06-12 at 05:21 AM.
"Nobody ever died of hard work", they say. But why take the risk? (Ronald Reagan)
hi bro mauka legend i use this client [Asia]
http://az29570.vo.msecnd.net/muonline/ex700client.exe
and this patch Main.rar | Game Front
every iclick the main.exe no windows loadings apear how make works the main.exe
iuse windows 2008 r2 enterprice 64bit
thanks bro
Last edited by asparagos; 16-06-12 at 12:27 PM. Reason: double post
You only live once, but if you do it right, once is enough.
Windows Servers always have some problems with the 2.5~3D games. or you can install dxdiag?
You only live once, but if you do it right, once is enough.
You only live once, but if you do it right, once is enough.
Download LordPE and go PE Editor -> Sections -> Right click -> Edit section -> check executable, readable, writeable to all then save th exe.