Hacking The Legend of Zelda: Breath of the Wild Trainer [eShop/EU] [Beta]

FunThomas

Well-Known Member
Member
Joined
Jan 10, 2016
Messages
652
Trophies
0
XP
2,016
Country
Gambia, The
Is it safe to assume that codes for 1.5 are going to be worked on at some point? I'm not being impatient or demanding here. I'm just wondering if Skoolkzout1 or anyone else intends on porting the codes to 1.5...

maybe anyone has played the full game incl. both dlcs -> so its some hours work to find the new adresses and not much ppl need it anymore or have time to search for the new pointers
 

comput3rus3r

Well-Known Member
Member
Joined
Aug 20, 2016
Messages
3,580
Trophies
1
Age
123
XP
4,916
Country
United States
Yeah, always had been asking for update trainer but developer are tired , of update xD and nobody knows if in the future Nintendo will launch a new game update , so let rest the trainer developer
there's not more updates. they're working on the next zelda. So one final trainer version is due. :)
 

OO804

Well-Known Member
Newcomer
Joined
Feb 19, 2018
Messages
69
Trophies
0
Age
33
XP
204
Country
Canada
I have an old trainer with runfast as zl, which makes fighting pretty messed up if you're on a fast speed, I read some others have it set as b or r, is this just based on trainer version or can you edit xml and set it how you want?
 

skoolzout1

Well-Known Member
Member
Joined
Mar 16, 2017
Messages
538
Trophies
0
Location
The Maple Syrup Aisle
XP
953
Country
Canada
I have an old trainer with runfast as zl, which makes fighting pretty messed up if you're on a fast speed, I read some others have it set as b or r, is this just based on trainer version or can you edit xml and set it how you want?

You can change it to any button you want by editing the codes.xml file.

find the code within the xml file and look for the portion of the code that looks like:

09010000 102F48AA
0000XXXX 00000000

The X's are the value of button that will activate the code. if you want B to activate the code, change the four X's to 4000.

Here are the list of button values:

8000 A
4000 B
2000 X
1000 Y
0008 +
0004 -
0020 L
0010 R
0080 ZL
0040 ZR
0200 Dpad-Up
0100 Dpad-Down
0400 Dpad-Right
0800 Dpad-Left

If you want button combos, you can basically just add the values together, BUT IN HEX.

For example an A+B combo is C000 not 12000. A button combo will NEVER be more than 4 digits long in this case.


Technically you have to "OR" them together, but adding them together works just fine too"






EDIT: Oh wait, you said you had an old trainer...... No you cant edit it in the old trainers, just the new ones. Unless you take all the source files and edit the button activator in the source files of the trainer and then recompile the whole thing in like Visual Studio or something.
 
Last edited by skoolzout1,
  • Like
Reactions: OO804

OO804

Well-Known Member
Newcomer
Joined
Feb 19, 2018
Messages
69
Trophies
0
Age
33
XP
204
Country
Canada
You can change it to any button you want by editing the codes.xml file.

find the code within the xml file and look for the portion of the code that looks like:

09010000 102F48AA
0000XXXX 00000000

The X's are the value of button that will activate the code. if you want B to activate the code, change the four X's to 4000.

Here are the list of button values:

8000 A
4000 B
2000 X
1000 Y
0008 +
0004 -
0020 L
0010 R
0080 ZL
0040 ZR
0200 Dpad-Up
0100 Dpad-Down
0400 Dpad-Right
0800 Dpad-Left

If you want button combos, you can basically just add the values together, BUT IN HEX.

For example an A+B combo is C000 not 12000. A button combo will NEVER be more than 4 digits long in this case.


Technically you have to "OR" them together, but adding them together works just fine too"






EDIT: Oh wait, you said you had an old trainer...... No you cant edit it in the old trainers, just the new ones. Unless you take all the source files and edit the button activator in the source files of the trainer and then recompile the whole thing in like Visual Studio or something.

thanks, I'll try some codes if I get a newer trainer working.
 

OO804

Well-Known Member
Newcomer
Joined
Feb 19, 2018
Messages
69
Trophies
0
Age
33
XP
204
Country
Canada
You can change it to any button you want by editing the codes.xml file.

find the code within the xml file and look for the portion of the code that looks like:

Here are the list of button values:

8000 A
4000 B
2000 X
1000 Y
0008 +
0004 -
0020 L
0010 R
0080 ZL
0040 ZR
0200 Dpad-Up
0100 Dpad-Down
0400 Dpad-Right
0800 Dpad-Left

Got a pro controller and the altered codes.xml somebody posted for it for 1.4.1 in another thread, I'm trying to set A as run fast, putting 8000 doesn't work like it did on the gamepad, does anyone know what number to enter to do that with this code?

<entry name="B to Run Fast (Pro Controller)">
<code>30000000 109657EC
402CA1BA 4424D5F5
31000000 FFFFF4E4
30100000 00000000
4173423E 457FAAA1
31000000 0000053C
30100000 00000000
4189941E 45975DF1
31000000 FFFFEA24
30100000 00000000
417A9231 45876E5E
31000000 000000CC
00120000 3F800000
09010000 10CABDB2
00000040 00000000
00120000 40C00000
D0000000 DEADCAFE</code>

thanks
 
Last edited by OO804,

skoolzout1

Well-Known Member
Member
Joined
Mar 16, 2017
Messages
538
Trophies
0
Location
The Maple Syrup Aisle
XP
953
Country
Canada
Got a pro controller and the altered codes.xml somebody posted for it for 1.4.1 in another thread, I'm trying to set A as run fast, putting 8000 doesn't work like it did on the gamepad, does anyone know what number to enter to do that with this code?

<entry name="B to Run Fast (Pro Controller)">
<code>30000000 109657EC
402CA1BA 4424D5F5
31000000 FFFFF4E4
30100000 00000000
4173423E 457FAAA1
31000000 0000053C
30100000 00000000
4189941E 45975DF1
31000000 FFFFEA24
30100000 00000000
417A9231 45876E5E
31000000 000000CC
00120000 3F800000
09010000 10CABDB2
00000040 00000000
00120000 40C00000
D0000000 DEADCAFE</code>

thanks
Replace the last 4 lines of the code with this and try it out.

09010000 10CABDB2
00000010 00000000
00120000 40C00000
D0000000 DEADCAFE
 
  • Like
Reactions: OO804

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    LeoTCK @ LeoTCK: yes for nearly a month i was officially a wanted fugitive, until yesterday when it ended