ce指导吧 关注:28,300贴子:10,304
  • 1回复贴,共1

CE汇编 【教程】城镇瞬间移动

取消只看楼主收藏回复


define(base,dnf.exe+695E58)
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
base-17:
db EB
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
pushad
add esi,4C
mov [esi+14],5
mov [esi+18],#1626880
push esi
call dnf.exe+1E9FA20
popad
mov [esi+60],#1146805440
mov [esi+64],#6357093
originalcode:
call eax
pop edi
pop esi
mov al,01
exit:
jmp returnhere
base+15:
jmp newmem
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
base+15:
call eax
pop edi
pop esi
mov al,01
//Alt: db FF D0 5F 5E B0 01
//开启后打开地图选择任意地方,右键即可飞过去


1楼2016-05-08 01:04回复
    dd


    来自Android客户端2楼2016-05-18 22:57
    回复