• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

CabalMain v46 Edit Addresses (OllyDbg)

Status
Not open for further replies.
Newbie Spellweaver
Joined
Aug 30, 2009
Messages
52
Reaction score
67
This addresses can only be found in CabalMain ver.46 (US)

//Remove ENC Check
(0x53CD7D): je 0053CDC7 -> jmp 0053CDC7
(0x53CD85): je 0053CE4B -->nop

//Skip MCL check
(0x53D05C): je 0053D0B5 -> jmp 0053D0B5
(0x53D061): je 0053D1A3 -->nop
(0x53D0B8): je 0053D10E -->nop

//Skip MOB check
(0x53DA14): push dword ptr ss:[ebp+ebx*4-0x14C] -> jmp 0053DA46
(0x53DA26): jmp 0053DA31 -> jmp 0053DA46
(0x53DA46): lea eax,dword ptr ss:[ebp-0x168] -> jmp 0053DAAB
(0x53DA5a): je 0053DAAB -> jmp 0053DAAB
(0x53DA61): je 0053DAA7 -> nop
(0x53DAAF): je 0053DAF6 -> nop


//To load up man/woman(12.ech)
(0x457269): CMP EAX,07 -> CMP EAX,0C
(0x457408): CMP EAX,07 -> CMP EAX,0C

//Alz Trade, Sell to 9999b
(0x5d7845): mov dword ptr ds:[edi+0x118],0x540BE3FF -> mov dword ptr ds:[edi+0x118],0xD4A50FFF
(0x5d784f): mov dword ptr ds:[edi+0x11C],0x2 -> mov dword ptr ds:[edi+0x11C],0xE8
(0x5d80c7): mov dword ptr ds:[eax+0x118],0x540BE3FF -> mov dword ptr ds:[eax+0x118],0xD4A50FFF
(0x5d80d1): mov dword ptr ds:[eax+0x11C],0x2 -> mov dword ptr ds:[eax+0x11C],0xE8
(0x62fdb0): cmp edi,0x2 -> cmp edi,0xE8
(0x62fdb7): cmp ebx,0x540BE3FF -> cmp ebx,0xD4A50FFF

//For Epaulet (Buggy)
(0x49DC35): JE 49DCC9 -> JMP 49DCC9

//For custom encryption.
(0x474208) XOR EAX,57 -> XOR EAX,?? // 4th XORKey
(0x47421A) XOR EAX,67 -> XOR EAX,?? // 3rd XORKey
(0x47422C) XOR EAX,65 -> XOR EAX,?? // 2nd XORKey
(0x47423D) XOR EAX,92 -> XOR EAX,?? // 1st XORKey

//Support map11
change ui.dat
Download:
ep2(CabalmainV25):
ep3(CabalmainV46): http://www.mediafire.com/?9pwygebk4iex26x
ep6(CabalmainV1390): http://www.mediafire.com/?ct21zbvzkttm543
MD5:497e5258ec39ac18c96cf10a6c39d3e2

//ep6: Change other language

1:0044D120 mov byte ptr ds:[ecx],0x2 -->mov byte ptr ds:[ecx],0x"Y"

2:0044d120 mov dowrd ptr ds:[ecx+0x75],0x2-->mov dowrd ptr ds:[ecx+0x75],0x?

3:0044d13a mov dowrd ptr ds:[ecx+0x75],0x2-->mov dowrd ptr ds:[ecx+0x75],0x?

4:0044d130 mov eax,dword ptr ds:[0x9B1C48]; 0x9B1C48 : ?

5:00778AD4:push 0x9AF8F8; 0x9AF8F8: [ENG]-->[Nation code]

?=(1...E)
?=1 to Korean;
?=2 to English
?=3 to Thai;
?=4 to Japanese
?=5 to German
?=6 to Portuguese
?=7 to Indonesian
?=8 to Russian
?=9 to Vietnamese
?=a to Chinese(CHN)
?=b to Chinsee(TWN)
?=c to French
?=d to Italian
?=e to Spanish
Y=9:KOR,Y=2:EN...
 
Last edited:
Newbie Spellweaver
Joined
Aug 30, 2009
Messages
52
Reaction score
67
V22 Correct Load world_11. Mcl:
Method1:
004e1b61 cmp esi,0xA --> cmp esi,0xB
004e1b6c mov dword ptr ss:[ebp-0x14],0x1 --> jmp short 004e1b88
004e1bda je short 004E1C31-->nop
004e1c06 je short 004E1C24-->jmp 004E1C24

BUG: world_010.mcl ,File world_010.mcl is not found or corrupt !
Solve: use world_xx.mcl to world_010.mcl, xx="1~43"

Method2:
004e1a86 mov eax,dword ptr ds:[0x80A8E8] --> jmp 004E1C4D
NO bug

Server:
BUG:WorldSvr_xx_xx is stopped
Solve:
Change world11-terrain.scp
Code:
[Terrain]	 	TerrainX	 	TerrainY 	 	WarpIdxForDead	WarpIdxForRetn 	WarpIdxForLOut		DmgMin	DmgMax	WarControl		
0	0	0	334	334	[COLOR="DarkOrchid"]0[/COLOR]	0	0	0
to
Code:
[Terrain]	 	TerrainX	 	TerrainY 	 	WarpIdxForDead	WarpIdxForRetn 	WarpIdxForLOut 	DmgMin	DmgMax	WarControl		
0	0	0	334	334	[COLOR="DarkOrchid"]334[/COLOR]	0	0	0
Client and Server File:
 

Attachments

  • 11 - CabalMain v46 Edit Addresses (OllyDbg) - RaGEZONE Forums
    11.jpg
    94.9 KB · Views: 739
  • remov worldSvr_xx is stopped - CabalMain v46 Edit Addresses (OllyDbg) - RaGEZONE Forums
    remov worldSvr_xx is stopped.jpg
    148.2 KB · Views: 473
  • Cabal.rar
    718.6 KB · Views: 663
Last edited:
Newbie Spellweaver
Joined
Nov 26, 2009
Messages
16
Reaction score
2
the world_03 is that a new World_03 map? it looks different? where you get that?

It's the normal Green Despair for 2008. client...

Only if u the old one... that doesn't have dummies and etc...
 
Newbie Spellweaver
Joined
Aug 30, 2009
Messages
52
Reaction score
67
So this is what can do this new cabalmain? Running AH , new interface .. and etc.. i can`t understand so well what you said.

If the original code to get cabalmain ,all the problems are not a problem;
Do you think it?:D:
So the first key is cabalmain

---------http://translate.google.com
 
┌П┐(•_•)┌П┐
Joined
Dec 22, 2009
Messages
958
Reaction score
318
I really can`t understand your english so good, but i supose you want to say that the first key to get all new things working is cabalmain from cabalchina?

PS: I can`t run your cabalman, its closing automatic. Any idea why?
 
Newbie Spellweaver
Joined
Aug 30, 2009
Messages
52
Reaction score
67
I really can`t understand your english so good, but i supose you want to say that the first key to get all new things working is cabalmain from cabalchina?

PS: I can`t run your cabalman, its closing automatic. Any idea why?
1:You can research new cabalmain for US ;; Emphasis "cabalmain"
2:cabalmain v46? the problem is cabal.enc,cabal_msg,and xx.ech
 
Status
Not open for further replies.
Back
Top