The Legend of Zelda: Breath of the wild TID:01007EF00011E000 BID:DE0B6AC4EFC1DDA7

  • Thread starter Thread starter Gamerjin
  • Start date Start date
  • Views Views 31,588
  • Replies Replies 90
  • Likes Likes 20
Copy, and thanks for troubleshooting. I noticed the same thing, where I was getting randomly killed when I first tried the code
 
can someone please refresh my memory on how to use the gravity code i have tried various button combos but no dice i cant seem to get it to work thank you for any help
 
is the arrow code for infinite arrows? bc if it is, is there something specific i need to do? bc just enabling it nothing will happen. same for the durability one. i activated it but the weapon i was using broke anyway
 
is the arrow code for infinite arrows? bc if it is, is there something specific i need to do? bc just enabling it nothing will happen. same for the durability one. i activated it but the weapon i was using broke anyway
can you post the codes youre using? because:
the arrows code is suppose to work only with firing arrows, plus i think there are 2 arrows codes.
and
the durability code, i have got 1 mention of it not working, but i have been unable to make that happen on my end.
 
i tryed both of the txt files you posted and nothing works. i tryed the infinite stamina the health dont decrease arrow and durability. none works, from both files.
my title id is 01007ef00011e000 game version is 1.9.0 build id is cd57b23fa4bbad65
Post automatically merged:

from the one ending with D65:

[no stamina meter/inf stamina]
04000000 00CC7430 D503201F

[Arrows dont decrease]
04000000 00D939C0 51000128

[Health doesnt Decrease]
04000000 00CC7174 D503201F
04000000 00CC4E70 D503201F

[durability doesnt decrease]
04000000 015A1FE8 17D7CD10
04000000 015A1FE4 1A8903E9
04000000 015A1FE0 B9401FA9
04000000 015A1FDC 3100053F
04000000 015A1FD8 B9400669
04000000 00B95424 142832ED

From the one ending with a7:

[arrow]
04000000 00C806F0 52804448

[stamina]
04000000 00BB3F50 D503201F

[health no decrease]
04000000 00BB3C94 D503201F
04000000 00BB1990 D503201F

[durability doesnt decrease]
04000000 00A81F14 14582F2F
04000000 0208DBD0 B9400669
04000000 0208DBD4 3100053F
04000000 0208DBD8 B9401FA9
04000000 0208DBDC 1A8903E9
04000000 0208DBE0 17A7D0CE
 
Last edited by Pelpy,
odd, no one has mentioned that the arrow code doesnt work, the health code has one hiccup that i havent been able to find, and the durability code always worked for me. are you on an emulator?
 
yes i use ryujinx canary 1.3.266. and i just noticed your signature (but the part about emulators is cutted that's why i didnt see it). so just ignore this entire convos (a bit sad as really the only mechanic i cant stand is the durability, i would be ok with just that one working tbh lol). :rofl:
 
Is there a trick to get infinite rupees or a lot of them?
Post automatically merged:

Hi, is there a cheat that gives you a lot of rupees? If so, could you share the build for cd57b23fa4bbad65?
 
Is there a trick to get infinite rupees or a lot of them?
Post automatically merged:

Hi, is there a cheat that gives you a lot of rupees? If so, could you share the build for cd57b23fa4bbad65?
go to first post in this thread there you will find the file with that build id and in it includes a code for 99999999 rupees have fun
 
So... the infinite durability cheat makes SOME enemies and animal creatures invulnerable. These are always completely random cases. Also, it is impossible to get a bundle of firewood from logs, because cut down trees also apparently have infinite durability
 
its been difficult to debug that code, since that has never happened to me.
wait
do ALL cut down trees have inf durability?
update: yes, cut down trees do have the same identifier as "{hitsx100} {-1}" format. so this is a problem i will work on.
 
Last edited by Gamerjin,
its been difficult to debug that code, since that has never happened to me.
wait
do ALL cut down trees have inf durability?
update: yes, cut down trees do have the same identifier as "{hitsx100} {-1}" format. so this is a problem i will work on.
It seemed strange to me that no one in this thread wrote about this, so I hesitated for a long time whether to report it...
So I naturally thought that this was only my problem. But after I started seeing more and more invulnerable enemies (and animals) it started to get suspicious
I only use 2 cheats from the entire list (infinite arrows and durability). After I removed infinite durability, all the problems disappeared (the arrows cheat work absolutely fine btw)
 
durability note - v1 has flaw, v2 (still testing) is here. New
@Keese, replace the durability code with this one:
[durability doesnt decrease v2]
04000000 015A1FE8 17D7CD10
04000000 015A1FE4 B9401FA9
04000000 015A1FE0 17D7CD12
04000000 015A1FDC 2A1F03E9
04000000 015A1FD8 5400006D
04000000 015A1FD4 7101913F
04000000 015A1FD0 B9400269
04000000 015A1FCC 540000C1
04000000 015A1FC8 3100053F
04000000 015A1FC4 B9400669
04000000 00B95424 142832E8

it has an additional check specifically so cut down tree will not be a problem.
the way this code works is that it still does the check for -1, but the second check is the <hits x 100> value, since tree had a value of 0xC(12), which is less than 0x64(100), its not a weapon, so the code works like it suppose to.

now, if this new version works, i will update the file on post 1.
 
Last edited by Gamerjin,
  • Like
Reactions: TAOKTC and Keese
Sadly I can't seem to get this game to work on my modded switch anymore. Works perfectly in Ryubing. This and TOTK just wont play anymore even on clean reinstalls. :(
 
@Keese, replace the durability code with this one:
[durability doesnt decrease v2]
04000000 015A1FE8 17D7CD10
04000000 015A1FE4 B9401FA9
04000000 015A1FE0 17D7CD12
04000000 015A1FDC 2A1F03E9
04000000 015A1FD8 5400006D
04000000 015A1FD4 7101913F
04000000 015A1FD0 B9400269
04000000 015A1FCC 540000C1
04000000 015A1FC8 3100053F
04000000 015A1FC4 B9400669
04000000 00B95424 142832E8

it has an additional check specifically so cut down tree will not be a problem.
the way this code works is that it still does the check for -1, but the second check is the <hits x 100> value, since tree had a value of 0xC(12), which is less than 0x64(100), its not a weapon, so the code works like it suppose to.

now, if this new version works, i will update the file on post 1.
It works flawlessly thank you, I can finally get some firewood.
I'll let you know later if the random invulnerable mobs are gone with this one (It would take a long gaming session to encounter (or hopefully not) something like this)

UPDATE: Well, about 8 hours in and no invulnerable mobs or animals have been spotted. Deliberately butchered every creature I encountered. Looks like a success. Thanks again for the fixes.
 
Last edited by Keese,
  • Like
Reactions: Gamerjin

Site & Scene News

Popular threads in this forum