[ENABLE] //code from here to '[DISABLE]' will be used to enable the cheat alloc(newmem,2048,"Achilles-Win64-Shipping.exe"+13AC900) label(returnhere) label(originalcode) label(exit) //以下人造指针1 alloc(zhi001,8) // [rax] 人造指针1(64位需要8字节) registersymbol(zhi001) //人造指针,存放??地址 alloc(ZZ002,8) registersymbol(ZZ002) newmem: //this is allocated memory, you have read,write,execute access //place your code here mov [ZZ002],rdx mov [zhi001],rax originalcode: movsxd rbx,dword ptr [rax+rdx*4] lea rcx,[r8+10] exit: jmp returnhere "Achilles-Win64-Shipping.exe"+13AC900: jmp newmem nop 3 returnhere: [DISABLE] //code from here till the end of the code will be used to disable the cheat dealloc(newmem) "Achilles-Win64-Shipping.exe"+13AC900: db 48 63 1C 90 49 8D 48 10 //movsxd rbx,dword ptr [rax+rdx*4] //lea rcx,[r8+10]