[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
alloc(Y,100)
label(returnhere)
label(originalcode)
label(exit)
registersymbol(Y)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"client.exe"+57B24E:
fld dword ptr [eax+000002A0]
//Alt: db D9 80 A0 02 00 00