Hacking [Trainer] Hyrule Warriors

geddanof

Well-Known Member
Newcomer
Joined
Jul 11, 2016
Messages
47
Trophies
0
Age
28
Location
Otoko no Ko
XP
89
Country
The Main cheats work but Character Select, Level Hack (i did it in adventure mode) Item cheats and Character Editor dont work for me

There is one thing that really bothers me; in Character Select Player 1 hax, how do we specify which weapon the character use from the Trainer program?
 
Last edited by geddanof,

GamePil

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
260
Trophies
0
Location
Markkleeberg
XP
244
Country
Germany
There is one thing that really bothers me; in Character Select Player 1 hax, how do we specify which weapon the character use from the Trainer program?
i dont know, its not working for me (i own the Pal/Disc 1.11 Version and it is even the German one)

--------------------- MERGED ---------------------------

it connects with to my wii u ip address but the codes don't seem to work?
Do you have the Pal/Disc 1.11 version? also you can just try the 'Main' cheats because they are the most likely to work
 

GamePil

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
260
Trophies
0
Location
Markkleeberg
XP
244
Country
Germany
whoops never mind it worked
great :D

--------------------- MERGED ---------------------------

Version 6.5: Fixed Item Bug | Fixed stuff in Character Editor | Removed Adventure Character Select 'cause bugs | Added Free Character Select

That's the last update for now.
For those where it don't work: I can't do anything against it. For me everything works and I don't know where the problem is.
I tested everything in the Trainer before I released it. I wouldn't release something where I did not tested anything.
i dont know if it has anything to do with that but what DLC's do you own? as i tested it i had non but i just bought the Hero of Hyrule pack
 

Dekirai

Well-Known Member
OP
Member
Joined
Jun 21, 2016
Messages
1,050
Trophies
0
XP
2,632
Country
Germany
How did you find the addresses for unlocking the Costumes and Characters themselves?
I got the addresses from @Missing Number but it's easy to find.
For Link you just have to search for his Costume ID which are in the following order:

Code:
               case "Hero's Clothes":
                    Gecko.poke08(address1, 0x00);
                    break;

                case "Trainee Tunic":
                    Gecko.poke08(address1, 0x01);
                    break;

                case "Zora Tunic":
                    Gecko.poke08(address1, 0x02);
                    break;

                case "Goron Tunic":
                    Gecko.poke08(address1, 0x03);
                    break;

                case "Kokiri Tunic":
                    Gecko.poke08(address1, 0x08);
                    break;

                case "Era of Twilight Tunic":
                    Gecko.poke08(address1, 0x09);
                    break;

                case "Knight of Skyloft Tunic":
                    Gecko.poke08(address1, 0x0A);
                    break;

                case "Hero's Clothes (Master Quest)":
                    Gecko.poke08(address1, 0x0B);
                    break;

                case "Dark Link":
                    Gecko.poke08(address1, 0x0C);
                    break;

                case "Postman Uniform":
                    Gecko.poke08(address1, 0x0D);
                    break;

                case "Hero's Clothes (Twilight)":
                    Gecko.poke08(address1, 0x0E);
                    break;

                case "Fierce Delty Link":
                    Gecko.poke08(address1, 0x0F);
                    break;

                case "Hero's Clothes (Boss)":
                    Gecko.poke08(address1, 0x10);
                    break;

                case "Classic Tunic":
                    Gecko.poke08(address1, 0x11);
                    break;

Then just scan for it until you have 1 Address left.
Then you see something like this in Memory View:

VFG2d.png


This whole thing is everything for Link.

2hclb.png


There is also experience and other stuff stored but not needed that much.
Each Character is F4 apart.
So just calculate the Unlocked/Lock address + F4 and you have the next Character.
 
Last edited by Dekirai,
  • Like
Reactions: GamePil

GamePil

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
260
Trophies
0
Location
Markkleeberg
XP
244
Country
Germany
I got the addresses from @Missing Number but it's easy to find.
For Link you just have to search for his Costume ID which are in the following order:

Code:
               case "Hero's Clothes":
                    Gecko.poke08(address1, 0x00);
                    break;

                case "Trainee Tunic":
                    Gecko.poke08(address1, 0x01);
                    break;

                case "Zora Tunic":
                    Gecko.poke08(address1, 0x02);
                    break;

                case "Goron Tunic":
                    Gecko.poke08(address1, 0x03);
                    break;

                case "Kokiri Tunic":
                    Gecko.poke08(address1, 0x08);
                    break;

                case "Era of Twilight Tunic":
                    Gecko.poke08(address1, 0x09);
                    break;

                case "Knight of Skyloft Tunic":
                    Gecko.poke08(address1, 0x0A);
                    break;

                case "Hero's Clothes (Master Quest)":
                    Gecko.poke08(address1, 0x0B);
                    break;

                case "Dark Link":
                    Gecko.poke08(address1, 0x0C);
                    break;

                case "Postman Uniform":
                    Gecko.poke08(address1, 0x0D);
                    break;

                case "Hero's Clothes (Twilight)":
                    Gecko.poke08(address1, 0x0E);
                    break;

                case "Fierce Delty Link":
                    Gecko.poke08(address1, 0x0F);
                    break;

                case "Hero's Clothes (Boss)":
                    Gecko.poke08(address1, 0x10);
                    break;

                case "Classic Tunic":
                    Gecko.poke08(address1, 0x11);
                    break;

Then just scan for it until you have 1 Address left.
Then you see something like this in Memory View:

VFG2d.png


This whole thing is everything for Link.

2hclb.png


There is also experience and other stuff stored but not needed that much.
Each Character is F4 apart.
So just calculate the Unlocked/Lock address + F4 and you have the next Character.
Thanks for the quick Reply!
im gonna try to find the codes that work for me, the main ones are the same and i already found the one for Dojo, all Character selects and Materials
 
  • Like
Reactions: Dekirai

GamePil

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
260
Trophies
0
Location
Markkleeberg
XP
244
Country
Germany

GamePil

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
260
Trophies
0
Location
Markkleeberg
XP
244
Country
Germany
I got the addresses from @Missing Number but it's easy to find.
For Link you just have to search for his Costume ID which are in the following order:

Code:
               case "Hero's Clothes":
                    Gecko.poke08(address1, 0x00);
                    break;

                case "Trainee Tunic":
                    Gecko.poke08(address1, 0x01);
                    break;

                case "Zora Tunic":
                    Gecko.poke08(address1, 0x02);
                    break;

                case "Goron Tunic":
                    Gecko.poke08(address1, 0x03);
                    break;

                case "Kokiri Tunic":
                    Gecko.poke08(address1, 0x08);
                    break;

                case "Era of Twilight Tunic":
                    Gecko.poke08(address1, 0x09);
                    break;

                case "Knight of Skyloft Tunic":
                    Gecko.poke08(address1, 0x0A);
                    break;

                case "Hero's Clothes (Master Quest)":
                    Gecko.poke08(address1, 0x0B);
                    break;

                case "Dark Link":
                    Gecko.poke08(address1, 0x0C);
                    break;

                case "Postman Uniform":
                    Gecko.poke08(address1, 0x0D);
                    break;

                case "Hero's Clothes (Twilight)":
                    Gecko.poke08(address1, 0x0E);
                    break;

                case "Fierce Delty Link":
                    Gecko.poke08(address1, 0x0F);
                    break;

                case "Hero's Clothes (Boss)":
                    Gecko.poke08(address1, 0x10);
                    break;

                case "Classic Tunic":
                    Gecko.poke08(address1, 0x11);
                    break;

Then just scan for it until you have 1 Address left.
Then you see something like this in Memory View:

VFG2d.png


This whole thing is everything for Link.

2hclb.png


There is also experience and other stuff stored but not needed that much.
Each Character is F4 apart.
So just calculate the Unlocked/Lock address + F4 and you have the next Character.

--------------------- MERGED ---------------------------

IT IS OPEN SOURCE NOW. HAVE FUN! I'LL LEAVE THIS PROJECT.


https://github.com/Shinzuyakun/project-hyrule
https://github.com/Shinzuyakun/project-hyrule

https://github.com/Shinzuyakun/project-hyrule
This might be a stupid question but hat Programm did you use to convert/compile it to exe?
 

GamePil

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
260
Trophies
0
Location
Markkleeberg
XP
244
Country
Germany
Visual Studio 2015 Community
Download

Language: C#
thanks for the Source Code, i "fixed" Level Editor, Materials and Character Selecter (Main already worked) i also have deleted the help Options and some other Text
Also i added 2 options and changed the Possition of some of the Buttons/Texts:

2PdAe.png
 

phoenixseven

Member
Newcomer
Joined
Dec 27, 2015
Messages
18
Trophies
0
Age
42
XP
175
Country
United States
I'm not entirely sure how to update the trainer to reactivate the buttons, but below are the codes for the Termina Map items in JGecko format for anyone who can do it. I have Hyrule Warriors ver. 1.11, NTSC, Disc Version with all of the available DLC at this time.

00020000 35632FD4
06060000 00000000
00020000 35632FD8
00000006 00000000
00020000 35632FE8
06060606 00000000
00020000 35632FEC
06060606 00000000
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Psionic Roshambo @ Psionic Roshambo:
    "Zelda quick grab my master sword!"
    +1
  • K3Nv2 @ K3Nv2:
    Link calls the doctor
    +1
  • K3Nv2 @ K3Nv2:
    Isn't it an actual disorder for someone to sleep too much
  • Psionic Roshambo @ Psionic Roshambo:
    If anyone wants to find that Bad Ass Babes it's on The Internet Archive lol
    +1
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, the controllers that come with it are somewhat bad but atleast I have like other 2 controllers that work
  • Psionic Roshambo @ Psionic Roshambo:
    Ken I think so, I forget the name but there is that condition where people will fall asleep in the middle of a sentence.
  • K3Nv2 @ K3Nv2:
    The cure is meth
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Not far from the truth Ken lol
  • Psionic Roshambo @ Psionic Roshambo:
    I think the medication for is is actually what meth is made from, or a form of it.
  • K3Nv2 @ K3Nv2:
    Germans were ahead of their time
  • Psionic Roshambo @ Psionic Roshambo:
    That's the one lol
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Ken are you talking about pervatin? Heh they shouldn't have let me name it lol
  • K3Nv2 @ K3Nv2:
    Hitler gets all the credit
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Nein! Nein Nein Nein!!!!
  • K3Nv2 @ K3Nv2:
    Work for freedom yeah douche
  • K3Nv2 @ K3Nv2:
    Hitler would've made a decent a rapper
    +1
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, the sd card has only about 4 gb left so im not gonna add too many games (im only adding ps1 games if you ask)
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, the tv stick has a built in emulator with some weird config im not gonna tamper with
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, and im gonna download legend of dragoon to my ps3 cuz i couldnt fix the problem i mentioned you a while ago and idk if the emulator is the problem (only tested it on epsxe)
  • Psionic Roshambo @ Psionic Roshambo:
    yeah those sticks can be a pain, a lot of the time you can't change the firmware or do much with them. Sometimes you can mod them and install like Batocera but it's not common.
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, atleast it has android tv apps
  • Psionic Roshambo @ Psionic Roshambo:
    I had one that the firmware was not able to be changed unless I opened it up and soldered a couple of spots and a wire, but I didn't feel like that so I just bout an Android TV Box
    Psionic Roshambo @ Psionic Roshambo: I had one that the firmware was not able to be changed unless I opened it up and soldered a...