[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"EoCApp.exe"+112A3EB)
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
mov [rbx+08],99
mov rcx,[r14+30]
exit:
jmp returnhere
"EoCApp.exe"+112A3EB:
jmp newmem
nop 2
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"EoCApp.exe"+112A3EB:
mov [rbx+08],edx
mov rcx,[r14+30]
//Alt: db 89 53 08 49 8B 4E 30