求陨世之泪:涅槃Fallen Tear: The Ascension CT 文件。
有没有大佬帮忙搞一个,满血、资源倍数、无限跳跃之类的本帖最后由 king9402 于 2026-3-22 14:27 编辑
无限跳,CE选单浮点 平地搜 0.1000000015跳起后搜 0.0000000000 落地后再搜0.1000000015直到搜到地址,
锁定为0.1000000015就可以无限跳了。
也可以用下面的脚本
//code from here to '' will be used to enable the cheat
aobscan(INJECTJU,F3 0F 11 AE 64 02 00 00 F3 0F 10 86 64 02 00 00) // should be unique
alloc(newmem,$1000)
label(code)
label(return)
newmem:
code:
//movss ,xmm5
//movss xmm0,
jmp return
INJECTJU:
jmp far newmem
nop 2
return:
registersymbol(INJECTJU)
//code from here till the end of the code will be used to disable the cheat
INJECTJU:
db F3 0F 11 AE 64 02 00 00 F3 0F 10 86 64 02 00 00
unregistersymbol(INJECTJU)
dealloc(newmem)
我就改了资源:lol体验下游戏乐趣
页:
[1]