Ok. I am a Fan of Recifense
Here is all tables I collected for RoN-RoL from by Recifense.
And one bonus I was able to figure as I remember.
Its long time ago.
Sorry if I'm wrong.
Inf Population for v.0.13.04.1602 (0.0604.1602.0000.13.0)
[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
mov [eax+legends.exe+ED0F70],0
originalcode:
mov ecx,[eax+legends.exe+ED0F70]
exit:
jmp returnhere
"legends.exe"+58D590:
jmp newmem
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"legends.exe"+58D590:
mov ecx,[eax+legends.exe+ED0F70]
//Alt: db 8B 88 70 0F 2D 01