[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: mov [edi],(int)6 pop edi pop esi pop ebp exit: jmp returnhere "Flash.ocx"+95F438: jmp newmem returnhere: [DISABLE] //code from here till the end of the code will be used to disable the cheat dealloc(newmem) "Flash.ocx"+95F438: mov [edi],esi pop edi pop esi pop ebp //Alt: db 89 37 5F 5E 5D