Page 1 of 2

[Release]v100 TWMS CEM

Posted: Fri Oct 09, 2009 10:56 pm
by Boredness
Spend 1h+ time to download it for you guys.
Range from 004 to 00B. It's more than enough.

How to load it?
Run MLE
Run MS.exe
Pause process
Go to memory view
Load this CEM
put 00400000
click ok

Re: [Release]v100 TWMS CEM

Posted: Fri Oct 09, 2009 11:18 pm
by mrjiazhen
thx for rlsing.
:D

Re: [Release]v100 TWMS CEM

Posted: Fri Oct 09, 2009 11:30 pm
by iSean
Can someone teach me how to update NDS, Super Un-teachable noob... O_O"

Re: [Release]v100 TWMS CEM

Posted: Fri Oct 09, 2009 11:53 pm
by Susashiden
Wow thanks Boredness i need this alot XD ... now trying to learn how to convert hacks so next time i no need keep leeching at least i got some self converted hacks ..

Re: [Release]v100 TWMS CEM

Posted: Sat Oct 10, 2009 8:32 am
by iSean
Boredness wrote:Spend 1h+ time to download it for you guys.
Boredness you spend the time on Downloading Client or juz it CEM?

BTW How do I get a CEM from MSEA 80 wanna try self making hack to full my dream ^^. if I know the basic =.="'

Code: Select all

No Delay Summon
//TWMS CRC No Delay Summon v100 by zgenden 召喚獸無延遲攻擊
[ENABLE]
registersymbol(FixTime)
alloc(FixTime,1024)
registersymbol(FixTimeOF)
alloc(FixTimeOF,4)
registersymbol(Fix)
alloc(Fix,1024)
registersymbol(FixSSTime)
alloc(FixSSTime,4)
registersymbol(FixSSTime10C)
alloc(FixSSTime10C,4)
label(Fix00)
label(Fix01)
//-----------------------------------------------
Fix:
push eax
mov eax,[ebx+0000010c]
cmp [FixSSTime10C],eax
pop eax
je Fix01
push eax
mov eax,[FixTimeOF]
cmp eax,[FixSSTime]
pop eax
je Fix00
push eax
mov eax,[ebx+0000010c]
mov [FixSSTime10C],eax
mov eax,[FixTimeOF]
mov [FixSSTime],eax
pop eax


Fix01:
push [ebx+000000b0]
call 006efb78
pop ecx
mov ecx,esi
sub ecx,[ebx+0000010c]
push esi
mov ecx,ebx
call 00723397
Erm Guys Have any Idea how do disable this Crap? Hack is Above

Code: Select all

//------------------------------------------------------------------
    //ver.100.召喚獸攻擊隻數降為一隻
    //原創:zgenden
    //改編:aaaddress1
    //請不要在轉載出去了,這是拿Z大的代碼改編的,也請不要試圖修改數據轉發
    //EX:0909ASAS
    //更新 asdf5566isme
    //------------------------------------------------------------------
    [enable]
    Registersymbol(summonattackcounter)
    Alloc(summonattackcounter, 128)
    //------------------------------------------------------------------
    summonattackcounter:
    mov [ebp-14],1                //這邊調整隻數
    mov eax,[ebx+000000b0]
    jmp 007234f1
    007234e8:
    jmp summonattackcounter
    //------------------------------------------------------------------
    [disable]
    007234e8:
    db 89 45 ec 8b 83 b0 00 00 00
    Unregistersymbol(summonattackcounter)
    dealloc(summonattackcounter)以下是EIP
[indent]//------------------------------------------------------------------
//ver.100.召喚獸攻擊隻數降為一隻
//原創:zgenden
//改編:aaaddress1
//請不要在轉載出去了,這是拿Z大的代碼改編的,也請不要試圖修改數據轉發
//EX:0909ASAS
//更新by asdf5566isme
//EIP:summonattackcounter
//------------------------------------------------------------------
[enable]
Registersymbol(summonattackcounter)
Alloc(summonattackcounter, 128)
//------------------------------------------------------------------
summonattackcounter:
mov [ebp-14],1                //這邊調整隻數
mov eax,[ebx+000000b0]
jmp 007234f1
//------------------------------------------------------------------
[disable]
Unregistersymbol(summonattackcounter)
dealloc(summonattackcounter)
S.O.S Teach me to update X.x" My brain just cracked...

Re: [Release]v100 TWMS CEM

Posted: Sat Oct 10, 2009 11:48 am
by guyz92
your first script is not a complete script.

It does not hack disable section.

High chance that it will crash.

Re: [Release]v100 TWMS CEM

Posted: Sat Oct 10, 2009 11:56 am
by iSean
guyz92 wrote:your first script is not a complete script.

It does not hack disable section.

High chance that it will crash.
Ya I notice this problem a long time...

Re: [Release]v100 TWMS CEM

Posted: Sat Oct 10, 2009 2:12 pm
by dfghcvb
1 thing...hw to pause the process?

Re: [Release]v100 TWMS CEM

Posted: Sat Oct 10, 2009 3:09 pm
by k77
yr nds script try get a complete one n convert, should b ok, yr 2nd script, i dunnoe y i can't use EIP version of script, try convert crc version 1st, i think more easy.

Re: [Release]v100 TWMS CEM

Posted: Sat Oct 10, 2009 3:11 pm
by Boredness
k77 wrote:yr nds script try get a complete one n convert, should b ok, yr 2nd script, i dunnoe y i can't use EIP version of script, try convert crc version 1st, i think more easy.
lols that script alot of op code changed in case if you dunno.
A novice wanting to update it will be very difficult ;)