
[Release]v100 TWMS CEM
Re: [Release]v100 TWMS CEM
ya, a lot of op code changed, so, if u r using v100 cem, i think very difficult to read n convert. 

Re: [Release]v100 TWMS CEM
I Learning the basics, BTW can spare me your full version?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.
Wow, I need to find easier scriptsBoredness wrote:lols that script alot of op code changed in case if you dunno.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.
A novice wanting to update it will be very difficult
Got any easier scripts I can try convert and someone pls give me some information about the chinese name and hacks.
Currently, I have done none hacks working smoothly...
Re: [Release]v100 TWMS CEM
you can get the full version easily from twms
Re: [Release]v100 TWMS CEM
Good Luck.
Code: Select all
[ENABLE]
//P.S. 原作Z大
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+0000010b]
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 //或是改成006EFB91
pop ecx
mov ecx,esi
sub ecx,[ebx+0000010c]
push esi
mov ecx,ebx
call 00723397
jmp 00722747
//-----------------------------------------------
Fix00:
jg 00722747
cmp dword ptr [ebx+000000c0],01
jmp 007226DF
//-----------------------------------------------
FixTime:
add [FixTimeOF],2710
mov eax,[FixTimeOF]
ret
007226D6:
jmp Fix
nop
nop
nop
nop
00723DB8:
call FixTime
//-----------------------------------------------
[DISABLE]
007226D6:
jg 00722747
cmp dword ptr [ebx+000000c0],01
//-----------------------------------------------
dealloc(FixTime)
unregistersymbol(FixTime)
//-----------------------------------------------
dealloc(Fix)
unregistersymbol(Fix)
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
Re: [Release]v100 TWMS CEM
yo dan good to see the site is up! might try updating the script=]
-
- Holy Philosopher
- Posts: 965
- Joined: Sun Sep 06, 2009 11:58 pm
- Location: SomeWhere You Don't Know.
Re: [Release]v100 TWMS CEM
Boredness , hwo to see the if the script is EIP or CRC? Hmm and u mentioned that when loading the CEM pause the game , how to pause it? Thanks in advance




800 Post [x]
1337 Post [-]
1600 Post [-]
Wz.Edit [X]
Learn Basic Mem Edit [X]
Rls my own trainer [X]
Rls a hack found by me[-]
" Who Wants to Be A Millionaire " Legendary Winner .
Re: [Release]v100 TWMS CEM
Erm Boredness Is 3 nop will lead to ban o_O"Boredness wrote:Good Luck.Code: Select all
[ENABLE] //P.S. 原作Z大 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+0000010b] 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 //或是改成006EFB91 pop ecx mov ecx,esi sub ecx,[ebx+0000010c] push esi mov ecx,ebx call 00723397 jmp 00722747 //----------------------------------------------- Fix00: jg 00722747 cmp dword ptr [ebx+000000c0],01 jmp 007226DF //----------------------------------------------- FixTime: add [FixTimeOF],2710 mov eax,[FixTimeOF] ret 007226D6: jmp Fix nop nop nop nop 00723DB8: call FixTime //----------------------------------------------- [DISABLE] 007226D6: jg 00722747 cmp dword ptr [ebx+000000c0],01 //----------------------------------------------- dealloc(FixTime) unregistersymbol(FixTime) //----------------------------------------------- dealloc(Fix) unregistersymbol(Fix)
007226D6:
jmp Fix
nop
nop
nop
nop
Re: [Release]v100 TWMS CEM
This script can be updated.Planning wrote:couldn't get it to work~.~
to confusing.....any1 care to help?
add me on msn
pokemon850@hotmail.com
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!