Hacking Post your WiiU cheat codes here!

CosmoCortney

Lawn Meower
OP
Member
Joined
Apr 18, 2013
Messages
1,769
Trophies
2
Location
on the cool side of the pillow
Website
follow-the-white-rabbit.wtf
XP
3,027
Country
Germany
  • Like
Reactions: BullyWiiPlaza

BullyWiiPlaza

Nintendo Hacking <3
Member
Joined
Aug 2, 2014
Messages
1,932
Trophies
0
XP
2,477
Country
Germany
Last weekend I did some testing and the memory reading request size can be increased from 0x400 to at least 0x5000 without problems so dumping memory could be faster I believe. I will also do benchmarks later to see how much faster it is or if it even is faster because sending more requests is generally slower.
 
Last edited by BullyWiiPlaza,

Anoymous_001

Well-Known Member
Newcomer
Joined
Jul 15, 2016
Messages
99
Trophies
0
Age
34
XP
68
Country
Last weekend I did some testing and the memory reading request size can be increased from 0x400 to at least 0x5000 without problems so dumping memory could be faster I believe. I will also do benchmarks later to see how much faster it is or if at all because sending more requests is slower of course.

Does that mean searching would be faster?
 

Anoymous_001

Well-Known Member
Newcomer
Joined
Jul 15, 2016
Messages
99
Trophies
0
Age
34
XP
68
Country
A bug report: JGecko U freezes when selecting "memory viewer" when connected and code(s) activated. Tested on MK8.

Also, after it freezes, if you resize it, it glitches out.
Capture.PNG
 

GoldCobra

Well-Known Member
Newcomer
Joined
Oct 15, 2015
Messages
81
Trophies
0
XP
251
Country
Gambia, The
Have the same freezing issue with JGecko U. Also, may I ask why the but "Edit" and "Delete" is gone? It's now much more difficult to change codes and so on...
 

TheWord21

Well-Known Member
Member
Joined
Jun 8, 2014
Messages
811
Trophies
0
Age
30
XP
398
Country
United States
Hey, how do you convert codes like this to the Wind Waker HD version? This is for the GameCube Wind Waker, and is called the "Auction Bidding Gauge Height Modifier" and is for the US Version.

Code:
003F6F6C 000000??
 

DarkFlare69

Well-Known Member
Member
Joined
Dec 8, 2014
Messages
5,147
Trophies
2
Location
Chicago
XP
4,752
Country
United States
Hey, how do you convert codes like this to the Wind Waker HD version? This is for the GameCube Wind Waker, and is called the "Auction Bidding Gauge Height Modifier" and is for the US Version.

Code:
003F6F6C 000000??
you can remake it, do an unknown search (it looks 8 bit), then when the gauge id higer, search greater than. when it's less, search less than. when its equal, search equal
 

TheWord21

Well-Known Member
Member
Joined
Jun 8, 2014
Messages
811
Trophies
0
Age
30
XP
398
Country
United States
you can remake it, do an unknown search (it looks 8 bit), then when the gauge id higer, search greater than. when it's less, search less than. when its equal, search equal

...Honestly, that was my first thought, but given how it's coded in an inaccessible (as of now) memory range, I wasn't sure if that'd do any good.
 

CosmoCortney

Lawn Meower
OP
Member
Joined
Apr 18, 2013
Messages
1,769
Trophies
2
Location
on the cool side of the pillow
Website
follow-the-white-rabbit.wtf
XP
3,027
Country
Germany
you can remake it, do an unknown search (it looks 8 bit), then when the gauge id higer, search greater than. when it's less, search less than. when its equal, search equal

...Honestly, that was my first thought, but given how it's coded in an inaccessible (as of now) memory range, I wasn't sure if that'd do any good.

I'm confused about the address. It does not exist in the memory
 

BullyWiiPlaza

Nintendo Hacking <3
Member
Joined
Aug 2, 2014
Messages
1,932
Trophies
0
XP
2,477
Country
Germany
Weird, tried that on macOS since I do not have Windows, but it doesn't work somehow...
I'm only making it for Windows and testing it on Linux possibly but I can't on Mac so it's not getting supported, sorry. There are a lot of useful right-click functions already. Regardless, here is the code for the popup menu if people know a fix :)
Code:
private void addContextMenuListener()
{
    checkboxList.addMouseListener(new MouseAdapter()
    {
        @Override
        public void mouseReleased(MouseEvent mouseEvent)
        {
            handleContextMenu(mouseEvent);
        }
    });
}

private void handleContextMenu(MouseEvent mouseEvent)
{
    int rowIndex = getSelectedCodeListIndex(true);

    if (rowIndex >= 0)
    {
        if (mouseEvent.isPopupTrigger() &&
                mouseEvent.getComponent() instanceof JList)
        {
            // Select the row
            checkboxList.setSelectedIndex(checkboxList.locationToIndex(mouseEvent.getPoint()));

            // Show the context menu
            contextMenu.show(mouseEvent.getComponent(),
                    mouseEvent.getX(),
                    mouseEvent.getY());
        }
    }
}
 
Last edited by BullyWiiPlaza,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    You met yourself also and is a giant piece of shit?
    +1
  • OctoAori20 @ OctoAori20:
    Then again, I don't think I'd really enjoy it //shrug
  • OctoAori20 @ OctoAori20:
    I'm sure it's an acquired taste :P
  • K3Nv2 @ K3Nv2:
    Poor lad can never enjoy the amazing taste of four loko
    +1
  • BigOnYa @ BigOnYa:
    Root beer is a gateway drink, don't ever try it either.
  • K3Nv2 @ K3Nv2:
    @BigOnYa, don't you love how smooth MD20 is
  • BigOnYa @ BigOnYa:
    Mad dog 20 20? Oh yea fixed the typo. I haven't seen that or had forever. Do they still make it?
  • K3Nv2 @ K3Nv2:
    I think it's why I'm alive
    +1
  • BigOnYa @ BigOnYa:
    What happens if when playing Paper Mario, you start a fire in-game?
  • Psionic Roshambo @ Psionic Roshambo:
    Paper Mario is a drug dealer and he is all about the paper yo lol
    +2
  • OctoAori20 @ OctoAori20:
    Ffft
  • OctoAori20 @ OctoAori20:
    On another note, I love how folks are drawing Callie in that suit that Splatoon NA dropped on Twitter
  • RetroNerdGamer @ RetroNerdGamer:
    Beer isnt my thing but a root beer once in a while is good
  • RetroNerdGamer @ RetroNerdGamer:
    it gotta be MUG brand tho
  • RetroNerdGamer @ RetroNerdGamer:
    man i shoulda gotten one to open a cold one with TTYD Remake
  • Sicklyboy @ Sicklyboy:
    man, rootbeer is so good
  • Sicklyboy @ Sicklyboy:
    Think I prefer Barq's to MUG though. But, it's been a while, maybe I need a side by side to refresh my memory lol
  • K3Nv2 @ K3Nv2:
    I like Frosties if you see it at the store worth atry
    +1
  • Sicklyboy @ Sicklyboy:
    Hmmm interesting
  • K3Nv2 @ K3Nv2:
    Fucking bottled sodas priced more stupid than 12 packs
  • RetroNerdGamer @ RetroNerdGamer:
    yooo might try taht frostie one
  • RetroNerdGamer @ RetroNerdGamer:
    order it onlinen if i have to.
  • RetroNerdGamer @ RetroNerdGamer:
    soda in glass bottles are like B L I S S
    RetroNerdGamer @ RetroNerdGamer: soda in glass bottles are like B L I S S