ce代码用易语言怎么写求助
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
push eax
mov eax, [esi+4]
cmp eax, 9
je set_edx
cmp eax, F
je set_edx
jmp skip // 直接跳到正常代码
set_edx:
mov edx,-1
skip:
pop eax
mov [esi+0x74], edx
mov ecx, [esi+0x58]
exit:
jmp returnhere
"666.exe"+5AEA5:
jmp newmem
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"666.exe"+5AEA5:
db 89 56 74 8B 4E 58
//mov [esi+74],edx
//mov ecx,[esi+58]

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
push eax
mov eax, [esi+4]
cmp eax, 9
je set_edx
cmp eax, F
je set_edx
jmp skip // 直接跳到正常代码
set_edx:
mov edx,-1
skip:
pop eax
mov [esi+0x74], edx
mov ecx, [esi+0x58]
exit:
jmp returnhere
"666.exe"+5AEA5:
jmp newmem
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"666.exe"+5AEA5:
db 89 56 74 8B 4E 58
//mov [esi+74],edx
//mov ecx,[esi+58]