a0yang 发表于 2013-12-14 21:33

废土之王 修改器 找到了,CE代码,完美无敌

本帖最后由 a0yang 于 2013-12-15 21:45 编辑

废土之王对我来说好难啊,找修改器,终于找到一个 ,名字叫:Nuclear Throne Trainer +40 -PC Hack And Cheats
听起来很强力的样子,但是完全下载下载不下来呀?是不是我的网络问题?
附上连接:http://www.cheatnuke.com/nuclear ... and-cheats-download


在CE的论坛上找到了修改方法,页面地址(可能需要翻墙):http://www.forum.cheatengine.org/viewtopic.php?t=569041

下面是注入代码,跟开头注释写的一样无限生命+无限子弹(全部枪),亲测可用

//Nuclear Throne
//Infinite Health + Infinite Ammo combined script!
//Steve Andrew

alloc(InfiniteHealthAmmoAllGuns,1024)
label(DoNormal)
label(ApplyHealth)
label(AmmoCheck)
label(DesiredHealthValue)
label(DesiredAmmoValue)
assert(nuclearthrone.exe+4544, df 3a df 3c 11) //just so both can't be enabled at once (they hook same address)

InfiniteHealthAmmoAllGuns:
fistp qword //original instruction
cmp edx,00FFFFFF //skip stack and low addresses
jna DoNormal
cmp ,38 //If its 38 then its almost surely health //update 2 changed to '38' instead of '32'
je ApplyHealth
cmp ,1 //From Pistol Ammo (1 - 5)
jb DoNormal
cmp ,5 //To Laser Rifle Ammo
ja DoNormal
jmp AmmoCheck

ApplyHealth:
cmp ,0 //double check its for sure the health value!
jne DoNormal
//Apply desired health
fstp st(0)
fild qword
fistp qword
ret
//Double Check Ammo And Apply Ammo
AmmoCheck:
cmp ,24 //This one took me a while to find, but seems to work pretty well and narrow it down nicely :)
jne DoNormal
fstp st(0)
fild qword
fistp qword
ret

DoNormal:
fistp qword
ret

DesiredHealthValue: //100 health
dq (double)100.0

DesiredAmmoValue: //99 bullets ;)
dq (double)99.0

nuclearthrone.exe+4544:
jmp InfiniteHealthAmmoAllGuns



nuclearthrone.exe+4544:
fistp qword
fistp qword

dealloc(InfiniteHealthAmmoAllGuns)

seiaphim 发表于 2013-12-14 22:08

表示要满足什么条件才能下。。

hu8666 发表于 2013-12-14 22:59

必须先注册 然后投票 然后就可以下载了

w3378133w 发表于 2014-4-23 19:47

代码怎么用? 修改器能分享下吗?

ihxli 发表于 2014-7-28 16:57

求教代码的使用

cpswyz 发表于 2014-7-30 12:09

ihxli 发表于 2014-7-29 21:03 static/image/common/back.gif
下载该版本:http://pan.baidu.com/s/1kUvCm
运行CE,再运行游戏,切换CE选择Nuclear Throne进程,载入CT ...

给力!! 对CE的版本有什么要求么?

54654mb 发表于 2016-10-4 10:07

dddddddddddddddd

M2UU 发表于 2020-3-3 14:35

跪求说一下使用方法
页: [1]
查看完整版本: 废土之王 修改器 找到了,CE代码,完美无敌