Не удержался сделал: [ENABLE]aobscan(infinite_move, f3xxxxxxxxf3xxxxxxxx8dxxxxe8xxxxxxxx8dxxxxxx8d)alloc(newMem, 64)label(returnHere)label(MyMessageBox)label(message)label(caption)label(odinraz)registersymbol(infinite_move)newMem:mov [eax+0C],(float)24movss xmm0,[eax+0C]call MyMessageBoxjmp returnHereMyMessageBox: cmp byte ptr [odinraz],1 jne @f mov byte ptr [odinraz],0 push ebp mov ebp,esp push #0 push caption push message push #0 call MessageBoxA pop ebp @@: retodinraz: db 1message: db 'Cheat infinite movement activated',0caption: db 'INFO',0infinite_move:jmp newMemreturnHere:[DISABLE]infinite_move: // 017649E1movss xmm0,[eax+0C]unregistersymbol(infinite_move)dealloc(newMem)