《泡泡战士》穿墙代码

时间:2012/08/21 17:25:10 编辑:Ocean

泡泡战士穿墙代码如下:

[ENABLE]
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
mov al,00
ret
mov edi,edi
exit:
jmp returnhere
0050316b:
jmp newmem
returnhere:
[DISABLE]
dealloc(newmem)
0050316b:
mov al,01
ret
mov edi,edi
//Alt: db B0 01 C3 8B FF

相关攻略
相关游戏