ce吧 关注:196,454贴子:3,801,123
  • 4回复贴,共1

ce角本代码怎么用易语言写

只看楼主收藏回复

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]


IP属地:山东1楼2025-03-31 15:34回复
    非常简单


    IP属地:河北来自Android客户端2楼2025-03-31 17:34
    回复
      你知道AI吗?


      IP属地:陕西来自Android客户端3楼2025-03-31 22:16
      回复
        你了解原理就知道该怎么写了


        IP属地:山西来自Android客户端5楼2025-04-01 12:56
        回复
          1.获取进程ID 666..exe
          2.申请内存空白地址
          3.写内存字节集 开启 还原
          非常简单操作🤣


          IP属地:河北来自Android客户端6楼2025-04-01 20:24
          回复