据统计90%查看本帖的人,都已经注册本站了哦
您需要 登录 才可以下载或查看,没有账号?立即注册
×
这个是我研究的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]
我知道答案
回答被采纳将会获得
5 易币
已有2人回答
|