Help On converting TWMS NDS script to MSEA script
Posted: Fri Oct 09, 2009 10:10 pm
i heard they said using v100 TWMS to convert NDS script into MSEA v80 NDS script ?
anyone can lead me or teach me ? I am so blur with this.
I'm willing to learn
Lastly, i have v100 TWMS CEM but dono how sia !!
Here's the script (leeched from GzN) :
anyone can lead me or teach me ? I am so blur with this.
I'm willing to learn

Here's the script (leeched from GzN) :
Code: Select all
//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