Code:
[ENABLE] alloc(newmem,1024) label(returnhere) label(originalcode) label(exit) 0082523A: jmp newmem returnhere: newmem: mov [eax+08],40BEDD2E // change float point to desire speed mov [eax+0c],44C48C75 // change float point to desire speed originalcode: fld dword ptr [eax+08] pop edi pop esi exit: jmp returnhere a52450: dd 44600000 [DISABLE] dealloc(newmem) 0082523A: fld dword ptr [eax+08] pop edi pop esi a52450: dd 44700000






