В общем прошёл все доступные на данный момент прогресса в игре морские сражения, всё прекрасно работает. Скрипт на бессмертие + One hit kill врагов
[ENABLE]//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(EasyKill)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access//place your code here
cmp byte ptr [esi+865],0
je originalcode
mov [esi+1b0],(float)750
mov [esi+1b4],(float)750
mov [esi+1b8],(float)750
mov [esi+1bc],(float)750
mov [esi+1c0],(float)750
mov [esi+1c4],(float)750
jmp returnhere
originalcode:
//movss [esi+000001BC],xmm2
EasyKill:
mov [esi+1bc],(float)1
exit:
jmp returnhere
"AC3SP.exe"+153AD07:
jmp newmem
nop
nop
nop
returnhere:
[DISABLE]//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"AC3SP.exe"+153AD07:
movss [esi+000001BC],xmm2 //Alt: db F3 0F 11 96 BC 01 00 00