qlmm123 發表於 2024-1-11 14:22:15

有好心人给点CSOL的CE的最新数据么

目前只有一个全图加亮的数据 :'(

//code from here to '' 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:
movsx eax,byte ptr
mov eax,0

exit:
jmp returnhere

"hw.dll"+561146:
jmp newmem
nop 3
returnhere:



//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"hw.dll"+561146:
movsx eax,byte ptr
//Alt: db 0F BE 84 32 64 38 33 3A

頁: [1]
查看完整版本: 有好心人给点CSOL的CE的最新数据么