《泡泡战士》穿墙代码

小编:Ocean 2012/08/21 17:25

泡泡战士穿墙代码如下:

[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

上一个:《热血无赖》解决显卡温度过高的办法

下一个:《圣道传奇》喜鹊之魂怎么得

推荐手游