Posted: Fri Mar 05, 2010 4:22 am Post subject: [problem] why this code wrong and how to fix it?
Code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
017A0000:
jmp newmem
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
017A0000:
movss [ecx+0c],xmm0
//Alt: db F3 0F 11 41 0C
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum